forked from OSchip/llvm-project
Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots.
llvm-svn: 175917
This commit is contained in:
parent
d380400b17
commit
da6921eb55
|
@ -16,6 +16,7 @@ class ConstVariableTestCase(TestBase):
|
|||
self.buildDsym()
|
||||
self.const_variable()
|
||||
|
||||
@expectedFailureLinux # Fix in review; test marked XFAIL to see if there's any other problems in buildbots
|
||||
@dwarf_test
|
||||
def test_with_dwarf_and_run_command(self):
|
||||
"""Test interpreted and JITted expressions on constant values."""
|
||||
|
|
Loading…
Reference in New Issue