[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
This commit is contained in:
Jaydeep Patil 2015-12-04 09:56:36 +00:00
parent 3760cf3686
commit 56cb5ebae8
1 changed files with 1 additions and 0 deletions

View File

@ -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())