Converted TestRegisterVariables to run on Linux and skip with clang.

TestRegisterVariables.test_with_dwarf_and_run_command was being
skipped on Linux due to issues with clang. I converted it to a
@expectedFailureClang and no longer skip on Linux.

llvm-svn: 202515
This commit is contained in:
Todd Fiala 2014-02-28 17:19:20 +00:00
parent 319758af88
commit 4112545855
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class RegisterVariableTestCase(TestBase):
self.buildDsym()
self.const_variable()
@skipIfLinux # This test works with gcc, but fails with newer version of clang on Linux due to a clang issue. Fails for icc as well. Bug number TDB.
@expectedFailureClang
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test expressions on register values."""