v8/tools/testrunner/local
Michael Achenbach 6ea78398aa [infra] Change all Python shebangs to Python3
The infrastructure runs everything already in Python3, so this is
mostly a clean-up.

For MB, a python2 holdover was removed and new lint errors were
fixed.

The renames were automated with:
git grep -e "/usr/bin/python$" |
  cut -d':' -f1 |
  xargs
  sed -i 's/#!\/usr\/bin\/python$/#!\/usr\/bin\/python3/1'

and
git grep -e "/usr/bin/env python$" |
  cut -d':' -f1 |
  xargs
  sed -i 's/#!\/usr\/bin\/env python$/#!\/usr\/bin\/env python3/1'

Bug: v8:13148
Change-Id: If4f3c7635e72fa134798d55314ac1aa92ddd01bf
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3811499
Reviewed-by: Liviu Rau <liviurau@google.com>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82231}
2022-08-05 14:55:00 +00:00
..
fake_testsuite [infra] Change all Python shebangs to Python3 2022-08-05 14:55:00 +00:00
__init__.py
android.py [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
command.py Revert "[d8] Dump stack trace on d8 tests timeouts on posix systems" 2022-08-03 14:35:24 +00:00
pool_test.py Allow V8 to run all unittests presubmit 2022-03-29 11:14:09 +00:00
pool.py [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
statusfile_test.py [test] Cleanup 2022-06-01 09:09:18 +00:00
statusfile.py Reland "[riscv32] Add RISCV32 backend" 2022-08-04 12:47:44 +00:00
testsuite_test.py [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
testsuite.py [test] Refactor testrunner (4) 2022-07-18 09:52:24 +00:00
utils.py [test] Cleanup 2022-06-01 09:09:18 +00:00
variants.py [turboshaft] add support for all JS machine-level operators 2022-06-10 15:17:20 +00:00
verbose.py Reland "[tools] Clean up py2 code" 2022-03-25 12:14:26 +00:00