Author: labath
Date: Thu Apr 30 06:28:06 2015
New Revision: 236226

URL: http://llvm.org/viewvc/llvm-project?rev=236226&view=rev
Log:
Enabling two watchpoint tests on linux

After recent changes, these tests should be stable. Please let me know if you 
still see failures.

Modified:
    lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
    
lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

Modified: 
lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py?rev=236226&r1=236225&r2=236226&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py 
(original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py 
Thu Apr 30 06:28:06 2015
@@ -32,7 +32,6 @@ class SetWatchlocationAPITestCase(TestBa
 
     @python_api_test
     @dwarf_test
-    @expectedFailureLinux # fails in 10/100 dosep runs
     def test_watch_location_with_dwarf(self):
         """Exercise SBValue.WatchPointee() API to set a watchpoint."""
         self.buildDwarf()

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=236226&r1=236225&r2=236226&view=diff
==============================================================================
--- 
lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py 
(original)
+++ 
lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py 
Thu Apr 30 06:28:06 2015
@@ -32,7 +32,6 @@ class TargetWatchAddressAPITestCase(Test
 
     @python_api_test
     @dwarf_test
-    @expectedFailureLinux # failed 11/100 dosep runs
     def test_watch_address_with_dwarf(self):
         """Exercise SBTarget.WatchAddress() API to set a watchpoint."""
         self.buildDwarf()


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to