[Lldb-commits] [lldb] r202516 - Enabled TestSetWatchlocation.py on Linux.
Todd Fiala
tfiala at google.com
Fri Feb 28 09:28:44 PST 2014
Author: tfiala
Date: Fri Feb 28 11:28:44 2014
New Revision: 202516
URL: http://llvm.org/viewvc/llvm-project?rev=202516&view=rev
Log:
Enabled TestSetWatchlocation.py on Linux.
This worked 25 out of 25 times for me on Ubuntu 12.04 LTS x86_64 built
with gcc 4.8.2 and the July 2013 libedit.
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=202516&r1=202515&r2=202516&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py (original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py Fri Feb 28 11:28:44 2014
@@ -30,7 +30,6 @@ class SetWatchlocationAPITestCase(TestBa
self.buildDsym()
self.do_set_watchlocation()
- @skipIfLinux # Sometimes passes, sometimes not.
@python_api_test
@dwarf_test
def test_watch_location_with_dwarf(self):
More information about the lldb-commits
mailing list