diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2024-08-21 17:47:17 -0700 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2024-08-21 17:47:17 -0700 |
| commit | 54081b7e4a315cdbe1017eeded9e2cf861ecc0b4 (patch) | |
| tree | d7a4ed030ea94cd06ff903d648901fbe339a55bd /lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py | |
| parent | ee572ed4ac2d9e2ff37217d6bedc20f530a5d3af (diff) | |
| parent | 64e464349bfca0d90e07f6db2f710d4d53cdacd4 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.asandarwin-simplify-test
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py')
| -rw-r--r-- | lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py b/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py index f796c635895a..dba1422a0d52 100644 --- a/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py +++ b/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py @@ -8,6 +8,7 @@ from lldbsuite.test import lldbutil 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( |
