diff options
| author | Zachary Turner <zturner@google.com> | 2016-02-09 21:36:15 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2016-02-09 21:36:15 +0000 |
| commit | 8158a2037ac4485a6f8cdf8594bb98a096eb4ed3 (patch) | |
| tree | bc7f75bf0b72450174f95c4e2d663f65aaa77e1f /lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug | |
| parent | 0c3e00369738f8ad33b6f656412dd05d594d1cfe (diff) | |
| download | bcm5719-llvm-8158a2037ac4485a6f8cdf8594bb98a096eb4ed3.tar.gz bcm5719-llvm-8158a2037ac4485a6f8cdf8594bb98a096eb4ed3.zip | |
Delete all the xfail / skip decorators for specific compilers.
Ported everything over to using expectedFailureAll.
llvm-svn: 260289
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py b/lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py index c8224409e45..b365c1ddda2 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py @@ -27,7 +27,7 @@ class ReturnValueTestCase(TestBase): self.do_step_out_past_nodebug() @add_test_categories(['pyapi']) - @expectedFailureGcc("llvm.org/pr19247") + @decorators.expectedFailureAll(compiler="gcc", bugnumber="llvm.org/pr19247") def test_step_over_with_python(self): """Test stepping over using avoid-no-debug with dwarf.""" self.build() @@ -35,7 +35,7 @@ class ReturnValueTestCase(TestBase): self.do_step_over_past_nodebug() @add_test_categories(['pyapi']) - @expectedFailureGcc("llvm.org/pr19247") + @decorators.expectedFailureAll(compiler="gcc", bugnumber="llvm.org/pr19247") def test_step_in_with_python(self): """Test stepping in using avoid-no-debug with dwarf.""" self.build() |

