forked from OSchip/llvm-project
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:
parent
48b772007f
commit
c3a2118c39
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue