[Lldb-commits] [lldb] r245629 - XFAIL breakpoint tests on Windows
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 20 15:09:08 PDT 2015
Author: zturner
Date: Thu Aug 20 17:09:08 2015
New Revision: 245629
URL: http://llvm.org/viewvc/llvm-project?rev=245629&view=rev
Log:
XFAIL breakpoint tests on Windows
llvm.org/pr24528 tracks fixing this test.
Modified:
lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
lldb/trunk/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
Modified: lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py?rev=245629&r1=245628&r2=245629&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py (original)
+++ lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py Thu Aug 20 17:09:08 2015
@@ -27,6 +27,7 @@ class BreakpointCommandTestCase(TestBase
self.breakpoint_command_script_parameters ()
@dwarf_test
+ @expectedFailureWindows("llvm.org/pr24528")
def test_with_dwarf(self):
"""Test a sequence of breakpoint command add, list, and delete."""
self.buildDwarf()
Modified: lldb/trunk/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py?rev=245629&r1=245628&r2=245629&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py (original)
+++ lldb/trunk/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py Thu Aug 20 17:09:08 2015
@@ -20,6 +20,7 @@ class BreakpointLocationsTestCase(TestBa
self.breakpoint_locations_test()
@dwarf_test
+ @expectedFailureWindows("llvm.org/pr24528")
def test_with_dwarf(self):
"""Test breakpoint enable/disable for a breakpoint ID with multiple locations."""
self.buildDwarf()
More information about the lldb-commits
mailing list