summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-04-07 09:25:04 +0000
committerPavel Labath <labath@google.com>2016-04-07 09:25:04 +0000
commite91e7bab8d0679454a40ffe2272b05954fceeada (patch)
tree663bd0152625b39467d46023e93baa4e11681e31 /lldb/packages/Python/lldbsuite
parent8e79f5be0c27bf86a00e75a8c93f42fd14c71d33 (diff)
downloadbcm5719-llvm-e91e7bab8d0679454a40ffe2272b05954fceeada.tar.gz
bcm5719-llvm-e91e7bab8d0679454a40ffe2272b05954fceeada.zip
Enable TestDebugBreak on x86_64 as well
Test passes there, and this would have helped me catch the snafu in the previous commit. llvm-svn: 265650
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py
index 702e26d14c0..1e195c86bdb 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py
@@ -14,7 +14,7 @@ class DebugBreakTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @skipIf(archs=no_match(["i386", "i686"]))
+ @skipIf(archs=no_match(["i386", "i686", "x86_64"]))
@no_debug_info_test
def test_asm_int_3(self):
"""Test that intrinsics like `__debugbreak();` and `asm {"int3"}` are treated like breakpoints."""
OpenPOWER on IntegriCloud