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

Issue 1420963009: [Interpreter]: Add ignition blacklist to mjsunit.status and test262.status. (Closed)

Created:
5 years, 1 month ago by rmcilroy
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com, Michael Hablich
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter]: Add ignition blacklist to mjsunit.status and test262.status. Adds a blacklist of tests which are currently unsupported or broken in Ignition to the mjsunit and test262 test status. Also removes --ignition-script-filter flag, and adds a --ignition_fallback_on_eval_and_catch flag which fallsback to fullcodegen for functions which call eval or contain a catch block. BUG=v8:4280 LOG=N Committed: https://crrev.com/fb9ad89fea2df498827295537516ab7996dc9798 Cr-Commit-Position: refs/heads/master@{#31864}

Patch Set 1 : #

Total comments: 7

Patch Set 2 : Rebased #

Patch Set 3 : Add comment #

Patch Set 4 : Move TopLevelFunctionPassesFilter #

Total comments: 2

Patch Set 5 : Add ignition variable to run-deopt-fuzzer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+431 lines, -38 lines) Patch
M src/compiler.cc View 1 2 3 5 chunks +35 lines, -26 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 1 chunk +283 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 1 chunk +99 lines, -0 lines 0 comments Download
M test/test262/testcfg.py View 2 chunks +1 line, -8 lines 0 comments Download
M tools/run-deopt-fuzzer.py View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/run-tests.py View 2 chunks +3 lines, -0 lines 0 comments Download
M tools/testrunner/local/testsuite.py View 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1420963009/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1420963009/40001
5 years, 1 month ago (2015-11-05 15:00:05 UTC) #4
rmcilroy
Michi: Could you take a look at src/compiler please. Michael: Could you take a look ...
5 years, 1 month ago (2015-11-05 15:01:42 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-05 17:26:37 UTC) #8
Michael Starzinger
https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc#newcode708 src/compiler.cc:708: static bool TopLevelFunctionPassesFilter(const char* raw_filter) { nit: Same comment ...
5 years, 1 month ago (2015-11-05 18:21:43 UTC) #9
rmcilroy
https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc#newcode708 src/compiler.cc:708: static bool TopLevelFunctionPassesFilter(const char* raw_filter) { On 2015/11/05 18:21:43, ...
5 years, 1 month ago (2015-11-06 09:51:14 UTC) #10
Michael Starzinger
LGTM, cool stuff, just one nit. https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc#newcode708 src/compiler.cc:708: static bool TopLevelFunctionPassesFilter(const ...
5 years, 1 month ago (2015-11-06 10:06:30 UTC) #11
rmcilroy
https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc#newcode708 src/compiler.cc:708: static bool TopLevelFunctionPassesFilter(const char* raw_filter) { On 2015/11/06 10:06:30, ...
5 years, 1 month ago (2015-11-06 10:50:20 UTC) #12
Michael Starzinger
https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1420963009/diff/40001/src/compiler.cc#newcode708 src/compiler.cc:708: static bool TopLevelFunctionPassesFilter(const char* raw_filter) { On 2015/11/06 10:50:19, ...
5 years, 1 month ago (2015-11-06 10:51:42 UTC) #13
Michael Achenbach
lgtm https://codereview.chromium.org/1420963009/diff/100001/tools/run-tests.py File tools/run-tests.py (right): https://codereview.chromium.org/1420963009/diff/100001/tools/run-tests.py#newcode686 tools/run-tests.py:686: "ignition": options.ignition, Please add a "ignition": False to ...
5 years, 1 month ago (2015-11-06 10:58:46 UTC) #14
rmcilroy
https://codereview.chromium.org/1420963009/diff/100001/tools/run-tests.py File tools/run-tests.py (right): https://codereview.chromium.org/1420963009/diff/100001/tools/run-tests.py#newcode686 tools/run-tests.py:686: "ignition": options.ignition, On 2015/11/06 10:58:46, Michael Achenbach wrote: > ...
5 years, 1 month ago (2015-11-06 17:40:02 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1420963009/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1420963009/120001
5 years, 1 month ago (2015-11-06 17:40:19 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:120001)
5 years, 1 month ago (2015-11-06 18:52:37 UTC) #19
commit-bot: I haz the power
5 years, 1 month ago (2015-11-06 18:52:58 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fb9ad89fea2df498827295537516ab7996dc9798
Cr-Commit-Position: refs/heads/master@{#31864}

Powered by Google App Engine
This is Rietveld 408576698