We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c64e53b + 08686e0 commit d517a45Copy full SHA for d517a45
lldb/test/API/lang/c/bitfields/TestBitfields.py
@@ -21,6 +21,7 @@ def setUp(self):
21
# BitFields exhibit crashes in record layout on Windows
22
# (http://llvm.org/pr21800)
23
@skipIfWindows
24
+ @expectedFailureAll(oslist=["linux"], bugnumber="rdar://76593082")
25
def test_and_run_command(self):
26
"""Test 'frame variable ...' on a variable with bitfields."""
27
self.build()
0 commit comments