Skip to content

Commit

Permalink
[TestMiBreak] Replace expectedFlakeyLinux with an appropriate expecte…
Browse files Browse the repository at this point in the history
…dFailureAll

Reviewers: chaoren

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D12653

llvm-svn: 246894
  • Loading branch information
Siva Chandra committed Sep 4, 2015
1 parent cc44cbb commit fdc11d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py
Expand Up @@ -13,7 +13,7 @@ class MiBreakTestCase(lldbmi_testcase.MiTestCaseBase):
@lldbmi_test
@skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
@expectedFlakeyLinux
@expectedFailureAll("llvm.org/pr24717", oslist=["linux"], compiler="clang", archs=["i386"])
def test_lldbmi_break_insert_function_pending(self):
"""Test that 'lldb-mi --interpreter' works for pending function breakpoints."""

Expand Down

0 comments on commit fdc11d5

Please sign in to comment.