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

Issue 2660903003: [wasm] include JS conformance tests in Wasm mjsunit tests (Closed)

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

Description

[wasm] include JS conformance tests in Wasm mjsunit tests BUG= https://bugs.chromium.org/p/v8/issues/detail?id=5507 Review-Url: https://codereview.chromium.org/2660903003 Cr-Original-Commit-Position: refs/heads/master@{#42821} Committed: https://chromium.googlesource.com/v8/v8/+/eb9b5edffb8c5acb0abdff0729901f95dbd3ccac Review-Url: https://codereview.chromium.org/2660903003 Cr-Commit-Position: refs/heads/master@{#43201} Committed: https://chromium.googlesource.com/v8/v8/+/c7eabee42207adc614324441fa2b0d8309bf8e47

Patch Set 1 #

Patch Set 2 : Better failure accounting #

Patch Set 3 : Added a TODO about the github repo. #

Total comments: 5

Patch Set 4 : Responding to feedback" #

Patch Set 5 : Rebasing #

Total comments: 1

Patch Set 6 : Updating to latest spec tests #

Total comments: 4

Patch Set 7 : Be more selective in mjsunit.isolate #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -2 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M DEPS View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.isolate View 1 2 3 4 5 6 1 chunk +5 lines, -2 lines 0 comments Download
A test/mjsunit/wasm/jsapi-harness.js View 1 2 3 4 5 1 chunk +78 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (19 generated)
Eric Holk
This change pulls in the JS API Conformance Tests from https://github.com/bnjbvr/wasm-spec/tree/gh-pages/test/js-api and adds enough scaffolding ...
3 years, 10 months ago (2017-01-31 01:29:43 UTC) #2
Mircea Trofin
https://codereview.chromium.org/2660903003/diff/40001/test/mjsunit/wasm/jsapi.js File test/mjsunit/wasm/jsapi.js (right): https://codereview.chromium.org/2660903003/diff/40001/test/mjsunit/wasm/jsapi.js#newcode2 test/mjsunit/wasm/jsapi.js:2: // Use of this source code is governed by ...
3 years, 10 months ago (2017-01-31 02:07:32 UTC) #3
titzer
https://codereview.chromium.org/2660903003/diff/40001/test/mjsunit/wasm/jsapi.js File test/mjsunit/wasm/jsapi.js (right): https://codereview.chromium.org/2660903003/diff/40001/test/mjsunit/wasm/jsapi.js#newcode2 test/mjsunit/wasm/jsapi.js:2: // Use of this source code is governed by ...
3 years, 10 months ago (2017-01-31 05:00:13 UTC) #4
Eric Holk
https://codereview.chromium.org/2660903003/diff/40001/test/mjsunit/wasm/jsapi.js File test/mjsunit/wasm/jsapi.js (right): https://codereview.chromium.org/2660903003/diff/40001/test/mjsunit/wasm/jsapi.js#newcode2 test/mjsunit/wasm/jsapi.js:2: // Use of this source code is governed by ...
3 years, 10 months ago (2017-01-31 17:30:21 UTC) #5
Mircea Trofin
lgtm
3 years, 10 months ago (2017-01-31 19:00:16 UTC) #6
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/2660903003/80001
3 years, 10 months ago (2017-01-31 19:02:55 UTC) #8
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/v8/v8/+/eb9b5edffb8c5acb0abdff0729901f95dbd3ccac
3 years, 10 months ago (2017-01-31 19:28:19 UTC) #11
Michael Achenbach
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2663063005/ by machenbach@chromium.org. ...
3 years, 10 months ago (2017-01-31 19:59:18 UTC) #12
Michael Achenbach
https://codereview.chromium.org/2660903003/diff/80001/DEPS File DEPS (right): https://codereview.chromium.org/2660903003/diff/80001/DEPS#newcode46 DEPS:46: "https://github.com/bnjbvr/wasm-spec.git" + "@" + "190bd270e148a532082f6eb1b97dea5302800485", I don't know yet ...
3 years, 10 months ago (2017-01-31 20:06:49 UTC) #14
Eric Holk
PTAL Now that the tests have landed in the official spec repo, I changed DEPS ...
3 years, 10 months ago (2017-02-11 01:04:00 UTC) #17
Michael Achenbach
https://codereview.chromium.org/2660903003/diff/100001/DEPS File DEPS (right): https://codereview.chromium.org/2660903003/diff/100001/DEPS#newcode44 DEPS:44: Var("chromium_url") + "/external/github.com/WebAssembly/spec.git" + "@" + "ab1673f1e47b90471ab9352866b7682269c5b8ab", DEPS lg. ...
3 years, 10 months ago (2017-02-11 12:27:09 UTC) #20
Eric Holk
https://codereview.chromium.org/2660903003/diff/100001/DEPS File DEPS (right): https://codereview.chromium.org/2660903003/diff/100001/DEPS#newcode44 DEPS:44: Var("chromium_url") + "/external/github.com/WebAssembly/spec.git" + "@" + "ab1673f1e47b90471ab9352866b7682269c5b8ab", On 2017/02/11 ...
3 years, 10 months ago (2017-02-14 01:43:53 UTC) #24
Michael Achenbach
lgtm
3 years, 10 months ago (2017-02-14 07:33:55 UTC) #28
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/2660903003/120001
3 years, 10 months ago (2017-02-14 18:23:55 UTC) #31
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 18:25:41 UTC) #34
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/v8/v8/+/c7eabee42207adc614324441fa2b0d8309b...

Powered by Google App Engine
This is Rietveld 408576698