mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
TestIgnoredExceptions.py needs support from debugserver, so it
needs to be marked skip if out of tree debugserver.
This commit is contained in:
@@ -12,6 +12,7 @@ class TestDarwinSignalHandlers(TestBase):
|
||||
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
@skipIfOutOfTreeDebugserver
|
||||
@skipUnlessDarwin
|
||||
def test_ignored_thread(self):
|
||||
"""It isn't possible to convert an EXC_BAD_ACCESS to a signal when
|
||||
|
||||
Reference in New Issue
Block a user