Skip to content

Commit 618f11b

Browse files
committed
[lldb] Skip TestCppKeywordsAsCIdentifiers on Windows
Somehow static_assert is a keyword with C on Windows (maybe the Windows default is C11?). Skipping the test for now.
1 parent df62afd commit 618f11b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/lang/c/cpp_keyword_identifiers/TestCppKeywordsAsCIdentifiers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ class TestCase(TestBase):
77

88
mydir = TestBase.compute_mydir(__file__)
99

10+
# FIXME: Clang on Windows somehow thinks static_assert is a C keyword.
11+
@skipIfWindows
1012
@no_debug_info_test
1113
def test(self):
1214
self.build()

0 commit comments

Comments
 (0)