v8/tools/testrunner
Milad Farazmand cb7607b875 [testrunner] preventing a StopIteration exception when running tests
The next built-in function throws a "StopIteration" when iterator is exhausted
which will crash and stop the test runner. Asking it to return a "None" instead will
fix the issue.

Change-Id: I3ca4ff8f28f359798c9faf6f1ffbbaa6bb95f156
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1524719
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Reviewed-by: Tamer Tas <tmrts@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60294}
2019-03-18 13:16:31 +00:00
..
local [testrunner] preventing a StopIteration exception when running tests 2019-03-18 13:16:31 +00:00
objects [testrunner] handle timeout param in file 2019-02-27 17:49:17 +00:00
outproc [tools] Generate additional variant for FAIL_PHASE_ONLY tests 2018-12-13 11:28:57 +00:00
testproc [testrunner] remove the extra characters in progress indicator 2019-03-01 09:37:37 +00:00
utils Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
base_runner.py [test] Pull exit-code logic to shared base runner 2019-03-01 14:24:56 +00:00
num_fuzzer.py Preparing v8 to use with python3 /tools/testrunner 2019-02-19 09:23:11 +00:00
OWNERS Make tmrts an infra OWNER 2019-02-15 09:02:24 +00:00
PRESUBMIT.py [tools] Clean up presubmit and run all unittests 2019-02-01 10:27:29 +00:00
standard_runner.py [testrunner] remove duplicate word from prompt 2019-03-05 15:51:30 +00:00
test_config.py [test] Add feature to keep running skipped tests. 2018-11-22 08:12:21 +00:00
trycatch_loader.js [test] Properly load mjsunit.js on endurance fuzzer 2018-02-02 13:55:32 +00:00