From 31099900483cca21f0b3b5df83963276b8e31cf1 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 11 Sep 2015 20:00:39 +0000 Subject: [PATCH] XFAIL 2 breakpoint tests on Windows. llvm.org/pr24777 llvm-svn: 247459 --- .../thread/thread_specific_break/TestThreadSpecificBreakpoint.py | 1 + lldb/test/lang/c/stepping/TestStepAndBreakpoints.py | 1 + 2 files changed, 2 insertions(+) diff --git a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py index 0675c6b..99eebc6 100644 --- a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py +++ b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py @@ -22,6 +22,7 @@ class ThreadSpecificBreakTestCase(TestBase): @skipIfFreeBSD # test frequently times out or hangs @expectedFailureFreeBSD('llvm.org/pr18522') # hits break in another thread in testrun + @expectedFailureWindows("llvm.org/pr24777") @python_api_test @dwarf_test @expectedFlakeyLinux # this test fails 6/100 dosep runs diff --git a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py index 74d509b..4915f0e 100644 --- a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py +++ b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py @@ -23,6 +23,7 @@ class TestCStepping(TestBase): @expectedFailureFreeBSD('llvm.org/pr17932') @expectedFailureLinux # llvm.org/pr14437 + @expectedFailureWindows("llvm.org/pr24777") @python_api_test @dwarf_test def test_with_dwarf_and_python_api(self): -- 2.7.4