diff options
-rw-r--r-- | lldb/test/functionalities/register/TestRegisters.py | 1 | ||||
-rw-r--r-- | lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/functionalities/register/TestRegisters.py b/lldb/test/functionalities/register/TestRegisters.py index 40d5bb48dd4..a7eb978384f 100644 --- a/lldb/test/functionalities/register/TestRegisters.py +++ b/lldb/test/functionalities/register/TestRegisters.py @@ -53,7 +53,6 @@ class RegisterCommandsTestCase(TestBase): self.convenience_registers_with_process_attach(test_16bit_regs=False) @expectedFailureLinux("llvm.org/pr14600") # Linux doesn't support 16-bit convenience registers - @skipIfLinux # llvm.org/pr16301 LLDB occasionally exits with SIGABRT def test_convenience_registers_16bit_with_process_attach(self): """Test convenience registers after a 'process attach'.""" if not self.getArchitecture() in ['x86_64']: diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py index 050a6224a6d..4d05fd6c8cc 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -31,7 +31,6 @@ class TargetWatchAddressAPITestCase(TestBase): self.do_set_watchaddress() @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD - @skipIfLinux # llvm.org/pr14323 - skip due to incomplete multi-threaded debug support @python_api_test @dwarf_test def test_watch_address_with_dwarf(self): |