1. 11 May, 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. 12 Apr, 2017 1 commit
  7. 11 Apr, 2017 1 commit
  8. 05 Apr, 2017 1 commit
  9. 24 Mar, 2017 1 commit
  10. 14 Mar, 2017 1 commit
  11. 10 Mar, 2017 1 commit
  12. 09 Mar, 2017 1 commit
  13. 02 Mar, 2017 1 commit
  14. 08 Feb, 2017 1 commit
  15. 01 Feb, 2017 1 commit
  16. 31 Jan, 2017 2 commits
  17. 02 Dec, 2016 1 commit
    • mstarzinger's avatar
      [compiler] Make --debug-code the default in debug builds. · 651c1b86
      mstarzinger authored
      This enables {FLAG_debug_code} by default in debug builds. The advantage
      is that generated code contained within the snapshot will contain such
      debug code. Before we would only get coverage for these pieces with the
      no-snapshot builds, which have a meager coverage. One can still pass the
      inverse --no-debug-code flag to ensure generated code remains readable
      within debug builds as well.
      
      R=machenbach@chromium.org
      
      Review-Url: https://codereview.chromium.org/2528913002
      Cr-Commit-Position: refs/heads/master@{#41451}
      651c1b86
  18. 17 Nov, 2016 1 commit
  19. 04 Nov, 2016 1 commit
  20. 26 Oct, 2016 1 commit
  21. 21 Oct, 2016 1 commit
  22. 19 Oct, 2016 1 commit
  23. 12 Oct, 2016 1 commit
  24. 19 Sep, 2016 1 commit
  25. 31 Aug, 2016 1 commit
  26. 30 Aug, 2016 1 commit
  27. 11 Aug, 2016 1 commit
  28. 08 Aug, 2016 2 commits
  29. 05 Aug, 2016 1 commit
  30. 04 Aug, 2016 1 commit
    • machenbach's avatar
      [test] Enable test status filtering by variant · 03f51248
      machenbach authored
      This adds the possibility to address test cases in the
      status file with the variant under which the test is running.
      This is only allowed in top-level sections.
      
      Example:
      [{
        'test-case': [PASS, SLOW],
      }]
      
      ['variant == foo', {
        'test-case': [FAIL],
      }]
      
      The test case "test-case" is marked as slow in all variants.
      Additionally, in variant foo, it'll be expected to fail.
      
      This CL also exemplifies the new feature with test cases
      running under the ignition_turbofan variant. The
      corresponding legacy flag is deprecated.
      
      BUG=v8:5238
      
      Review-Url: https://codereview.chromium.org/2203013002
      Cr-Commit-Position: refs/heads/master@{#38342}
      03f51248
  31. 02 Aug, 2016 3 commits
  32. 01 Aug, 2016 3 commits
    • machenbach's avatar
      [test] Add testing variant aliases. · 6c1d6c9f
      machenbach authored
      This introduces aliases for testing variants that can be
      combined with other variant names. E.g. --variants=dev,foo
      would run the three developer default variants and variant
      foo.
      
      We'll have three stages: "dev" for variants to be run by
      default on developer workstations, "more" for additional
      variants, executed on all bots, "extra" for additional
      variants executed on a subset of bots (e.g. not on very slow
      or otherwise resource-limited bots).
      
      BUG=v8:5238
      NOTRY=true
      
      Review-Url: https://codereview.chromium.org/2196223002
      Cr-Commit-Position: refs/heads/master@{#38214}
      6c1d6c9f
    • machenbach's avatar
      [test] Remove deprecated --ignition test-runner flag · a23a74a7
      machenbach authored
      The flag was introduced for ignition development. It can only
      be used when running ignition tests in isolation on the bots.
      
      The bots only use ignition_turbo in isolation since a while
      and don't pass the --ignition flag anymore.
      
      BUG=v8:5238
      
      Review-Url: https://codereview.chromium.org/2197123002
      Cr-Commit-Position: refs/heads/master@{#38206}
      a23a74a7
    • machenbach's avatar
      [test] Use all test suites with the ignition alias · 1acc2f53
      machenbach authored
      First step of deprecating the dedicated ignition alias.
      Next it will be changed on the bots to use the bot_default
      suite. Then we'll delete it.
      
      BUG=v8:5238
      
      Review-Url: https://codereview.chromium.org/2194153002
      Cr-Commit-Position: refs/heads/master@{#38202}
      1acc2f53