|
|
Created:
4 years, 6 months ago by Igor Sheludko Modified:
4 years, 6 months ago Reviewers:
Michael Achenbach 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[test] Reduce number of variants that test/mjsunit/es6/tail-call-megatest.js checks.
Committed: https://crrev.com/e4fba99bbbeee8786c9ee409229a3b866ea4e1a8
Cr-Commit-Position: refs/heads/master@{#37068}
Patch Set 1 #
Total comments: 4
Patch Set 2 : fix #Messages
Total messages: 18 (7 generated)
The CQ bit was checked by ishell@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2073103002/1
ishell@chromium.org changed reviewers: + machenbach@chromium.org
PTAL
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng...) v8_win_nosnap_shared_rel_ng_triggered on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng...)
https://codereview.chromium.org/2073103002/diff/1/test/mjsunit/es6/tail-call-... File test/mjsunit/es6/tail-call-megatest.js (right): https://codereview.chromium.org/2073103002/diff/1/test/mjsunit/es6/tail-call-... test/mjsunit/es6/tail-call-megatest.js:344: var f_args_variants = [/*"", "1",*/ "1, 2"]; I have no idea what you exactly remove here. But won't we now miss coverage for all these cases? Wouldn't it be useful to still exercise those cases but not in a cartesian product but just flat? E.g. 1) "" + "" + true 2) "1" + "10" + true 3) "1, 2" + "10, 20" + false https://codereview.chromium.org/2073103002/diff/1/test/mjsunit/es6/tail-call-... test/mjsunit/es6/tail-call-megatest.js:404: // print(source); You keep those still commented out because they produce huge output?
The CQ bit was checked by ishell@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2073103002/20001
https://codereview.chromium.org/2073103002/diff/1/test/mjsunit/es6/tail-call-... File test/mjsunit/es6/tail-call-megatest.js (right): https://codereview.chromium.org/2073103002/diff/1/test/mjsunit/es6/tail-call-... test/mjsunit/es6/tail-call-megatest.js:344: var f_args_variants = [/*"", "1",*/ "1, 2"]; On 2016/06/17 11:09:21, Michael Achenbach wrote: > I have no idea what you exactly remove here. But won't we now miss coverage for > all these cases? Wouldn't it be useful to still exercise those cases but not in > a cartesian product but just flat? E.g. > > 1) "" + "" + true > 2) "1" + "10" + true > 3) "1, 2" + "10, 20" + false I think it's fine at this point to just exclude these cases. Some of them are already covered by non-megatest tests. https://codereview.chromium.org/2073103002/diff/1/test/mjsunit/es6/tail-call-... test/mjsunit/es6/tail-call-megatest.js:404: // print(source); On 2016/06/17 11:09:21, Michael Achenbach wrote: > You keep those still commented out because they produce huge output? Yes. This output is needed only for debugging, while the other prints can give useful info.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm
The CQ bit was checked by ishell@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2073103002/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== [test] Reduce number of variants that test/mjsunit/es6/tail-call-megatest.js checks. ========== to ========== [test] Reduce number of variants that test/mjsunit/es6/tail-call-megatest.js checks. Committed: https://crrev.com/e4fba99bbbeee8786c9ee409229a3b866ea4e1a8 Cr-Commit-Position: refs/heads/master@{#37068} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/e4fba99bbbeee8786c9ee409229a3b866ea4e1a8 Cr-Commit-Position: refs/heads/master@{#37068} |