The test was marked as expectedFailureLinux, but now it passes with gcc and some versions of clang. Newer versions of clang introduce a failure due to bad DWARF information.
llvm-svn: 176581
self.buildDsym()
self.const_variable()
- @expectedFailureLinux # Fix in review; test marked XFAIL to see if there's any other problems in buildbots
+ @skipOnLinux # This test works with gcc, but fails with newer version of clang on Linux due to a clang issue. Bug number TDB.
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test interpreted and JITted expressions on constant values."""