diff options
author | Ying Chen <chying@google.com> | 2015-03-25 00:39:25 +0000 |
---|---|---|
committer | Ying Chen <chying@google.com> | 2015-03-25 00:39:25 +0000 |
commit | 4e0587d26a341eb7ddc9a14d87b4ecd9bdb4e030 (patch) | |
tree | c2eda2de09026b597a44407a79929c25f0f6d8e4 /lldb/test/python_api | |
parent | 75c9f13aa83c4e3f3749ae899b3e7151cc1dc721 (diff) | |
download | bcm5719-llvm-4e0587d26a341eb7ddc9a14d87b4ecd9bdb4e030.tar.gz bcm5719-llvm-4e0587d26a341eb7ddc9a14d87b4ecd9bdb4e030.zip |
xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot green
Summary:
-Refer to bug https://buganizer.corp.google.com/issues/19893563
-Test log http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/1145
Test Plan: Run tests with different compiler and archs locally
Reviewers: sivachandra, ovyalov, chaoren, vharron
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D8573
llvm-svn: 233157
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() |