Author: tberghammer
Date: Wed Oct 7 06:40:10 2015
New Revision: 249539
URL: http://llvm.org/viewvc/llvm-project?rev=249539&view=rev
Log:
XFAIL new dwo test failing with totclang on linux i386
Modified:
lldb/trunk/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
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=249539&r1=249538&r2=249539&view=diff
==============================================================================
---
lldb/trunk/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
(original)
+++
lldb/trunk/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
Wed Oct 7 06:40:10 2015
@@ -13,6 +13,7 @@ class BreakpointLocationsTestCase(TestBa
mydir = TestBase.compute_mydir(__file__)
@expectedFailureWindows("llvm.org/pr24528")
+ @expectedFailureAll(oslist=["linux"], compiler="clang",
compiler_version=["=", "3.8"], archs=["i386"], debug_info="dwo")
def test(self):
"""Test breakpoint enable/disable for a breakpoint ID with multiple
locations."""
self.build()
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits