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

Issue 2335193002: [wasm] Move the wasm-module-runner from test/cctest to test/common (Closed)

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

Description

[wasm] Move the wasm-module-runner from test/cctest to test/common The wasm-module-runner is used both in cctests and in fuzzers. As discussed offline, it is weird to include cctest header files in fuzzers, so I introduce a new test/common directory which contains the common files. R=titzer@chromium.org, jochen@chromium.org Committed: https://crrev.com/cc7926d672fd20660123eccf082c31356d8ac0f1 Cr-Commit-Position: refs/heads/master@{#39411}

Patch Set 1 #

Patch Set 2 : Also change gyp files #

Total comments: 1

Patch Set 3 : Files should be compiled exactly once in a GN build. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -266 lines) Patch
M BUILD.gn View 3 chunks +12 lines, -6 lines 0 comments Download
M test/cctest/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-module.cc View 1 chunk +1 line, -1 line 0 comments Download
D test/cctest/wasm/wasm-module-runner.h View 1 chunk +0 lines, -54 lines 0 comments Download
D test/cctest/wasm/wasm-module-runner.cc View 1 chunk +0 lines, -195 lines 0 comments Download
A + test/common/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/common/wasm/wasm-module-runner.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/common/wasm/wasm-module-runner.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/fuzzer/fuzzer.gyp View 1 3 chunks +6 lines, -6 lines 0 comments Download
M test/fuzzer/wasm.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/fuzzer/wasm-asmjs.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/fuzzer/wasm-code.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (15 generated)
ahaas
4 years, 3 months ago (2016-09-13 13:54:31 UTC) #1
titzer
lgtm https://codereview.chromium.org/2335193002/diff/20001/test/cctest/wasm/wasm-module-runner.h File test/cctest/wasm/wasm-module-runner.h (left): https://codereview.chromium.org/2335193002/diff/20001/test/cctest/wasm/wasm-module-runner.h#oldcode6 test/cctest/wasm/wasm-module-runner.h:6: #define V8_WASM_MODULE_RUNNER_H_ How about also moving test-signatures.h?
4 years, 3 months ago (2016-09-13 16:32:43 UTC) #10
jochen (gone - plz use gerrit)
lgtm
4 years, 3 months ago (2016-09-14 08:29:12 UTC) #11
jochen (gone - plz use gerrit)
ah, wait, test/cctest/BUILD.gn gets it's sources list from cctest.gyp, but it should just depend on ...
4 years, 3 months ago (2016-09-14 08:30:28 UTC) #12
ahaas
On 2016/09/14 at 08:30:28, jochen wrote: > ah, wait, test/cctest/BUILD.gn gets it's sources list from ...
4 years, 3 months ago (2016-09-14 09:47:18 UTC) #15
jochen (gone - plz use gerrit)
lgtm
4 years, 3 months ago (2016-09-14 10:03:55 UTC) #16
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/2335193002/40001
4 years, 3 months ago (2016-09-14 10:29:07 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-14 10:31:31 UTC) #22
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 10:32:03 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cc7926d672fd20660123eccf082c31356d8ac0f1
Cr-Commit-Position: refs/heads/master@{#39411}

Powered by Google App Engine
This is Rietveld 408576698