[lldb] [test] Un-XFAIL tests that work on NetBSD 9
authorMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 18:40:31 +0000 (19:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 18:40:31 +0000 (19:40 +0100)
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py

index 85b0b62..6be6619 100644 (file)
@@ -36,7 +36,6 @@ class WatchpointLLDBCommandTestCase(TestBase):
         archs=["aarch64"],
         triple=no_match(".*-android"),
         bugnumber="llvm.org/pr27710") # work on android
-    @expectedFailureNetBSD
     def test_watchpoint_command(self):
         """Test 'watchpoint command'."""
         self.build(dictionary=self.d)
index 3d4f3fd..57a63b3 100644 (file)
@@ -38,7 +38,6 @@ class WatchpointPythonCommandTestCase(TestBase):
         archs=["aarch64"],
         triple=no_match(".*-android"),
         bugnumber="llvm.org/pr27710") # work on android
-    @expectedFailureNetBSD
     def test_watchpoint_command(self):
         """Test 'watchpoint command'."""
         self.build(dictionary=self.d)
@@ -107,7 +106,6 @@ class WatchpointPythonCommandTestCase(TestBase):
         archs=["aarch64"],
         triple=no_match(".*-android"),
         bugnumber="llvm.org/pr27710") # work on android
-    @expectedFailureNetBSD
     def test_continue_in_watchpoint_command(self):
         """Test continue in a watchpoint command."""
         self.build(dictionary=self.d)
index 1ad0260..2a60dfa 100644 (file)
@@ -36,7 +36,6 @@ class WatchpointConditionCmdTestCase(TestBase):
         archs=["aarch64"],
         triple=no_match(".*-android"),
         bugnumber="llvm.org/pr27710")
-    @expectedFailureNetBSD
     def test_watchpoint_cond(self):
         """Test watchpoint condition."""
         self.build(dictionary=self.d)
index d5580ac..8192a60 100644 (file)
@@ -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()