v8/tools/testrunner/local
littledan b213f23990 [date] Add ICU backend for timezone info behind a flag
This patch implements a timezone backend which is based on ICU, rather
than operating system calls. It can be turned on by passing the
--icu-timezone-data flag. The goal here is to take advantage of ICU's
data, which is more complete than the data that some system calls expose.
For example, without any special code, this patch fixes the time zone
of Lord Howe Island to have a correct 30 minute DST offset, rather than
60 minutes as the OS backends assume it to have.

Unfortunately, the parenthized timezone name in Date.prototype.toString()
differs across platforms. This patch chooses the long timezone name,
which matches Windows behavior and might be the most intelligible, but
the web compatibility impact is unclear.

BUG=v8:6031,v8:2137,v8:6076

Review-Url: https://codereview.chromium.org/2724373002
Cr-Commit-Position: refs/heads/master@{#44562}
2017-04-11 11:37:31 +00:00
..
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
commands.py [date] Add ICU backend for timezone info behind a flag 2017-04-11 11:37:31 +00:00
execution.py [date] Add ICU backend for timezone info behind a flag 2017-04-11 11:37:31 +00:00
junit_output.py Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
perfdata.py [test] Switch off perf data feature on swarming. 2015-11-23 09:11:17 +00:00
pool_unittest.py [test] Fix pool unittest 2017-02-07 13:58:26 +00:00
pool.py [test] Make missing files result in a proper test runner error. 2016-02-02 13:59:04 +00:00
progress.py [test] Add new json test results output for flakiness dashboard 2017-03-02 14:26:04 +00:00
statusfile_unittest.py [test] Enable test status filtering by variant 2016-08-04 14:42:16 +00:00
statusfile.py [test] Presumbit check against missing tests in status files 2017-01-06 10:13:43 +00:00
testsuite_unittest.py [test] Fix merging of test outcomes 2016-08-05 09:43:29 +00:00
testsuite.py [test] Make test runner more rubust on startup. 2016-09-27 15:14:01 +00:00
utils.py [test] Enable test status filtering by variant 2016-08-04 14:42:16 +00:00
variants.py [asm.js] Widen test coverage to message tests. 2017-03-29 08:42:32 +00:00
verbose.py Add flaky test classification feature to test suites. 2013-08-06 14:39:39 +00:00