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

Issue 1916403002: [wasm] Add tests for function name encoding (Closed)

Created:
4 years, 8 months ago by Clemens Hammacher
Modified:
4 years, 7 months ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@wasm-offset-table-3
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Add tests for function name encoding In order to have a wasm object (as JSObject), this adds a method to instantiate the TestingModule. In order for this to work, the bytecode and the function names of the TestingModule are stored for usage during instantiation. R=titzer@chromium.org Committed: https://crrev.com/0d6d0b700f5ec87beff1d93a3fb423278f576d5c Cr-Commit-Position: refs/heads/master@{#35906}

Patch Set 1 #

Patch Set 2 : make mac built bot happy and add another test #

Patch Set 3 : fix failing test case #

Patch Set 4 : rebase #

Total comments: 4

Patch Set 5 : address titzer's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -1 line) Patch
M src/wasm/wasm-module.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/wasm/test-wasm-function-name-table.cc View 1 2 3 4 1 chunk +110 lines, -0 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 9 (2 generated)
Clemens Hammacher
4 years, 8 months ago (2016-04-26 13:15:36 UTC) #1
titzer
https://codereview.chromium.org/1916403002/diff/60001/test/cctest/wasm/test-wasm-function-name-table.cc File test/cctest/wasm/test-wasm-function-name-table.cc (right): https://codereview.chromium.org/1916403002/diff/60001/test/cctest/wasm/test-wasm-function-name-table.cc#newcode49 test/cctest/wasm/test-wasm-function-name-table.cc:49: Handle<JSObject> wasm_obj = module.Instantiate(); Ok, I see now. The ...
4 years, 7 months ago (2016-04-28 11:38:23 UTC) #2
Clemens Hammacher
https://codereview.chromium.org/1916403002/diff/60001/test/cctest/wasm/test-wasm-function-name-table.cc File test/cctest/wasm/test-wasm-function-name-table.cc (right): https://codereview.chromium.org/1916403002/diff/60001/test/cctest/wasm/test-wasm-function-name-table.cc#newcode49 test/cctest/wasm/test-wasm-function-name-table.cc:49: Handle<JSObject> wasm_obj = module.Instantiate(); On 2016/04/28 at 11:38:22, titzer ...
4 years, 7 months ago (2016-04-28 14:34:56 UTC) #3
titzer
On 2016/04/28 14:34:56, Clemens Hammacher wrote: > https://codereview.chromium.org/1916403002/diff/60001/test/cctest/wasm/test-wasm-function-name-table.cc > File test/cctest/wasm/test-wasm-function-name-table.cc (right): > > https://codereview.chromium.org/1916403002/diff/60001/test/cctest/wasm/test-wasm-function-name-table.cc#newcode49 ...
4 years, 7 months ago (2016-04-28 14:40:00 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1916403002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1916403002/80001
4 years, 7 months ago (2016-04-29 12:41:37 UTC) #6
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-04-29 12:43:19 UTC) #7
commit-bot: I haz the power
4 years, 7 months ago (2016-05-01 22:03:49 UTC) #9
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0d6d0b700f5ec87beff1d93a3fb423278f576d5c
Cr-Commit-Position: refs/heads/master@{#35906}

Powered by Google App Engine
This is Rietveld 408576698