v8/tools/testrunner/local
Tamer Tas 6b52a54b9a [testrunner] generalize test loader to accept multiple extensions
testrunner assumes that each test suite has a single extension for base tests.
".mjs" extension can be used for ECMAScript modules in addition to the standard
extension ".js" we use for the base tests.

This CL generalizes the {TestLoader} to accept multiple extensions for
a single test suite.

R=mathias@chromium.org
TBR=machenbach@chromium.org
CC=​gsathya@chromium.org

Bug: v8:9395
Change-Id: Ibc155f4963472fe9f989458cd839f3642ffbddea
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1675961
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Reviewed-by: Tamer Tas <tmrts@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Auto-Submit: Tamer Tas <tmrts@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62356}
2019-06-25 12:12:11 +00:00
..
fake_testsuite [testrunner] enable the progress indicator 2019-02-12 16:03:17 +00:00
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
android.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
command.py [test] Be more verbose when killing hanging tests 2019-04-23 16:48:23 +00:00
pool_unittest.py [test] Abort testing immediately on interrupt and sigterm 2018-02-20 18:02:25 +00:00
pool.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
statusfile_unittest.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
statusfile.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
testsuite_unittest.py [test] Ignore optimization state in tests on number fuzzer 2019-04-12 12:50:55 +00:00
testsuite.py [testrunner] generalize test loader to accept multiple extensions 2019-06-25 12:12:11 +00:00
utils.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
variants.py [test] Stress wasm code gc in "stress_background_compile" 2019-05-02 09:56:05 +00:00
verbose.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00