diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2021-07-09 13:20:37 -0700 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2021-07-09 13:25:10 -0700 |
| commit | 3338819b08faa7f23f65fb4e67154583984ebf5c (patch) | |
| tree | 719d14889accdafa89d168372d34c7b5b2ab9693 /lldb/test/Shell/ScriptInterpreter/Python | |
| parent | 3e97d11df8ced9ea37d74fa020f3c984774b05e9 (diff) | |
[lldb] Drop REQUIRES where redundant because of lit.local.cfg
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
7 files changed, 0 insertions, 10 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/command_import.test b/lldb/test/Shell/ScriptInterpreter/Python/command_import.test index 737313bea226..3aaac1c04a8d 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/command_import.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/command_import.test @@ -1,5 +1,3 @@ -# REQUIRES: python - # RUN: rm -rf %t && mkdir -p %t # RUN: echo "print('Rene Magritte')" >> %t/foo.py # RUN: echo "print('Jan van Eyck')" >> %t/foo-bar.py diff --git a/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test b/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test index cd401cb2d324..aa2cbcafc928 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test @@ -1,5 +1,3 @@ -# REQUIRES: python - # RUN: rm -rf %t && mkdir -p %t/foo/bar/baz # RUN: split-file %S/Inputs/relative.split %t/foo # RUN: split-file %S/Inputs/hello.split %t/foo/bar diff --git a/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test b/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test index d38df16aaf1f..67244641cf97 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test @@ -1,4 +1,3 @@ -# REQUIRES: python # UNSUPPORTED: lldb-repro # # RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s diff --git a/lldb/test/Shell/ScriptInterpreter/Python/python.test b/lldb/test/Shell/ScriptInterpreter/Python/python.test index 77d20294bc47..f8f9abfc3ab6 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/python.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/python.test @@ -1,4 +1,3 @@ -# REQUIRES: python # RUN: %lldb --script-language python -o 'script print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s # RUN: %lldb --script-language python -o 'script -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s # RUN: %lldb --script-language python -o 'script --language default -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s diff --git a/lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test b/lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test index ffcec11d3913..9b8def211966 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test @@ -1,4 +1,3 @@ -# REQUIRES: python # UNSUPPORTED: lldb-repro # # Test that the SBAddress properties throw an exception when used outside of diff --git a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test index 12fccfe16eff..9f87a7d96e09 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test @@ -1,4 +1,3 @@ -# REQUIRES: python # UNSUPPORTED: lldb-repro # # Test that the scripting language argument to "breakpoint command" is honored diff --git a/lldb/test/Shell/ScriptInterpreter/Python/silent_command_script_import.test b/lldb/test/Shell/ScriptInterpreter/Python/silent_command_script_import.test index d6a42a4f7aff..f7e6330004b7 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/silent_command_script_import.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/silent_command_script_import.test @@ -1,5 +1,3 @@ -# REQUIRES: python - # RUN: rm -rf %t && mkdir -p %t # RUN: echo "print('Rene Magritte')" >> %t/foo.py |
