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

Issue 1714793003: [wasm] Unittest for Int64Lowering. (Closed)

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

Description

[wasm] Unittest for Int64Lowering. R=titzer@chromium.org Committed: https://crrev.com/4ddf252e85deca1102e61b9245e33f873c099fb1 Cr-Commit-Position: refs/heads/master@{#34213}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use node-test-utils in the unit tests. #

Patch Set 3 : Added tests for the other operators we already lower. #

Total comments: 1

Patch Set 4 : Array initialization problem #

Patch Set 5 : fixed a todo #

Total comments: 4

Patch Set 6 : Michael's remarks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -10 lines) Patch
M src/compiler/int64-lowering.cc View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 4 chunks +6 lines, -4 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A test/unittests/compiler/int64-lowering-unittest.cc View 1 2 3 4 5 1 chunk +299 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.cc View 1 2 3 4 5 6 chunks +39 lines, -2 lines 0 comments Download
M test/unittests/unittests.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
ahaas
4 years, 10 months ago (2016-02-19 16:28:37 UTC) #1
titzer
https://codereview.chromium.org/1714793003/diff/1/test/unittests/compiler/int64-lowering-unittest.cc File test/unittests/compiler/int64-lowering-unittest.cc (right): https://codereview.chromium.org/1714793003/diff/1/test/unittests/compiler/int64-lowering-unittest.cc#newcode57 test/unittests/compiler/int64-lowering-unittest.cc:57: EXPECT_THAT(ret->InputAt(0)->opcode(), IrOpcode::kInt32Constant); Please have a look at some of ...
4 years, 10 months ago (2016-02-21 12:50:29 UTC) #2
ahaas
On 2016/02/21 at 12:50:29, titzer wrote: > https://codereview.chromium.org/1714793003/diff/1/test/unittests/compiler/int64-lowering-unittest.cc > File test/unittests/compiler/int64-lowering-unittest.cc (right): > > https://codereview.chromium.org/1714793003/diff/1/test/unittests/compiler/int64-lowering-unittest.cc#newcode57 ...
4 years, 10 months ago (2016-02-22 15:19:41 UTC) #3
ahaas
https://codereview.chromium.org/1714793003/diff/40001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/1714793003/diff/40001/src/wasm/wasm-module.h#newcode210 src/wasm/wasm-module.h:210: static compiler::CallDescriptor* GetWasmCallDescriptor(Zone* zone, I don't see a reason ...
4 years, 10 months ago (2016-02-22 15:28:11 UTC) #4
Michael Starzinger
LGTM to unblock you. I have to admit that I only skimmed over the int64-lowering-unittest.cc ...
4 years, 10 months ago (2016-02-23 14:24:03 UTC) #6
ahaas
https://codereview.chromium.org/1714793003/diff/80001/test/unittests/compiler/int64-lowering-unittest.cc File test/unittests/compiler/int64-lowering-unittest.cc (right): https://codereview.chromium.org/1714793003/diff/80001/test/unittests/compiler/int64-lowering-unittest.cc#newcode241 test/unittests/compiler/int64-lowering-unittest.cc:241: IsReturn2(IsProjection(0, call_matcher), On 2016/02/23 at 14:24:03, Michael Starzinger wrote: ...
4 years, 10 months ago (2016-02-23 14:48:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1714793003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1714793003/100001
4 years, 10 months ago (2016-02-23 15:24:19 UTC) #10
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-23 15:33:10 UTC) #11
commit-bot: I haz the power
4 years, 10 months ago (2016-02-23 15:33:22 UTC) #13
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/4ddf252e85deca1102e61b9245e33f873c099fb1
Cr-Commit-Position: refs/heads/master@{#34213}

Powered by Google App Engine
This is Rietveld 408576698