[Lldb-commits] [lldb] r242910 - XFAIL TestReturnValue on Linux-x86_64 with clang

Tamas Berghammer tberghammer at google.com
Wed Jul 22 09:59:19 PDT 2015


Author: tberghammer
Date: Wed Jul 22 11:59:18 2015
New Revision: 242910

URL: http://llvm.org/viewvc/llvm-project?rev=242910&view=rev
Log:
XFAIL TestReturnValue on Linux-x86_64 with clang

The coverage of the test got increased and it fails because of it.

Modified:
    lldb/trunk/test/functionalities/return-value/TestReturnValue.py

Modified: lldb/trunk/test/functionalities/return-value/TestReturnValue.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/return-value/TestReturnValue.py?rev=242910&r1=242909&r2=242910&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/return-value/TestReturnValue.py (original)
+++ lldb/trunk/test/functionalities/return-value/TestReturnValue.py Wed Jul 22 11:59:18 2015
@@ -24,6 +24,7 @@ class ReturnValueTestCase(TestBase):
     @expectedFailurei386
     @python_api_test
     @dwarf_test
+    @expectedFailureAll(oslist=["linux"], compiler="clang", archs=["x86_64"])
     def test_with_dwarf_python(self):
         """Test getting return values from stepping out."""
         self.buildDwarf()





More information about the lldb-commits mailing list