[Lldb-commits] [lldb] r234828 - Remove gcc xfail for TestTargetWatchAddress.
Chaoren Lin
chaorenl at google.com
Mon Apr 13 17:51:57 PDT 2015
Author: chaoren
Date: Mon Apr 13 19:51:57 2015
New Revision: 234828
URL: http://llvm.org/viewvc/llvm-project?rev=234828&view=rev
Log:
Remove gcc xfail for TestTargetWatchAddress.
Modified:
lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
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=234828&r1=234827&r2=234828&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py (original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py Mon Apr 13 19:51:57 2015
@@ -48,7 +48,6 @@ class TargetWatchAddressAPITestCase(Test
@python_api_test
@dwarf_test
- @expectedFailureGcc #xfail to get buildbot green, test failed with gcc4.8.2
def test_watch_address_with_invalid_watch_size_with_dwarf(self):
"""Exercise SBTarget.WatchAddress() API but pass an invalid watch_size."""
self.buildDwarf()
More information about the lldb-commits
mailing list