XFAIL TestReturnValue on Linux-x86_64 with clang
authorTamas Berghammer <tberghammer@google.com>
Wed, 22 Jul 2015 16:59:18 +0000 (16:59 +0000)
committerTamas Berghammer <tberghammer@google.com>
Wed, 22 Jul 2015 16:59:18 +0000 (16:59 +0000)
The coverage of the test got increased and it fails because of it.

llvm-svn: 242910

lldb/test/functionalities/return-value/TestReturnValue.py

index 2c7b866..51f167a 100644 (file)
@@ -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()