v8/test
marja 02cb54e3cc Make test-parsing faster: don't run parsing tests with all experimental flag combinations.
Instead, make it possible for indifidual tests to pass "always true flags" which
are not part of the varying flag set.

The downside is that if an experimental flag changes parsing of some of the
unrelated code snippets, it's noticed later (only after the flag is turned on by
default). But this is a reasonable trade off for faster tests.

Additional fix: Some tests (ErrorsFutureStrictReservedWords) were using
always_flags incorrectly (running two different tests with different
always_flags basically iterates over every flag combination anyway - most of
them twice).

BUG=v8:3707
LOG=N

Review URL: https://codereview.chromium.org/772823002

Cr-Commit-Position: refs/heads/master@{#25628}
2014-12-03 08:23:48 +00:00
..
benchmarks Revert "Enable turbofan deoptimization by default." 2014-10-27 14:37:10 +00:00
cctest Make test-parsing faster: don't run parsing tests with all experimental flag combinations. 2014-12-03 08:23:48 +00:00
intl Allow identifier code points from supplementary multilingual planes. 2014-10-10 07:13:46 +00:00
js-perf-test Rename String.prototype.contains to 'includes'. 2014-11-20 19:21:36 +00:00
message Correctly compute line numbers in functions from the function constructor. 2014-11-12 10:06:47 +00:00
mjsunit Reland parts of 'Use weak cells in map checks in polymorphic ICs' 2014-12-02 14:25:26 +00:00
mozilla ARM64: skip flaky mozilla/ecma/Date/15.9.5.26-1 until it is fixed. 2014-11-21 11:24:54 +00:00
preparser
promises-aplus
test262 Convert argument toObject() in Object.getOwnPropertyNames/Descriptors 2014-10-15 14:01:20 +00:00
test262-es6 Rename String.prototype.contains to 'includes'. 2014-11-20 19:21:36 +00:00
unittests [turbofan] Combine additional Word32And with Int32Add and negative power of two. 2014-12-03 07:35:03 +00:00
webkit Ship harmony-strings 2014-11-27 10:17:18 +00:00