diff options
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r-- | lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py index f5310d615cc..2b62e0e4562 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -48,6 +48,7 @@ class TargetWatchAddressAPITestCase(TestBase): @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() |