From 41125458550065c1c68e7b8be866c34b92b0de74 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Fri, 28 Feb 2014 17:19:20 +0000 Subject: [PATCH] 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 --- lldb/test/lang/c/register_variables/TestRegisterVariables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/lang/c/register_variables/TestRegisterVariables.py b/lldb/test/lang/c/register_variables/TestRegisterVariables.py index 3efb1e6f9694..308c150d5dba 100644 --- a/lldb/test/lang/c/register_variables/TestRegisterVariables.py +++ b/lldb/test/lang/c/register_variables/TestRegisterVariables.py @@ -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."""