mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-03 22:41:47 +00:00
[testsuite] Skip a flakey test.
llvm-svn: 324293
This commit is contained in:
parent
50dd98cb2b
commit
d9a97a20c0
@ -22,6 +22,7 @@ class IncompleteModulesTestCase(TestBase):
|
||||
# Find the line number to break inside main().
|
||||
self.line = line_number('main.m', '// Set breakpoint 0 here.')
|
||||
|
||||
@skipIfDarwin
|
||||
@skipUnlessDarwin
|
||||
@skipIf(macos_version=["<", "10.12"], debug_info=no_match(["gmodules"]))
|
||||
def test_expr(self):
|
||||
|
Loading…
Reference in New Issue
Block a user