1. 10 Dec, 2014 4 commits
  2. 09 Dec, 2014 3 commits
  3. 08 Dec, 2014 5 commits
  4. 05 Dec, 2014 5 commits
  5. 04 Dec, 2014 3 commits
  6. 03 Dec, 2014 1 commit
    • 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
  7. 02 Dec, 2014 13 commits
  8. 01 Dec, 2014 3 commits
  9. 28 Nov, 2014 3 commits