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

Issue 2309833003: [wasm] asm.js: Add asm_wasm variant to test asm.js->wasm pipeline. (Closed)

Created:
4 years, 3 months ago by bradnelson
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] asm.js: Add asm_wasm variant to test asm.js->wasm pipeline. BUG= https://bugs.chromium.org/p/v8/issues/detail?id=4203 BUG= https://bugs.chromium.org/p/v8/issues/detail?id=5406 LOG=N R=mstarzinger@chromium.org,machenbach@chromium.org Committed: https://crrev.com/7e07d3f66973171ca9c6fc66592caea80af98f2d Cr-Commit-Position: refs/heads/master@{#39521}

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : Disable one #

Total comments: 3

Patch Set 4 : fix #

Patch Set 5 : fix #

Patch Set 6 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -1 line) Patch
M test/cctest/cctest.status View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M test/intl/intl.status View 1 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 1 1 chunk +5 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M test/unittests/unittests.status View 1 1 chunk +5 lines, -0 lines 0 comments Download
M test/webkit/webkit.status View 1 1 chunk +5 lines, -0 lines 0 comments Download
M tools/run-tests.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/testrunner/local/variants.py View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 45 (33 generated)
bradn
4 years, 3 months ago (2016-09-06 03:57:16 UTC) #4
bradn
What actually needs to happen to bring this live?
4 years, 3 months ago (2016-09-06 04:21:38 UTC) #7
Michael Achenbach
On 2016/09/06 04:21:38, bradn wrote: > What actually needs to happen to bring this live? ...
4 years, 3 months ago (2016-09-06 08:21:18 UTC) #8
Michael Achenbach
On 2016/09/06 08:21:18, machenbach (slow) wrote: > On 2016/09/06 04:21:38, bradn wrote: > > What ...
4 years, 3 months ago (2016-09-06 08:35:33 UTC) #9
Michael Achenbach
After more offline discussion, here my suggestion, but I'm not sure it will work with ...
4 years, 3 months ago (2016-09-06 08:56:17 UTC) #10
bradn
Done. PTAL (had to disable one variant that doesn't work, will fix soon)
4 years, 3 months ago (2016-09-07 06:45:03 UTC) #18
Michael Achenbach
https://codereview.chromium.org/2309833003/diff/40001/test/mjsunit/mjsunit.status File test/mjsunit/mjsunit.status (right): https://codereview.chromium.org/2309833003/diff/40001/test/mjsunit/mjsunit.status#newcode842 test/mjsunit/mjsunit.status:842: '*': [SKIP], This doesn't really seem to work :( ...
4 years, 3 months ago (2016-09-07 07:03:59 UTC) #21
Michael Achenbach
https://codereview.chromium.org/2309833003/diff/40001/test/mjsunit/mjsunit.status File test/mjsunit/mjsunit.status (right): https://codereview.chromium.org/2309833003/diff/40001/test/mjsunit/mjsunit.status#newcode842 test/mjsunit/mjsunit.status:842: '*': [SKIP], On 2016/09/07 07:03:59, machenbach (slow) wrote: > ...
4 years, 3 months ago (2016-09-07 07:26:42 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2309833003/100001
4 years, 3 months ago (2016-09-19 23:52:25 UTC) #40
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-19 23:56:58 UTC) #42
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/7e07d3f66973171ca9c6fc66592caea80af98f2d Cr-Commit-Position: refs/heads/master@{#39521}
4 years, 3 months ago (2016-09-19 23:57:22 UTC) #44
bradnelson
4 years, 3 months ago (2016-09-19 23:58:36 UTC) #45
Message was sent while issue was closed.
https://codereview.chromium.org/2309833003/diff/40001/test/mjsunit/mjsunit.st...
File test/mjsunit/mjsunit.status (right):

https://codereview.chromium.org/2309833003/diff/40001/test/mjsunit/mjsunit.st...
test/mjsunit/mjsunit.status:842: '*': [SKIP],
On 2016/09/07 07:26:42, machenbach (slow) wrote:
> On 2016/09/07 07:03:59, machenbach (slow) wrote:
> > This doesn't really seem to work :(
> > 
> > tools/run-tests.py --outdir=out.gn/x64.release mjsunit --variants=asm_wasm
> > --progress=verbose 
> > >>> Running tests for x64.release
> > No connection to distribution server; running tests locally.
> > Running 0 tests
> 
> The logic doesn't make a difference between more ore less specific wildcards:
>
https://cs.chromium.org/chromium/src/v8/tools/testrunner/local/testsuite.py?l...
> 
> It just merges all outcomes together. As a work-around we could just blacklist
> all other directories and the low hanging fruits. Like:
> 
>   'bugs/*': [SKIP],
>   'compiler/*': [SKIP],
>   'es6/*': [SKIP],
>   'es7/*': [SKIP],
>   'es8/*': [SKIP],
>   'harmony/*': [SKIP],
>   'ignition/*': [SKIP],
>   'lithium/*': [SKIP],
>   'third_party/*': [SKIP],
>   'tools/*': [SKIP],
> 
>   'apply': [SKIP],
>   'math-*': [SKIP],
>   'unicode-test': [SKIP],
>   'whitespaces': [SKIP],

Done.

Powered by Google App Engine
This is Rietveld 408576698