summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp
diff options
context:
space:
mode:
authorYing Chen <chying@google.com>2015-03-25 00:39:25 +0000
committerYing Chen <chying@google.com>2015-03-25 00:39:25 +0000
commit4e0587d26a341eb7ddc9a14d87b4ecd9bdb4e030 (patch)
treec2eda2de09026b597a44407a79929c25f0f6d8e4 /lldb/test/lang/cpp
parent75c9f13aa83c4e3f3749ae899b3e7151cc1dc721 (diff)
downloadbcm5719-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/lang/cpp')
-rw-r--r--lldb/test/lang/cpp/this/TestCPPThis.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/this/TestCPPThis.py b/lldb/test/lang/cpp/this/TestCPPThis.py
index 62bed20b2d7..0d059c51073 100644
--- a/lldb/test/lang/cpp/this/TestCPPThis.py
+++ b/lldb/test/lang/cpp/this/TestCPPThis.py
@@ -22,6 +22,7 @@ class CPPThisTestCase(TestBase):
@expectedFailureGcc # llvm.org/pr15439 The 'this' pointer isn't available during expression evaluation when stopped in an inlined member function.
@expectedFailureIcc # ICC doesn't emit correct DWARF inline debug info for inlined member functions
@dwarf_test
+ @expectedFailureClang(bugnumber='llvm.org/pr23012', compiler_version=['>=','3.6'])#xfail to get buildbot green, test failed with totclang - clang3.7
def test_with_dwarf_and_run_command(self):
"""Test that the appropriate member variables are available when stopped in C++ static, inline, and const methods"""
self.buildDwarf()
OpenPOWER on IntegriCloud