• marja's avatar
    Make test-parsing faster: don't run parsing tests with all experimental flag combinations. · 02cb54e3
    marja authored
    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}
    02cb54e3
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...