Add --download-data-only option to run-test.py
authorbradnelson <bradnelson@chromium.org>
Mon, 18 May 2015 14:11:22 +0000 (07:11 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 18 May 2015 14:11:04 +0000 (14:11 +0000)
commitf3a18ee6626fd838cf141b2364f350ecec79fb03
tree2e6c55627db8a93962840391e9e9995ee1b4c14b
parent7a599c5e1242d3c5ab7515ee149623da90ae69ec
Add --download-data-only option to run-test.py

The simd.js benchmarks reside in the same repository
that holds the compliance tests.

Adding an option to run-test.py to download test data
and exit, so that a recipe to run the simd.js
benchmarks can call run-test.py with this option
to fetch the test data.

BUG=https://code.google.com/p/v8/issues/detail?id=4124
LOG=N
TEST=manual verification it works.
NOTRY=true
R=machenbach@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#28446}
tools/run-tests.py