mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 11:38:04 +08:00
[lldb] [test] Reenable two passing tests on FreeBSD
[Reenable TestReproducerAttach and TestThreadSpecificBpPlusCondition on FreeBSD -- both seem to pass correctly now.
This commit is contained in:
@@ -15,7 +15,6 @@ class ReproducerAttachTestCase(TestBase):
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
@skipIfFreeBSD
|
||||
@skipIfNetBSD
|
||||
@skipIfWindows
|
||||
@skipIfRemote
|
||||
|
||||
@@ -16,10 +16,8 @@ class ThreadSpecificBreakPlusConditionTestCase(TestBase):
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
# test frequently times out or hangs
|
||||
@skipIf(oslist=['windows', 'freebsd'])
|
||||
@skipIfDarwin
|
||||
# hits break in another thread in testrun
|
||||
@expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr18522')
|
||||
@add_test_categories(['pyapi'])
|
||||
@expectedFailureAll(oslist=['ios', 'watchos', 'tvos', 'bridgeos'], archs=['armv7', 'armv7k'], bugnumber='rdar://problem/34563348') # Two threads seem to end up with the same my_value when built for armv7.
|
||||
@expectedFailureNetBSD
|
||||
|
||||
Reference in New Issue
Block a user