This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 90cc966 Support loading files even when incorrect file name specified [...] new 4b42a49 Breakup TestConcurrentEvents.py into separate test subdirs pe [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: packages/Python/lldbsuite/test/concurrent_base.py | 216 +++++++++ .../concurrent_events/TestConcurrentEvents.py | 525 --------------------- .../Makefile | 4 +- ...ConcurrentBreakpointDelayBreakpointOneSignal.py | 24 + .../Makefile | 4 +- ...oncurrentBreakpointOneDelayBreakpointThreads.py | 23 + .../Makefile | 4 +- ...entBreakpointsDelayedBreakpointOneWatchpoint.py | 25 + .../{ => crash_with_break}/Makefile | 4 +- .../TestConcurrentCrashWithBreak.py | 22 + .../{ => crash_with_signal}/Makefile | 4 +- .../TestConcurrentCrashWithSignal.py | 22 + .../{ => crash_with_watchpoint}/Makefile | 4 +- .../TestConcurrentCrashWithWatchpoint.py | 23 + .../Makefile | 4 +- ...oncurrentCrashWithWatchpointBreakpointSignal.py | 26 + .../{ => delay_signal_break}/Makefile | 4 +- .../TestConcurrentDelaySignalBreak.py | 22 + .../{ => delay_signal_watch}/Makefile | 4 +- .../TestConcurrentDelaySignalWatch.py | 23 + .../{ => delay_watch_break}/Makefile | 4 +- .../TestConcurrentDelayWatchBreak.py | 23 + .../Makefile | 4 +- ...stConcurrentDelayedCrashWithBreakpointSignal.py | 24 + .../Makefile | 4 +- ...ncurrentDelayedCrashWithBreakpointWatchpoint.py | 25 + .../{ => many_breakpoints}/Makefile | 4 +- .../TestConcurrentManyBreakpoints.py | 22 + .../concurrent_events/{ => many_crash}/Makefile | 4 +- .../many_crash/TestConcurrentManyCrash.py | 23 + .../concurrent_events/{ => many_signals}/Makefile | 4 +- .../many_signals/TestConcurrentManySignals.py | 22 + .../{ => many_watchpoints}/Makefile | 4 +- .../TestConcurrentManyWatchpoints.py | 22 + .../{ => n_watch_n_break}/Makefile | 4 +- .../n_watch_n_break/TestConcurrentNWatchNBreak.py | 25 + .../concurrent_events/{ => signal_break}/Makefile | 4 +- .../signal_break/TestConcurrentSignalBreak.py | 22 + .../{ => signal_delay_break}/Makefile | 4 +- .../TestConcurrentSignalDelayBreak.py | 23 + .../{ => signal_delay_watch}/Makefile | 4 +- .../TestConcurrentSignalDelayWatch.py | 24 + .../{ => signal_n_watch_n_break}/Makefile | 4 +- .../TestConcurrentSignalNWatchNBreak.py | 25 + .../concurrent_events/{ => signal_watch}/Makefile | 4 +- .../signal_watch/TestConcurrentSignalWatch.py | 23 + .../{ => signal_watch_break}/Makefile | 4 +- .../TestConcurrentSignalWatchBreak.py | 25 + .../{ => two_breakpoint_threads}/Makefile | 4 +- .../TestConcurrentTwoBreakpointThreads.py | 22 + .../Makefile | 4 +- .../TestConcurrentTwoBreakpointsOneDelaySignal.py | 22 + .../{ => two_breakpoints_one_signal}/Makefile | 4 +- .../TestConcurrentTwoBreakpointsOneSignal.py | 22 + .../{ => two_breakpoints_one_watchpoint}/Makefile | 4 +- .../TestConcurrentTwoBreakpointsOneWatchpoint.py | 23 + .../{ => two_watchpoint_threads}/Makefile | 4 +- .../TestConcurrentTwoWatchpointThreads.py | 23 + .../{ => two_watchpoints_one_breakpoint}/Makefile | 4 +- .../TestConcurrentTwoWatchpointsOneBreakpoint.py | 23 + .../Makefile | 4 +- ...stConcurrentTwoWatchpointsOneDelayBreakpoint.py | 23 + .../{ => two_watchpoints_one_signal}/Makefile | 4 +- .../TestConcurrentTwoWatchpointsOneSignal.py | 23 + .../concurrent_events/{ => watch_break}/Makefile | 4 +- .../watch_break/TestConcurrentWatchBreak.py | 23 + .../{ => watch_break_delay}/Makefile | 4 +- .../TestConcurrentWatchBreakDelay.py | 23 + .../Makefile | 4 +- ...urrentWatchpointDelayWatchpointOneBreakpoint.py | 25 + .../Makefile | 4 +- ...ncurrentWatchpointWithDelayWatchpointThreads.py | 24 + 72 files changed, 1135 insertions(+), 560 deletions(-) create mode 100644 packages/Python/lldbsuite/test/concurrent_base.py delete mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] copy packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ => [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...] rename packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/{ = [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/thread/concurren [...]