Skip to content

Commit d517a45

Browse files
authored
Merge pull request #2838 from apple/rdar76593082
[lldb] XFAIL TestBitfields.py on Linux
2 parents c64e53b + 08686e0 commit d517a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/c/bitfields/TestBitfields.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def setUp(self):
2121
# BitFields exhibit crashes in record layout on Windows
2222
# (http://llvm.org/pr21800)
2323
@skipIfWindows
24+
@expectedFailureAll(oslist=["linux"], bugnumber="rdar://76593082")
2425
def test_and_run_command(self):
2526
"""Test 'frame variable ...' on a variable with bitfields."""
2627
self.build()

0 commit comments

Comments
 (0)