[lldb] Remove lldb-repro utility
Remove lldb-repro which was used to run the test suite against a reproducer. The corresponding functionality has been removed from LLDB so there's no need for the tool anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# UNSUPPORTED: lldb-repro
|
||||
#
|
||||
# Test that the SBAddress properties throw an exception when used outside of
|
||||
# the interactive script interpreter.
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
#
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# REQUIRES: python
|
||||
# UNSUPPORTED: lldb-repro
|
||||
#
|
||||
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
|
||||
b main
|
||||
|
||||
Reference in New Issue
Block a user