From 377d9dc8728af681c3a302fa0a0a64fc0810f62f Mon Sep 17 00:00:00 2001 From: Michal Gorny Date: Sat, 9 Mar 2019 12:47:38 +0000 Subject: [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 --- lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py') 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() -- cgit v1.2.3