diff options
author | Zachary Turner <zturner@google.com> | 2016-02-09 21:36:23 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-02-09 21:36:23 +0000 |
commit | 2b1a416cb52afffe7d045fc0eb48d1d891b549dd (patch) | |
tree | 3ca6b9f6a9598beb862a17a310415f00c18ddea6 /lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py | |
parent | 8158a2037ac4485a6f8cdf8594bb98a096eb4ed3 (diff) | |
download | bcm5719-llvm-2b1a416cb52afffe7d045fc0eb48d1d891b549dd.tar.gz bcm5719-llvm-2b1a416cb52afffe7d045fc0eb48d1d891b549dd.zip |
Remove decorators related to debug info types.
All existing usages were ported over to the common decorators.
llvm-svn: 260290
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py b/lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py index 8739da43947..fd7a05f287f 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/TestDeadStrip.py @@ -17,7 +17,7 @@ class DeadStripTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778") - @expectedFailureDwo("llvm.org/pr25087") + @expectedFailureAll(debug_info="dwo", bugnumber="llvm.org/pr25087") @skipIfFreeBSD # The -dead_strip linker option isn't supported on FreeBSD versions of ld. def test(self): """Test breakpoint works correctly with dead-code stripping.""" |