Skip to content

Commit 31e55d4

Browse files
authored
[lldb] Disable the API test TestCppBitfields on Windows (#105037)
This test causes the assert in clang CodeGen and python crashes with the error code 0x80000003. See #105019 for more details. Note the similar test lldb/test/API/lang/c/bitfields/TestBitfields.py is already disabled on Windows.
1 parent b941ba1 commit 31e55d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
class CppBitfieldsTestCase(TestBase):
1010
@no_debug_info_test
11+
@skipIf(oslist=["windows"], bugnumber="github.com/llvm/llvm-project/issues/105019")
1112
def test_bitfields(self):
1213
self.build()
1314
lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)