teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events
Michal Gorny de11105d2e [lldb] [test] Mark failing tests XFAIL on NetBSD
Add a convenience 'expectedFailureNetBSD' decorator and mark all tests
currently failing on NetBSD with it.  Also skip a few tests that hang
the test suite.  This should establish a baseline for the test suite
and get us closer to enabling tests on buildbot.  This will help us
catch regressions while we still have a lot of work to do to get tests
working.

It seems that there are also some flaky tests.  I am going to address
them later on.

Differential Revision: https://reviews.llvm.org/D58527

llvm-svn: 355320
2019-03-04 16:54:06 +00:00
..
main.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Makefile Move "concurrent events" tests back into one folder 2018-02-27 02:01:30 +00:00
TestConcurrentBreakpointDelayBreakpointOneSignal.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentBreakpointOneDelayBreakpointThreads.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentCrashWithBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentCrashWithSignal.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentCrashWithWatchpoint.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentCrashWithWatchpointBreakpointSignal.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentDelayedCrashWithBreakpointSignal.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentDelayedCrashWithBreakpointWatchpoint.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentDelaySignalBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentDelaySignalWatch.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentDelayWatchBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentManyBreakpoints.py Move "concurrent events" tests back into one folder 2018-02-27 02:01:30 +00:00
TestConcurrentManyCrash.py Move "concurrent events" tests back into one folder 2018-02-27 02:01:30 +00:00
TestConcurrentManySignals.py Move "concurrent events" tests back into one folder 2018-02-27 02:01:30 +00:00
TestConcurrentManyWatchpoints.py Move "concurrent events" tests back into one folder 2018-02-27 02:01:30 +00:00
TestConcurrentNWatchNBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentSignalBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentSignalDelayBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentSignalDelayWatch.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentSignalNWatchNBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentSignalWatch.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentSignalWatchBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentTwoBreakpointsOneDelaySignal.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentTwoBreakpointsOneSignal.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentTwoBreakpointsOneWatchpoint.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentTwoBreakpointThreads.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentTwoWatchpointsOneBreakpoint.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentTwoWatchpointsOneDelayBreakpoint.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentTwoWatchpointsOneSignal.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentTwoWatchpointThreads.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentWatchBreak.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentWatchBreakDelay.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentWatchpointDelayWatchpointOneBreakpoint.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
TestConcurrentWatchpointWithDelayWatchpointThreads.py [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00