[Lldb-commits] [lldb] r180832 - TestCallCPPFunction is an expected failure on

Sean Callanan scallanan at apple.com
Tue Apr 30 16:52:02 PDT 2013


Author: spyffe
Date: Tue Apr 30 18:52:02 2013
New Revision: 180832

URL: http://llvm.org/viewvc/llvm-project?rev=180832&view=rev
Log:
TestCallCPPFunction is an expected failure on
Linux; marking as such.

Modified:
    lldb/trunk/test/lang/cpp/call-function/TestCallCPPFunction.py

Modified: lldb/trunk/test/lang/cpp/call-function/TestCallCPPFunction.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/call-function/TestCallCPPFunction.py?rev=180832&r1=180831&r2=180832&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/call-function/TestCallCPPFunction.py (original)
+++ lldb/trunk/test/lang/cpp/call-function/TestCallCPPFunction.py Tue Apr 30 18:52:02 2013
@@ -17,6 +17,7 @@ class CallCPPFunctionTestCase(TestBase):
         self.buildDsym()
         self.call_cpp_function()
 
+    @expectedFailureLinux # bugzilla 15854
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test calling a function by basename"""





More information about the lldb-commits mailing list