1. 12 Jan, 2018 1 commit
    • Michael Achenbach's avatar
      [test] Add a d8_default test suite collection · df342b8a
      Michael Achenbach authored
      This adds a reduced version of bot_default with only d8-based test suites.
      Those can be used for gc stress testing, fuzzing and predictable mode.
      
      This also adds a missing explicit build rule for the debugger test suite.
      It's working as it's part of the isolate file, but incremental
      re-isolation might break on code changes.
      
      Running the tests is still commented out to allow the infra-side to
      land. Afterwards, we'll activate the extra testing as a V8 CL
      commenting the lines back in.
      
      Bug: v8:7285
      Change-Id: I7b758c212f0c4ae3d2f79beea5ec597cee479565
      Reviewed-on: https://chromium-review.googlesource.com/864045Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#50545}
      df342b8a
  2. 21 Jun, 2017 1 commit
  3. 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
  4. 20 Apr, 2017 1 commit
  5. 19 Apr, 2017 2 commits
  6. 18 Apr, 2017 2 commits
  7. 05 Apr, 2017 1 commit
  8. 14 Feb, 2017 1 commit
  9. 13 Feb, 2017 4 commits
  10. 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
  11. 04 Nov, 2016 1 commit
  12. 12 Oct, 2016 1 commit
  13. 30 Sep, 2016 2 commits
  14. 29 Sep, 2016 1 commit
  15. 11 Aug, 2016 1 commit
  16. 02 Aug, 2016 1 commit
  17. 01 Aug, 2016 2 commits
  18. 29 Jul, 2016 1 commit
  19. 28 Jul, 2016 3 commits
  20. 30 Jun, 2016 1 commit
  21. 27 Jun, 2016 1 commit
  22. 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
  23. 03 Jun, 2016 1 commit