Skip to content

Commit

Permalink
[lldb] [test] Reenable two passing tests on FreeBSD
Browse files Browse the repository at this point in the history
[Reenable TestReproducerAttach and TestThreadSpecificBpPlusCondition
on FreeBSD -- both seem to pass correctly now.
  • Loading branch information
mgorny committed Dec 1, 2020
1 parent 78cb456 commit e1f613c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -15,7 +15,6 @@ class ReproducerAttachTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
NO_DEBUG_INFO_TESTCASE = True

@skipIfFreeBSD
@skipIfNetBSD
@skipIfWindows
@skipIfRemote
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit e1f613c

Please sign in to comment.