aboutsummaryrefslogtreecommitdiff
path: root/test/lang/cpp/this/TestCPPThis.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lang/cpp/this/TestCPPThis.py')
-rw-r--r--test/lang/cpp/this/TestCPPThis.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lang/cpp/this/TestCPPThis.py b/test/lang/cpp/this/TestCPPThis.py
index 73c5b6dcb..d2bb72d65 100644
--- a/test/lang/cpp/this/TestCPPThis.py
+++ b/test/lang/cpp/this/TestCPPThis.py
@@ -21,6 +21,7 @@ class CPPThisTestCase(TestBase):
#rdar://problem/9962849
@expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function'
@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
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"""