[Lldb-commits] [lldb] r247459 - XFAIL 2 breakpoint tests on Windows.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 11 13:00:39 PDT 2015


Author: zturner
Date: Fri Sep 11 15:00:39 2015
New Revision: 247459

URL: http://llvm.org/viewvc/llvm-project?rev=247459&view=rev
Log:
XFAIL 2 breakpoint tests on Windows.

llvm.org/pr24777

Modified:
    lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
    lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py

Modified: lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py?rev=247459&r1=247458&r2=247459&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py (original)
+++ lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py Fri Sep 11 15:00:39 2015
@@ -22,6 +22,7 @@ class ThreadSpecificBreakTestCase(TestBa
 
     @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

Modified: lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py?rev=247459&r1=247458&r2=247459&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py (original)
+++ lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py Fri Sep 11 15:00:39 2015
@@ -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):




More information about the lldb-commits mailing list