Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Issue 9619002: Implement --download-data for test harness. (Closed)

Created:
8 years, 9 months ago by Michael Starzinger
Modified:
8 years, 9 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Implement --download-data for test harness. This allows the test harness to download missing test suite data if necessary. We use the bzip2 archive for test262 because it is faster than cloning the repository and also works without any Mercurial installation. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=10955

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comments by Yang Guo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -2 lines) Patch
M test/test262/testcfg.py View 1 2 chunks +28 lines, -0 lines 0 comments Download
M tools/test.py View 1 4 chunks +21 lines, -2 lines 0 comments Download
M tools/test-wrapper-gypbuild.py View 1 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
8 years, 9 months ago (2012-03-07 12:15:15 UTC) #1
Yang
LGTM with one tiny nit. https://chromiumcodereview.appspot.com/9619002/diff/1/tools/test-wrapper-gypbuild.py File tools/test-wrapper-gypbuild.py (right): https://chromiumcodereview.appspot.com/9619002/diff/1/tools/test-wrapper-gypbuild.py#newcode76 tools/test-wrapper-gypbuild.py:76: result.add_option("--download-data", help="Download missing test ...
8 years, 9 months ago (2012-03-07 12:30:34 UTC) #2
Michael Starzinger
8 years, 9 months ago (2012-03-07 12:52:29 UTC) #3
Added new patch set. Landed.

Powered by Google App Engine
This is Rietveld 408576698