From 0ac296322f015f7d35d164d268a5949662f89ad0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 9 Nov 2019 19:40:31 +0100 Subject: [lldb] [test] Un-XFAIL tests that work on NetBSD 9 --- lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | 2 -- 1 file changed, 2 deletions(-) (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 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() -- cgit v1.2.3