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

Issue 387383002: Fix flags for test cases involving arrow functions (Closed)

Created:
6 years, 5 months ago by aperez
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix flags for test cases involving arrow functions There are a lot of tests in cctest/test-parsing/ErrorsArrowFunctions, so it is quite slow. This patch removes some flags to make it faster. Removing three flags that don't affect the test brings down the run time one order of magnitude, which is fast enough even for debug/ASAN bots. Also, remove the unneeded kArrowFunctions flag from cctest/test-parsing/NoErrorsYieldSloppyAllModes BUG= R=marja@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22392

Patch Set 1 #

Patch Set 2 : Also, run ErrorsArrowFunctions with kArrowFunctions always set #

Patch Set 3 : Do not set kArrowFunctions both in flags and always_flags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M test/cctest/test-parsing.cc View 1 2 2 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
marja
lgtm
6 years, 5 months ago (2014-07-15 08:06:21 UTC) #1
marja
6 years, 5 months ago (2014-07-15 08:10:33 UTC) #2
Message was sent while issue was closed.
Committed patchset #3 manually as r22392 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698