diff options
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
5 files changed, 0 insertions, 10 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg index b72b294..52bffae 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg +++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg @@ -1,9 +1,6 @@ if 'system-darwin' not in config.available_features: config.unsupported = True -if 'lldb-repro' in config.available_features: - config.unsupported = True - config.environment["LLDB_APPLE_DSYMFORUUID_EXECUTABLE"] = "" # Temporary parallel image loading deadlock workaround diff --git a/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test b/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test index 6724464..d661e0a 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test @@ -1,5 +1,3 @@ -# UNSUPPORTED: lldb-repro -# # RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s b main breakpoint command add -s python -o "1234_foo" diff --git a/lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test b/lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test index 9b8def2..9ce9837 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test @@ -1,5 +1,3 @@ -# UNSUPPORTED: lldb-repro -# # Test that the SBAddress properties throw an exception when used outside of # the interactive script interpreter. # diff --git a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test index 9f87a7d..f6fff5f 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test @@ -1,5 +1,3 @@ -# UNSUPPORTED: lldb-repro -# # Test that the scripting language argument to "breakpoint command" is honored # even if the global scripting language is different. # diff --git a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test index c86ae90..5346d4a 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test @@ -1,5 +1,4 @@ # REQUIRES: python -# UNSUPPORTED: lldb-repro # # RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s b main |