XFAIL TestReturnValue on Linux-x86_64 with clang

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

llvm-svn: 242910
This commit is contained in:
Tamas Berghammer 2015-07-22 16:59:18 +00:00
parent 48b772007f
commit c3a2118c39
1 changed files with 1 additions and 0 deletions

View 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()