diff options
| author | Todd Fiala <tfiala@google.com> | 2014-02-28 17:19:20 +0000 |
|---|---|---|
| committer | Todd Fiala <tfiala@google.com> | 2014-02-28 17:19:20 +0000 |
| commit | 41125458550065c1c68e7b8be866c34b92b0de74 (patch) | |
| tree | 5d1bbb41c99b3634f39e4c08c6c887bb32c15f4e /lldb/test | |
| parent | 319758af8824628092dd4a5c3c3645f1b00fe355 (diff) | |
| download | bcm5719-llvm-41125458550065c1c68e7b8be866c34b92b0de74.tar.gz bcm5719-llvm-41125458550065c1c68e7b8be866c34b92b0de74.zip | |
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
Diffstat (limited to 'lldb/test')
| -rw-r--r-- | lldb/test/lang/c/register_variables/TestRegisterVariables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/register_variables/TestRegisterVariables.py b/lldb/test/lang/c/register_variables/TestRegisterVariables.py index 3efb1e6f969..308c150d5db 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.""" |

