diff options
author | Todd Fiala <tfiala@google.com> | 2014-02-28 18:16:50 +0000 |
---|---|---|
committer | Todd Fiala <tfiala@google.com> | 2014-02-28 18:16:50 +0000 |
commit | d6ed44f92642008279c24ed080897a251321400f (patch) | |
tree | f5d87233385eda2ec8c4e575eaf58ea3f7b05028 | |
parent | d0a289003d05ea06cb5bfe0f0e894dca50b66301 (diff) | |
download | bcm5719-llvm-d6ed44f92642008279c24ed080897a251321400f.tar.gz bcm5719-llvm-d6ed44f92642008279c24ed080897a251321400f.zip |
Converted TestDeadStrip.py to be expected failure on Linux.
llvm-svn: 202522
-rw-r--r-- | lldb/test/functionalities/dead-strip/TestDeadStrip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/dead-strip/TestDeadStrip.py b/lldb/test/functionalities/dead-strip/TestDeadStrip.py index 1371953b32f..e0fbfb35f32 100644 --- a/lldb/test/functionalities/dead-strip/TestDeadStrip.py +++ b/lldb/test/functionalities/dead-strip/TestDeadStrip.py @@ -20,7 +20,7 @@ class DeadStripTestCase(TestBase): self.dead_strip() @skipIfFreeBSD # The -dead_strip linker option isn't supported on FreeBSD versions of ld. - @skipIfLinux # The -dead_strip linker option isn't supported on Linux versions of ld. + @expectedFailureLinux # The -dead_strip linker option isn't supported on Linux versions of ld. @dwarf_test def test_with_dwarf(self): """Test breakpoint works correctly with dead-code stripping.""" |