summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2016-01-14 12:49:48 +0000
committerTamas Berghammer <tberghammer@google.com>2016-01-14 12:49:48 +0000
commitf84df99520791bb1397004adb0cd6ca6f659a0b0 (patch)
treeef04b399ac5bffc9e00fa6c5324731793d298c2a /lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations
parent0626dd0d3b6b6251448344afaf44f9a65e4d00ca (diff)
downloadbcm5719-llvm-f84df99520791bb1397004adb0cd6ca6f659a0b0.tar.gz
bcm5719-llvm-f84df99520791bb1397004adb0cd6ca6f659a0b0.zip
Update some XFAILs after the 3.8->3.9 version change
llvm-svn: 257761
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
index 5c4dc219a10..be7911e5636 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
@@ -16,7 +16,7 @@ class BreakpointLocationsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureWindows("llvm.org/pr24528")
- @expectedFailureAll(oslist=["linux"], compiler="clang", compiler_version=["=", "3.8"], archs=["i386"], debug_info="dwo")
+ @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()
OpenPOWER on IntegriCloud