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

Issue 2034713005: [gn] Port test262 archiving to gn (Closed)

Created:
4 years, 6 months ago by Michael Achenbach
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com, Dan Ehrenberg
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[gn] Port test262 archiving to gn This calls the action that archives test262 in gn. In gn we can't specify an action output outside the product directory. This works around it with an extra action stamp file in the product directory, while the archive remains in the test directory. We don't want to generate the archive in the product directory, as some legacy archiving scripts might include it and it's too large. It should only be included in the swarming tasks that are going to use it for testing. BUG=chromium:474921 Committed: https://crrev.com/0d65554c057512d39d04e443a79ba5c54697be9d Cr-Commit-Position: refs/heads/master@{#36731}

Patch Set 1 #

Patch Set 2 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -9 lines) Patch
M .gn View 1 chunk +1 line, -0 lines 0 comments Download
M test/BUILD.gn View 2 chunks +1 line, -9 lines 0 comments Download
A test/test262/BUILD.gn View 1 1 chunk +34 lines, -0 lines 1 comment Download
M test/test262/archive.py View 1 2 chunks +13 lines, -0 lines 2 comments Download

Messages

Total messages: 16 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2034713005/20001
4 years, 6 months ago (2016-06-06 08:26:52 UTC) #3
Michael Achenbach
PTAL https://codereview.chromium.org/2034713005/diff/20001/test/test262/BUILD.gn File test/test262/BUILD.gn (right): https://codereview.chromium.org/2034713005/diff/20001/test/test262/BUILD.gn#newcode7 test/test262/BUILD.gn:7: if (v8_test_isolation_mode != "noop") { This ports: https://cs.chromium.org/chromium/src/v8/test/test262/test262.gyp?l=22
4 years, 6 months ago (2016-06-06 08:32:10 UTC) #6
vogelheim
lgtm https://codereview.chromium.org/2034713005/diff/20001/test/test262/archive.py File test/test262/archive.py (right): https://codereview.chromium.org/2034713005/diff/20001/test/test262/archive.py#newcode31 test/test262/archive.py:31: # Workaround for GN. We can't specify the ...
4 years, 6 months ago (2016-06-06 08:48:26 UTC) #7
Michael Achenbach
https://codereview.chromium.org/2034713005/diff/20001/test/test262/archive.py File test/test262/archive.py (right): https://codereview.chromium.org/2034713005/diff/20001/test/test262/archive.py#newcode31 test/test262/archive.py:31: # Workaround for GN. We can't specify the tarfile ...
4 years, 6 months ago (2016-06-06 08:51:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2034713005/20001
4 years, 6 months ago (2016-06-06 08:52:29 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-06 08:55:22 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-06 08:57:06 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0d65554c057512d39d04e443a79ba5c54697be9d
Cr-Commit-Position: refs/heads/master@{#36731}

Powered by Google App Engine
This is Rietveld 408576698