diff options
author | Jaydeep Patil <jaydeep.patil@imgtec.com> | 2015-12-04 09:56:36 +0000 |
---|---|---|
committer | Jaydeep Patil <jaydeep.patil@imgtec.com> | 2015-12-04 09:56:36 +0000 |
commit | 56cb5ebae88381df35b1ecc8d9235be46db6466f (patch) | |
tree | a694452b3e2b5a66953aea8330274017275a1cd1 | |
parent | 3760cf3686a4a02a1d389d09a900ca6f3d2de756 (diff) | |
download | bcm5719-llvm-56cb5ebae88381df35b1ecc8d9235be46db6466f.tar.gz bcm5719-llvm-56cb5ebae88381df35b1ecc8d9235be46db6466f.zip |
[LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPS
SUMMARY:
Marked TestCrashDuringStep.py as XFAIL for MIPS. The test generates IO error due to breakpoint at invalid address.
Reviewers: clayborg, labath
Subscribers: nitesh.jain, mohit.bhakkad, sagar, bhushan and lldb-commits
Differential Revision: http://reviews.llvm.org/D15182
llvm-svn: 254710
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py index 6e7e11b3e33..24b5bf0dad3 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py @@ -21,6 +21,7 @@ class CreateDuringStepTestCase(TestBase): @expectedFailureWindows("llvm.org/pr24778") @expectedFailureAndroid("llvm.org/pr24497", archs=['arm', 'aarch64']) + @expectedFailureAll(archs=['mips', 'mipsel', 'mips64', 'mips64el']) # IO error due to breakpoint at invalid address def test_step_inst_with(self): """Test thread creation during step-inst handling.""" self.build(dictionary=self.getBuildFlags()) |