[Lldb-commits] [lldb] 6c83d4a - [lldb] Enable TestCppBitfields on Windows
Andy Yankovsky via lldb-commits
lldb-commits at lists.llvm.org
Wed May 19 08:05:17 PDT 2021
Author: Andy Yankovsky
Date: 2021-05-19T17:04:19+02:00
New Revision: 6c83d4a60b7d243f0674f4381ec72b7c8ec4f2be
URL: https://github.com/llvm/llvm-project/commit/6c83d4a60b7d243f0674f4381ec72b7c8ec4f2be
DIFF: https://github.com/llvm/llvm-project/commit/6c83d4a60b7d243f0674f4381ec72b7c8ec4f2be.diff
LOG: [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
Added:
Modified:
lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
Removed:
################################################################################
diff --git a/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py b/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
index bf457d33a0bd..480b680e792e 100644
--- a/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
+++ b/lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
@@ -16,9 +16,6 @@ def setUp(self):
# Find the line number to break inside main().
self.line = line_number('main.cpp', '// Set break point at this line.')
- # BitFields exhibit crashes in record layout on Windows
- # (http://llvm.org/pr21800)
- @skipIfWindows
def test_and_run_command(self):
"""Test 'frame variable ...' on a variable with bitfields."""
self.build()
More information about the lldb-commits
mailing list