[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)
commit3338819b08faa7f23f65fb4e67154583984ebf5c
tree719d14889accdafa89d168372d34c7b5b2ab9693
parent3e97d11df8ced9ea37d74fa020f3c984774b05e9
[lldb] Drop REQUIRES where redundant because of lit.local.cfg
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