aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kopec <Matt.Kopec@intel.com>2013-08-02 17:53:28 +0000
committerMatt Kopec <Matt.Kopec@intel.com>2013-08-02 17:53:28 +0000
commitd60b54fbccf3a9bc816cc7fa8fe8362a40d91f38 (patch)
tree3f1a47a8cd2913b093015d77e15a91ad05bf960d
parent4097bef16c98898ec7eb9c40de8286be2fb30a9d (diff)
downloadlldb-d60b54fbccf3a9bc816cc7fa8fe8362a40d91f38.tar.gz
Mark additional icc test failures as expected fail.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187660 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/expression_command/call-function/TestCallStdStringFunction.py1
-rw-r--r--test/lang/cpp/this/TestCPPThis.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/expression_command/call-function/TestCallStdStringFunction.py b/test/expression_command/call-function/TestCallStdStringFunction.py
index 7faa54045..a8b968b39 100644
--- a/test/expression_command/call-function/TestCallStdStringFunction.py
+++ b/test/expression_command/call-function/TestCallStdStringFunction.py
@@ -28,6 +28,7 @@ class ExprCommandCallFunctionTestCase(TestBase):
@dwarf_test
@expectedFailureFreeBSD # llvm.org/pr16697
@expectedFailureGcc # llvm.org/pr14437, fails with GCC 4.6.3 and 4.7.2
+ @expectedFailureIcc # llvm.org/pr14437, fails with ICC 13.1
def test_with_dwarf(self):
"""Test calling std::String member function."""
self.buildDwarf()
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"""