DescriptionFix 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 #Messages
Total messages: 2 (0 generated)
|