[Lldb-commits] [lldb] r187660 - Mark additional icc test failures as expected fail.

Matt Kopec Matt.Kopec at intel.com
Fri Aug 2 10:53:29 PDT 2013


Author: mkopec
Date: Fri Aug  2 12:53:28 2013
New Revision: 187660

URL: http://llvm.org/viewvc/llvm-project?rev=187660&view=rev
Log:
Mark additional icc test failures as expected fail.

Modified:
    lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
    lldb/trunk/test/lang/cpp/this/TestCPPThis.py

Modified: lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py?rev=187660&r1=187659&r2=187660&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py Fri Aug  2 12:53:28 2013
@@ -28,6 +28,7 @@ class ExprCommandCallFunctionTestCase(Te
     @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()

Modified: lldb/trunk/test/lang/cpp/this/TestCPPThis.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/this/TestCPPThis.py?rev=187660&r1=187659&r2=187660&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/this/TestCPPThis.py (original)
+++ lldb/trunk/test/lang/cpp/this/TestCPPThis.py Fri Aug  2 12:53:28 2013
@@ -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"""





More information about the lldb-commits mailing list