[Lldb-commits] [lldb] r180623 - Mark tests as expected fail for Linux due to not being able to call/print c++ demangled functions in the global namespace (bugzilla 15854).

Matt Kopec Matt.Kopec at intel.com
Fri Apr 26 13:04:24 PDT 2013


Author: mkopec
Date: Fri Apr 26 15:04:24 2013
New Revision: 180623

URL: http://llvm.org/viewvc/llvm-project?rev=180623&view=rev
Log:
Mark tests as expected fail for Linux due to not being able to call/print c++ demangled functions in the global namespace (bugzilla 15854).

Modified:
    lldb/trunk/test/expression_command/test/TestExprs.py
    lldb/trunk/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py

Modified: lldb/trunk/test/expression_command/test/TestExprs.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/test/TestExprs.py?rev=180623&r1=180622&r2=180623&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/test/TestExprs.py (original)
+++ lldb/trunk/test/expression_command/test/TestExprs.py Fri Apr 26 15:04:24 2013
@@ -80,6 +80,7 @@ class BasicExprCommandsTestCase(TestBase
                        "a.out"])
         # (const char *) $8 = 0x... "/Volumes/data/lldb/svn/trunk/test/expression_command/test/a.out"
 
+    @expectedFailureLinux # bugzilla 15854
     @python_api_test
     def test_evaluate_expression_python(self):
         """Test SBFrame.EvaluateExpression() API for evaluating an expression."""

Modified: lldb/trunk/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py?rev=180623&r1=180622&r2=180623&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py (original)
+++ lldb/trunk/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py Fri Apr 26 15:04:24 2013
@@ -17,6 +17,7 @@ class CPPStaticMethodsTestCase(TestBase)
         self.buildDsym()
         self.static_method_commands()
 
+    @expectedFailureLinux # bugzilla 15854
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test that functions with the same name are resolved correctly"""





More information about the lldb-commits mailing list