[lldb] Drop REQUIRES where redundant because of lit.local.cfg
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 9 Jul 2021 20:20:37 +0000 (13:20 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 9 Jul 2021 20:25:10 +0000 (13:25 -0700)
24 files changed:
lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_callback.test
lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_oneline_callback.test
lldb/test/Shell/ScriptInterpreter/Lua/command_script_import.test
lldb/test/Shell/ScriptInterpreter/Lua/convenience_variables.test
lldb/test/Shell/ScriptInterpreter/Lua/fail_breakpoint_oneline.test
lldb/test/Shell/ScriptInterpreter/Lua/independent_state.test
lldb/test/Shell/ScriptInterpreter/Lua/io.test
lldb/test/Shell/ScriptInterpreter/Lua/lua-python.test
lldb/test/Shell/ScriptInterpreter/Lua/lua.test
lldb/test/Shell/ScriptInterpreter/Lua/nested_sessions.test
lldb/test/Shell/ScriptInterpreter/Lua/partial_statements.test
lldb/test/Shell/ScriptInterpreter/Lua/persistent_state.test
lldb/test/Shell/ScriptInterpreter/Lua/print.test
lldb/test/Shell/ScriptInterpreter/Lua/quit.test
lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test
lldb/test/Shell/ScriptInterpreter/Python/command_import.test
lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test
lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test
lldb/test/Shell/ScriptInterpreter/Python/python.test
lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test
lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
lldb/test/Shell/ScriptInterpreter/Python/silent_command_script_import.test

index db0df1694e9e465f22b5273b145eaa03618038c4..d453f11f1ec768592f50a7fcb1f70928d6ce8c91 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # UNSUPPORTED: lldb-repro
 #
 # RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
index 574873d2c0b63e8c2b45c3bf23ef05d1dd544bf1..f2ad440227af109ba11c1575ac5d9c441e9dfacd 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t
 # RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s
 b main
index 69dd6818140a1d71a6d18ddcd412dd72d27be829..125913f7e9bfcef6fe2b834cbd31382e463ac732 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t
 # RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s
 b main
index ef07a8af4d1f0c338f5a9c2e6b546e38c3b8f161..8424cecf37f725ac1a3b2c91ba7a8c4fb222edc8 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t
 # RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s
 b main
index 6a0692d33efbcffaee1fb672d30de76d33f21ded..719e71191fa44c1fa6a851a0afa0b7665129a7e6 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # RUN: %lldb --script-language lua -o 'command script import %S/Inputs/testmodule.lua' -o 'script testmodule.foo()' 2>&1 | FileCheck %s
 # CHECK: Hello World!
 
index 1b26bd0e2eadea04b0c2c434dcffc1e1c1eaf5ac..6ebcb953a96e064ef39ab8491f98216c99b0891f 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # UNSUPPORTED: lldb-repro
 #
 # This tests that the convenience variables are not nil. Given that there is no
index b5ca36d7cb56337b1f7423e56c4c47ab79a9f4df..8ffaef20db130fdeb8005e77b341da7221ec7b92 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s
 b main
 breakpoint command add -s lua -o '1234_foo'
index 2ade1b91c1cb6f02ef9aec3e53319cc39a826832..8bdfd16fe19a69885b5d15a4707eab9be64fca69 100644 (file)
@@ -1,5 +1,3 @@
-# REQUIRES: lua
-#
 # RUN:  %lldb --script-language lua -s %S/Inputs/independent_state.in 2>&1 | FileCheck %s
 # CHECK: 47
 # CHECK: 47
index af86253f90f254e0efa522aa35de1294d19ef333..80b3b13cdd1de1b67c7bb3e72a7b7d8024ddb401 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # UNSUPPORTED: lldb-repro
 #
 # RUN: rm -rf %t.stderr %t.stdout
index c40b8e068d9fe45225b935713c7e22e225006c3d..38b4986a66730841d90c8e99058e3adba648100b 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # REQUIRES: python
 # UNSUPPORTED: lldb-repro
 
index 28042efa8c813dae8303bdf5a3ddbe5d05344a79..56e897b8a21213d172debcab64da3e9e56e987b0 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # RUN: %lldb --script-language lua -o 'script io.stdout:write(1000+100+10+1, "\n")' 2>&1 | FileCheck %s
 # RUN: %lldb --script-language lua -o 'script -- io.stdout:write(1000+100+10+1, "\n")' 2>&1 | FileCheck %s
 # RUN: %lldb --script-language lua -o 'script --language default -- io.stdout:write(1000+100+10+1, "\n")' 2>&1 | FileCheck %s
index 87305654b2fa4672328e3f9230cdec528a63db5a..19fa51ae9de73d35660e844496595edf4b2e49d5 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # RUN: mkdir -p %t
 # RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t/foo
 # RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t/bar
index 3b764d7ba4a93e081ab74c3eacb0266cf93accc5..c83ff5e44351e97bcdf7e5173dbfa3dd24ce03ad 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s
 script
 do
index 4cdea152fdaea694bdbbbdb16e3e112ce0041f29..af852448cb5e12764d6813d50d14737db7fdf2ad 100644 (file)
@@ -1,3 +1,2 @@
-# REQUIRES: lua
 # RUN: %lldb --script-language lua -o 'script foo = 1010' -o 'script bar = 101' -o 'script print(foo+bar)' 2>&1 | FileCheck %s
 # CHECK: 1111
index fd457ecccec1e042e10f6e15a329930665a4d528..f73d100459db541f87dcedce85bed3646663a08a 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # UNSUPPORTED: lldb-repro
 #
 # RUN: rm -rf %t.stderr %t.stdout
index e47c66c5a10ac18381ec2a47edeb9c42aa5ff0b5..0cef4c2f2c177deddd2549f722c5519da17ae3b2 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # UNSUPPORTED: lldb-repro
 #
 # RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
index ddb0df56ae0a07d2fde2f6f3278175d14d1bd4ed..3a559f8d68d149297f44dde17f1f097c4aff7c49 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: lua
 # XFAIL: system-netbsd
 # RUN: echo "int main() { int val = 1; val++; return 0; }" | %clang_host -x c - -g -o %t
 # RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s
index 737313bea226ba05fcf9c9ce9441c0b65575d3d2..3aaac1c04a8d09a34c03d4ad8d68a2fa6288846d 100644 (file)
@@ -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
index cd401cb2d32468dcec842b044e6ffeb184ff8de1..aa2cbcafc928366993983a0b70e2b447de29be37 100644 (file)
@@ -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
index d38df16aaf1f97630fcaf03fdd5062bb8e4f1a1f..67244641cf97f70fdcd09ea12f61ba1941dbd1be 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: python
 # UNSUPPORTED: lldb-repro
 #
 # RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s
index 77d20294bc4766783cd73b9dd2e33c70ee0eb0e8..f8f9abfc3ab64c3eb43cb42ed5601b795d3b91a9 100644 (file)
@@ -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
index ffcec11d3913d2cea6792e70a233c2202a6abf2a..9b8def211966b22a6296ff6fade48c1277cd118b 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: python
 # UNSUPPORTED: lldb-repro
 #
 # Test that the SBAddress properties throw an exception when used outside of
index 12fccfe16eff51355fc7b48292cf0faf544d617e..9f87a7d96e099e2b957c432a56afbad201d8895c 100644 (file)
@@ -1,4 +1,3 @@
-# REQUIRES: python
 # UNSUPPORTED: lldb-repro
 #
 # Test that the scripting language argument to "breakpoint command" is honored
index d6a42a4f7affc20f39d809ec9b3faf74ca2e4b8a..f7e6330004b76b55f0b510151d32c583dd3067b9 100644 (file)
@@ -1,5 +1,3 @@
-# REQUIRES: python
-
 # RUN: rm -rf %t && mkdir -p %t
 # RUN: echo "print('Rene Magritte')" >> %t/foo.py