aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Python/crashlog.test1
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test b/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
index 047cb80b..293d3451 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
@@ -1,5 +1,6 @@
# -*- python -*-
# REQUIRES: system-darwin
+# UNSUPPORTED: lldb-repro
# DEBUG: cd %S/../../../../examples/python && cat %s | %lldb && false
# RUN: cd %S/../../../../examples/python && cat %s | %lldb | FileCheck %s
# CHECK-LABEL: {{S}}KIP BEYOND CHECKS
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
index c49124a..12fccfe 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
@@ -1,4 +1,5 @@
# REQUIRES: python
+# UNSUPPORTED: lldb-repro
#
# Test that the scripting language argument to "breakpoint command" is honored
# even if the global scripting language is different.