1. 21 Jun, 2017 1 commit
  2. 27 Apr, 2017 1 commit
    • Andreas Haas's avatar
      [wasm] Add wasm spec tests to the v8 test runner · e177068e
      Andreas Haas authored
      The spec tests are stored on a mirror and are downloaded with the DEPS
      file. The test files on the mirror are updated with a script which has
      to be executed manually.
      
      This CL contains the following changes:
      
      * A script which updates the spec tests and uploads the generated files
        to the mirror.
      * Changes to the DEPS file to download the files from the mirror.
      * Changes so that tools/run-tests.py can run the spec tests.
      
      R=machenbach@chromium.org, rossberg@chromium.org
      
      Change-Id: Ia50d09bb1501c0c0f1d1506aa3657a3aa69c2864
      Reviewed-on: https://chromium-review.googlesource.com/488083
      Commit-Queue: Andreas Haas <ahaas@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#44933}
      e177068e
  3. 20 Apr, 2017 1 commit
  4. 19 Apr, 2017 2 commits
  5. 18 Apr, 2017 2 commits
  6. 05 Apr, 2017 1 commit
  7. 14 Feb, 2017 1 commit
  8. 13 Feb, 2017 4 commits
  9. 21 Nov, 2016 1 commit
    • thestig's avatar
      Properly define v8_enable_inspector and its override in GN. · ae0e9221
      thestig authored
      Instead of directly using v8_enable_inspector_override from
      build_overrides/v8.gni in all the GN configs, set a v8_enable_inspector
      variable based on v8_enable_inspector_override and use that everywhere.
      This is the more common pattern seen in over projects, and reduces the
      need to include //build_overrides/v8.gni in many files.
      
      Review-Url: https://codereview.chromium.org/2520683002
      Cr-Commit-Position: refs/heads/master@{#41156}
      ae0e9221
  10. 04 Nov, 2016 1 commit
  11. 12 Oct, 2016 1 commit
  12. 30 Sep, 2016 2 commits
  13. 29 Sep, 2016 1 commit
  14. 11 Aug, 2016 1 commit
  15. 02 Aug, 2016 1 commit
  16. 01 Aug, 2016 2 commits
  17. 29 Jul, 2016 1 commit
  18. 28 Jul, 2016 3 commits
  19. 30 Jun, 2016 1 commit
  20. 27 Jun, 2016 1 commit
  21. 06 Jun, 2016 1 commit
    • machenbach's avatar
      [gn] Port test262 archiving to gn · 0d65554c
      machenbach authored
      This calls the action that archives test262 in gn. In gn
      we can't specify an action output outside the product
      directory. This works around it with an extra action
      stamp file in the product directory, while the archive
      remains in the test directory.
      
      We don't want to generate the archive in the product
      directory, as some legacy archiving scripts might include
      it and it's too large. It should only be included in the
      swarming tasks that are going to use it for testing.
      
      BUG=chromium:474921
      
      Review-Url: https://codereview.chromium.org/2034713005
      Cr-Commit-Position: refs/heads/master@{#36731}
      0d65554c
  22. 03 Jun, 2016 1 commit