summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-03-09 12:47:38 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-03-09 12:47:38 +0000
commit377d9dc8728af681c3a302fa0a0a64fc0810f62f (patch)
treeaa49a94debf9ccef237908e8d8dfc52f9c33e62a /lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
parent62c8a57a7475eb81417f6fb087a6e89d5b0035ab (diff)
downloadbcm5719-llvm-377d9dc8728af681c3a302fa0a0a64fc0810f62f.tar.gz
bcm5719-llvm-377d9dc8728af681c3a302fa0a0a64fc0810f62f.zip
[lldb] [test] Adjust XFAIL list to match buildbot results
Adjust the XFAIL-ing tests to match consistent results from buildbot. I'm going to work on differences between them and my local results following this. llvm-svn: 355774
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, 2 insertions, 0 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 ba924683ad7..54f71f49dfa 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py
@@ -24,6 +24,7 @@ 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()
@@ -152,6 +153,7 @@ 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