[Lldb-commits] [lldb] r201705 - Update decorator for test that still fails with FreeBSD Watchpoint support

Ed Maste emaste at freebsd.org
Wed Feb 19 10:26:49 PST 2014


Author: emaste
Date: Wed Feb 19 12:26:48 2014
New Revision: 201705

URL: http://llvm.org/viewvc/llvm-project?rev=201705&view=rev
Log:
Update decorator for test that still fails with FreeBSD Watchpoint support

llvm.org/pr18832

Modified:
    lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.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=201705&r1=201704&r2=201705&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py Wed Feb 19 12:26:48 2014
@@ -21,7 +21,7 @@ class HelloWatchLocationTestCase(TestBas
         self.setTearDownCleanup(dictionary=self.d)
         self.hello_watchlocation()
 
-    @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD
+    @expectedFailureFreeBSD("llvm.org/pr18832")
     @dwarf_test
     def test_hello_watchlocation_with_dwarf(self):
         """Test watching a location with '-x size' option."""





More information about the lldb-commits mailing list