• 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
test-parsing.cc 142 KB