diff options
| author | Mohit K. Bhakkad <mohit.bhakkad@gmail.com> | 2016-02-10 06:58:13 +0000 |
|---|---|---|
| committer | Mohit K. Bhakkad <mohit.bhakkad@gmail.com> | 2016-02-10 06:58:13 +0000 |
| commit | e92e3606dd4099f04dd428acd83ac82113d1f3e8 (patch) | |
| tree | 95196a96c756583fc742ec6d7a3bfcd49aa3a393 /lldb/packages/Python/lldbsuite/test/functionalities/thread | |
| parent | 86b4b91e352fc01eb8425eb19d5d97656a4b9949 (diff) | |
| download | bcm5719-llvm-e92e3606dd4099f04dd428acd83ac82113d1f3e8.tar.gz bcm5719-llvm-e92e3606dd4099f04dd428acd83ac82113d1f3e8.zip | |
[LLDB][MIPS] Generalise MIPS arch names
Patch by Nitesh Jain
Reviewers: clayborg, jaydeep.
Subscribers: zturner, bhushan, mohit.bhakkad, sagar, lldb-commits.
Differential Revision: http://reviews.llvm.org/D16840
llvm-svn: 260362
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/thread')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py | 2 |
1 files changed, 1 insertions, 1 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 aae0401edef..b3b45951bba 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 @@ -22,7 +22,7 @@ class CreateDuringStepTestCase(TestBase): @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778") @expectedFailureAndroid("llvm.org/pr24497", archs=['arm', 'aarch64']) - @expectedFailureAll(archs=['mips', 'mipsel', 'mips64', 'mips64el']) # IO error due to breakpoint at invalid address + @expectedFailureAll(triple = re.compile('^mips')) # 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()) |

