v8/tools/testrunner/local
mstarzinger 24a8476904 [interpreter] Deprecate the --ignition-fake-try-catch flag.
This removes the above flag definition. The flag is no longer needed as
the default implementation is more than capable of faking presence of
handling of try-catch and try-finally constructs by now.

R=rmcilroy@chromium.org
BUG=v8:4674
LOG=n

Review URL: https://codereview.chromium.org/1603063003

Cr-Commit-Position: refs/heads/master@{#33402}
2016-01-20 11:35:59 +00:00
..
__init__.py
commands.py [cctest] adding --help option to output basic information about cctest 2015-09-29 08:41:43 +00:00
execution.py [test-runner] Move test case processing beyond the multi-process boundary. 2015-11-27 12:52:25 +00:00
junit_output.py
perfdata.py [test] Switch off perf data feature on swarming. 2015-11-23 09:11:17 +00:00
pool_unittest.py Make test runner more chatty to avoid it getting killed by buildbot. 2015-04-08 09:53:39 +00:00
pool.py [test-runner] Move test case processing beyond the multi-process boundary. 2015-11-27 12:52:25 +00:00
progress.py [test-runner] Move test case processing beyond the multi-process boundary. 2015-11-27 12:52:25 +00:00
statusfile.py [test+presubmit] Remove duplicate test status file entries 2015-11-27 15:04:49 +00:00
testsuite.py [interpreter] Deprecate the --ignition-fake-try-catch flag. 2016-01-20 11:35:59 +00:00
utils.py [test] Turn off certificate verification when downloading test data on windows. 2015-07-07 11:42:26 +00:00
verbose.py