From 0e46dbd119b691d6ad60d74f14dd8f63463d2902 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Wed, 29 May 2013 00:26:53 +0000 Subject: [PATCH] Removing expected failures for watchpoint tests which are now passing. llvm-svn: 182813 --- .../watchpoint/hello_watchlocation/TestWatchLocation.py | 1 - .../watchpoint_set_command/TestWatchLocationWithWatchSet.py | 1 - .../watchpoint/watchlocation/TestTargetWatchAddress.py | 1 - 3 files changed, 3 deletions(-) diff --git a/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py b/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py index b9e6a514d748..1e0b93b55a39 100644 --- a/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py +++ b/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py @@ -21,7 +21,6 @@ class HelloWatchLocationTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_watchlocation() - @expectedFailureLinux # llvm.org/pr14416 @dwarf_test def test_hello_watchlocation_with_dwarf(self): """Test watching a location with '-x size' option.""" diff --git a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py index 1db5f3b95e78..2172c5fa7c54 100644 --- a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py +++ b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py @@ -20,7 +20,6 @@ class WatchLocationUsingWatchpointSetTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.watchlocation_using_watchpoint_set() - @expectedFailureLinux # llvm.org/pr14416 @dwarf_test def test_watchlocation_with_dwarf_using_watchpoint_set(self): """Test watching a location with 'watchpoint set expression -w write -x size' option.""" diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py index 303128ae28f4..407e7919d0d1 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -30,7 +30,6 @@ class TargetWatchAddressAPITestCase(TestBase): self.buildDsym() self.do_set_watchaddress() - @expectedFailureLinux # llvm.org/pr14416 @python_api_test @dwarf_test def test_watch_address_with_dwarf(self):