[Lldb-commits] [PATCH] D102769: [lldb] Enable TestCppBitfields on Windows
Andy Yankovsky via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 19 06:37:57 PDT 2021
werat updated this revision to Diff 346438.
werat added a comment.
remove the @skip
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102769/new/
https://reviews.llvm.org/D102769
Files:
lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
Index: lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
===================================================================
--- lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
+++ lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
@@ -16,9 +16,6 @@
# 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()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102769.346438.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210519/f24f3f3f/attachment.bin>
More information about the lldb-commits
mailing list