Re-enable TestRegisters and TestTargetWatchAddress on Linux
authorDaniel Malea <daniel.malea@intel.com>
Thu, 5 Sep 2013 21:51:01 +0000 (21:51 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Thu, 5 Sep 2013 21:51:01 +0000 (21:51 +0000)
- TestRegisters passes locally (llvm.org/pr16301 no longer reproduces) -- verifying this on buildbots
- TestTargetWatchAddress also passes locally, and referenced llvm.org/pr14323 which is now closed

llvm-svn: 190104

lldb/test/functionalities/register/TestRegisters.py
lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

index 40d5bb4..a7eb978 100644 (file)
@@ -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']:
index 050a622..4d05fd6 100644 (file)
@@ -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):