summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-09 19:40:31 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-09 19:40:31 +0100
commit0ac296322f015f7d35d164d268a5949662f89ad0 (patch)
tree270d5f751970ee2336423671069e98edfa13fb9d /lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
parentc2fca2d9afa7fe31bfd2389bf1a9fb46a11cca63 (diff)
downloadbcm5719-llvm-0ac296322f015f7d35d164d268a5949662f89ad0.tar.gz
bcm5719-llvm-0ac296322f015f7d35d164d268a5949662f89ad0.zip
[lldb] [test] Un-XFAIL tests that work on NetBSD 9
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
index d5580ac86cc..8192a605169 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
@@ -22,7 +22,6 @@ class BitfieldsTestCase(TestBase):
# BitFields exhibit crashes in record layout on Windows
# (http://llvm.org/pr21800)
@skipIfWindows
- @expectedFailureNetBSD
def test_and_run_command(self):
"""Test 'frame variable ...' on a variable with bitfields."""
self.build()
@@ -154,7 +153,6 @@ class BitfieldsTestCase(TestBase):
# BitFields exhibit crashes in record layout on Windows
# (http://llvm.org/pr21800)
@skipIfWindows
- @expectedFailureNetBSD
def test_and_python_api(self):
"""Use Python APIs to inspect a bitfields variable."""
self.build()
OpenPOWER on IntegriCloud