Author: emaste
Date: Wed Sep 16 09:05:20 2015
New Revision: 247801

URL: http://llvm.org/viewvc/llvm-project?rev=247801&view=rev
Log:
Remove expectedFailureFreeBSD from passing watchpoint tests

llvm.org/pr18832

Modified:
    
lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
    
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
    
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.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=247801&r1=247800&r2=247801&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
 (original)
+++ 
lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
 Wed Sep 16 09:05:20 2015
@@ -21,7 +21,6 @@ class HelloWatchLocationTestCase(TestBas
         self.setTearDownCleanup(dictionary=self.d)
         self.hello_watchlocation()
 
-    @expectedFailureFreeBSD("llvm.org/pr18832")
     @dwarf_test
     @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not 
supported
     @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - 
Watchpoints not supported on Windows

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=247801&r1=247800&r2=247801&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
 (original)
+++ 
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
 Wed Sep 16 09:05:20 2015
@@ -21,7 +21,6 @@ class WatchLocationUsingWatchpointSetTes
         self.watchlocation_using_watchpoint_set()
 
     @dwarf_test
-    @expectedFailureFreeBSD('llvm.org/pr18832')
     @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not 
supported
     @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - 
Watchpoints not supported on Windows
     def test_watchlocation_with_dwarf_using_watchpoint_set(self):

Modified: 
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py?rev=247801&r1=247800&r2=247801&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py
 (original)
+++ 
lldb/trunk/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py
 Wed Sep 16 09:05:20 2015
@@ -12,7 +12,6 @@ class WatchpointSetErrorTestCase(TestBas
 
     mydir = TestBase.compute_mydir(__file__)
 
-    @expectedFailureFreeBSD('llvm.org/pr18832')
     def test_error_cases_with_watchpoint_set(self):
         """Test error cases with the 'watchpoint set' command."""
         self.buildDwarf()


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to