[Lldb-commits] [lldb] r182813 - Removing expected failures for watchpoint tests which are now passing.
Andrew Kaylor
andrew.kaylor at intel.com
Tue May 28 17:26:53 PDT 2013
Author: akaylor
Date: Tue May 28 19:26:53 2013
New Revision: 182813
URL: http://llvm.org/viewvc/llvm-project?rev=182813&view=rev
Log:
Removing expected failures for watchpoint tests which are now passing.
Modified:
lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
Modified: lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py?rev=182813&r1=182812&r2=182813&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py Tue May 28 19:26:53 2013
@@ -21,7 +21,6 @@ class HelloWatchLocationTestCase(TestBas
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."""
Modified: lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py?rev=182813&r1=182812&r2=182813&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py Tue May 28 19:26:53 2013
@@ -20,7 +20,6 @@ class WatchLocationUsingWatchpointSetTes
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."""
Modified: lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py?rev=182813&r1=182812&r2=182813&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py (original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py Tue May 28 19:26:53 2013
@@ -30,7 +30,6 @@ class TargetWatchAddressAPITestCase(Test
self.buildDsym()
self.do_set_watchaddress()
- @expectedFailureLinux # llvm.org/pr14416
@python_api_test
@dwarf_test
def test_watch_address_with_dwarf(self):
More information about the lldb-commits
mailing list