We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b05bf2 commit ff5893bCopy full SHA for ff5893b
lldb/test/API/lang/swift/clangimporter/macro_conflict/TestSwiftMacroConflict.py
@@ -22,6 +22,7 @@ class TestSwiftMacroConflict(TestBase):
22
# Don't run ClangImporter tests if Clangimporter is disabled.
23
@skipIf(setting=('symbols.use-swift-clangimporter', 'false'))
24
@skipIf(setting=('symbols.swift-precise-compiler-invocation', 'true'))
25
+ @skipIf(bugnumber="rdar://121539666")
26
@skipUnlessDarwin
27
@swiftTest
28
def test(self):
@@ -58,6 +59,7 @@ def test(self):
58
59
60
61
62
63
64
65
def test_with_dwarfimporter(self):
0 commit comments