[Lldb-commits] [lldb] r182815 - Removing expected fail from another test that is now passing.
Andrew Kaylor
andrew.kaylor at intel.com
Tue May 28 18:15:50 PDT 2013
Author: akaylor
Date: Tue May 28 20:15:49 2013
New Revision: 182815
URL: http://llvm.org/viewvc/llvm-project?rev=182815&view=rev
Log:
Removing expected fail from another test that is now passing.
Modified:
lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.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=182815&r1=182814&r2=182815&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py (original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py Tue May 28 20:15:49 2013
@@ -30,7 +30,6 @@ class SetWatchlocationAPITestCase(TestBa
self.buildDsym()
self.do_set_watchlocation()
- @expectedFailureLinux # llvm.org/pr14416
@python_api_test
@dwarf_test
def test_watch_location_with_dwarf(self):
More information about the lldb-commits
mailing list