Skip to content

Commit 6c83d4a

Browse files
committed
[lldb] Enable TestCppBitfields on Windows
The test works correctly on Windows, the linked bug has been resolved. Reviewed By: teemperor Differential Revision: https://reviews.llvm.org/D102769
1 parent d30dfa8 commit 6c83d4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ def setUp(self):
1616
# Find the line number to break inside main().
1717
self.line = line_number('main.cpp', '// Set break point at this line.')
1818

19-
# BitFields exhibit crashes in record layout on Windows
20-
# (http://llvm.org/pr21800)
21-
@skipIfWindows
2219
def test_and_run_command(self):
2320
"""Test 'frame variable ...' on a variable with bitfields."""
2421
self.build()

0 commit comments

Comments
 (0)