From: Tamas Berghammer Date: Wed, 22 Jul 2015 16:59:18 +0000 (+0000) Subject: XFAIL TestReturnValue on Linux-x86_64 with clang X-Git-Tag: studio-1.4~1881 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3a2118c39ed1a55d141ac6660c84bcd2b8dde35;p=platform%2Fupstream%2Fllvm.git XFAIL TestReturnValue on Linux-x86_64 with clang The coverage of the test got increased and it fails because of it. llvm-svn: 242910 --- diff --git a/lldb/test/functionalities/return-value/TestReturnValue.py b/lldb/test/functionalities/return-value/TestReturnValue.py index 2c7b866..51f167a 100644 --- a/lldb/test/functionalities/return-value/TestReturnValue.py +++ b/lldb/test/functionalities/return-value/TestReturnValue.py @@ -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()