https://github.com/slydiman created https://github.com/llvm/llvm-project/pull/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. >From 9e91ad6940a05748bdac6c1597bded749ac333dc Mon Sep 17 00:00:00 2001 From: Dmitry Vasilyev <dvassil...@accesssoftek.com> Date: Tue, 20 Aug 2024 19:48:20 +0400 Subject: [PATCH] [lldb] Disable the API test TestCppBitfields on Windows 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. --- lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py b/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py index f796c635895ac1..dba1422a0d52a1 100644 --- a/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py +++ b/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py @@ -8,6 +8,7 @@ class CppBitfieldsTestCase(TestBase): @no_debug_info_test + @skipIf(oslist=["windows"], bugnumber="github.com/llvm/llvm-project/issues/105019") def test_bitfields(self): self.build() lldbutil.run_to_source_breakpoint( _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits