1. 22 Dec, 2016 1 commit
  2. 20 Dec, 2016 3 commits
  3. 19 Dec, 2016 1 commit
    • machenbach's avatar
      [foozzie] Initial correctness fuzzer harness. · e669816e
      machenbach authored
      Initial version of the correctness fuzzer harness for manual testing
      and experiments.
      
      For automated usage, some outstanding TODOs are left in the code. E.g.
      - Hash source file names in error case
      - Bundle script in out directory with executables
      - Some suppressions are tied to already fixed bugs. We'll keep it like that for now to test
      removing those suppressions in production later.
      
      BUG=chromium:673246
      NOTRY=true
      
      Review-Url: https://codereview.chromium.org/2578503003
      Cr-Commit-Position: refs/heads/master@{#41789}
      e669816e
  4. 15 Dec, 2016 7 commits
  5. 09 Dec, 2016 2 commits
  6. 08 Dec, 2016 1 commit
  7. 06 Dec, 2016 2 commits
  8. 02 Dec, 2016 2 commits
  9. 01 Dec, 2016 3 commits
  10. 30 Nov, 2016 1 commit
  11. 28 Nov, 2016 2 commits
  12. 25 Nov, 2016 1 commit
  13. 24 Nov, 2016 2 commits
  14. 22 Nov, 2016 1 commit
  15. 21 Nov, 2016 1 commit
  16. 20 Nov, 2016 2 commits
  17. 18 Nov, 2016 2 commits
    • marja's avatar
      Remove FLAG_min_preparse_length. · 4a5b7e32
      marja authored
      It originates from the era where we used to run a separate preparse step
      before parsing and store the function data. Now the usage of preparser
      is something completely different, so this flag doesn't make sense any
      more.
      
      In addition, this way we get more test coverage for preparser (for small
      scripts).
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2513563002
      Cr-Commit-Position: refs/heads/master@{#41110}
      4a5b7e32
    • qyearsley's avatar
      Reland of Update usage of linux blink try bot to use linux_trusty_blink_rel.... · 4a70104a
      qyearsley authored
      Reland of Update usage of linux blink try bot to use linux_trusty_blink_rel. (patchset #1 id:1 of https://codereview.chromium.org/2507853002/ )
      
      Reason for revert:
      linux_trusty_blink_rel is now working, with more capacity
      
      Original issue's description:
      > Revert of Update usage of linux blink try bot to use linux_trusty_blink_rel. (patchset #1 id:1 of https://codereview.chromium.org/2475563002/ )
      >
      > Reason for revert:
      > Submitting this before more capacity was added to linux_trusty_blink_rel caused that builder to get too busy (http://crbug.com/665246); should be able to reland after http://crbug.com/665917 is fixed.
      >
      > Original issue's description:
      > > Update usage of linux blink try bot to use linux_trusty_blink_rel.
      > >
      > > Reason: We're planning to drop support for Linux Precise for layout tests.
      > >
      > > BUG=chromium:660580
      > > NOTRY=true
      >
      > TBR=machenbach@chromium.org
      > # Not skipping CQ checks because original CL landed more than 1 days ago.
      > BUG=chromium:660580
      > NOTRY=true
      
      TBR=machenbach@chromium.org
      # Skipping CQ checks because original CL landed less than 1 days ago.
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=chromium:660580
      
      Review-Url: https://codereview.chromium.org/2505403002
      Cr-Commit-Position: refs/heads/master@{#41090}
      4a70104a
  18. 17 Nov, 2016 3 commits
  19. 16 Nov, 2016 2 commits
  20. 14 Nov, 2016 1 commit
    • yangguo's avatar
      [serializer] small fixes for blink snapshot. · c759a3d8
      yangguo authored
      Changes include:
       - Adding V8_EXPORT macro for SnapshotCreator
       - Removing outdated DCHECKs.
       - Allow nullptr as external reference. This required a...
       - Refactoring of hashmaps used by the serializer.
       - Remove external references for counters. These are not used
         anywhere for isolates that are being serialized.
       - Put template infos into the partial snapshot cache.
       - Remove unnecessary presubmit check for external references.
         mksnapshot crashes if external references are missing.
      
      R=jochen@chromium.org, vogelheim@chromium.org
      BUG=chromium:617892
      
      Review-Url: https://codereview.chromium.org/2490783004
      Cr-Commit-Position: refs/heads/master@{#40949}
      c759a3d8