diff options
author | Matt Kopec <Matt.Kopec@intel.com> | 2013-08-02 17:53:28 +0000 |
---|---|---|
committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-08-02 17:53:28 +0000 |
commit | 9c99030dea72db4784f351476f7ec8242f6fccb8 (patch) | |
tree | 3cc0a2c451f84087d7f5cba6b9d2f45444d63307 /lldb/test/expression_command/call-function | |
parent | 2f51de568f80d1b7992ddb4a43b7328c7fb965d6 (diff) | |
download | bcm5719-llvm-9c99030dea72db4784f351476f7ec8242f6fccb8.tar.gz bcm5719-llvm-9c99030dea72db4784f351476f7ec8242f6fccb8.zip |
Mark additional icc test failures as expected fail.
llvm-svn: 187660
Diffstat (limited to 'lldb/test/expression_command/call-function')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index 7faa540452f..a8b968b39ef 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/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() |