mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 17:43:57 +00:00
Try again to mark TestRdar12408181.py as skipped
rdar://36417163 llvm-svn: 322740
This commit is contained in:
parent
d700869235
commit
d122baec22
@ -13,9 +13,13 @@ from lldbsuite.test.lldbtest import *
|
||||
from lldbsuite.test import lldbutil
|
||||
|
||||
|
||||
# TODO: Switch back to @skipUnlessDarwin when the bug preventing the test app
|
||||
# from launching is resolved.
|
||||
@skipIf
|
||||
# TODO: The Jenkins testers on OS X fail running this test because they don't
|
||||
# have access to WindowServer so NSWindow doesn't work. We should disable this
|
||||
# test if WindowServer isn't available.
|
||||
# Note: Simply applying the @skipIf decorator here confuses the test harness
|
||||
# and gives a spurious failure.
|
||||
@skipUnlessDarwin
|
||||
@skipIfDarwin
|
||||
class Rdar12408181TestCase(TestBase):
|
||||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
Loading…
Reference in New Issue
Block a user