1. 11 Apr, 2019 1 commit
  2. 19 Feb, 2019 1 commit
  3. 12 Feb, 2019 1 commit
    • Tamer Tas's avatar
      [testrunner] enable the progress indicator · baeb4e32
      Tamer Tas authored
      Using test generators meant that we had to remove the progress indicator since
      the total number of tests weren't known before-hand.
      
      This CL implements a progress indicator using test number estimations.
      
      cctest and unittests progress indicator is accurate, however estimating
      means the progress will terminate over 100% in big test suites and sometimes
      under 100%.
      
      R=machenbach@chromium.org
      CC=​sergiyb@chromium.org,yangguo@chromium.org
      
      Bug: v8:8769
      Change-Id: I40ca5b40f9b1223376d33707f0945900ea98cea3
      Reviewed-on: https://chromium-review.googlesource.com/c/1460471
      Commit-Queue: Tamer Tas <tmrts@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59538}
      baeb4e32
  4. 01 Feb, 2019 2 commits
  5. 31 Jan, 2019 2 commits
  6. 21 Jan, 2019 1 commit
  7. 11 Jan, 2019 2 commits
  8. 10 Oct, 2018 1 commit
  9. 02 Oct, 2018 1 commit
  10. 18 Apr, 2018 2 commits
  11. 20 Feb, 2018 1 commit
    • Michael Achenbach's avatar
      [test] Abort testing immediately on interrupt and sigterm · 4a2d9b1b
      Michael Achenbach authored
      This is a partial revert of:
      https://crrev.com/c/890938 and https://crrev.com/c/893982
      
      Before this CL, the test runner blocked on ongoing tests in order to
      process their results after an internal timeout. However, the logic
      required for this feature was overly complicated and prevented an
      acceptable implementation for fast aborts. Furthermore, also the fuzzers
      suffered from timeouts on swarming due to hanging tests.
      
      Instead, we now abort immediately on internal timeout (used on
      fuzzers), SIGINT (Ctrl-C) and SIGTERM. Ongoing tests are immediately
      terminated and their results are disregarded. On SIGTERM and SIGINT,
      we return with non-zero exit codes, and zero on internal timeout.
      
      This will also properly return json output, when the external hard
      timeout is reached on swarming (causes SIGTERM).
      
      TBR=sergiyb@chromium.org
      
      Bug: v8:7423, chromium:813065
      Change-Id: Ib20f835f58a0970693bdd3b21dc5d766d8e115d8
      Reviewed-on: https://chromium-review.googlesource.com/924852Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51399}
      4a2d9b1b
  12. 16 Feb, 2018 1 commit
  13. 09 Feb, 2018 1 commit
  14. 08 Feb, 2018 1 commit
  15. 03 Feb, 2018 1 commit
  16. 02 Feb, 2018 1 commit
    • Michael Achenbach's avatar
      [test] Properly load mjsunit.js on endurance fuzzer · f4411a32
      Michael Achenbach authored
      Load mjsunit.js inside the realm as otherwise the functions are not
      available in the realm's scope.
      
      This also prints timestamps after each test to easier track down slow
      tests.
      
      We also pass --omit-quit to not stop too early.
      
      This also adds the ability to skip certain tests for endurance
      fuzzing and skips some tests with known problems.
      
      TBR=ulan@chromium.org,hpayer@chromium.org
      
      Bug: v8:6972, v8:7400
      Change-Id: I44464c28bfb10c84f2e59972e7b86945a47ca3b3
      Reviewed-on: https://chromium-review.googlesource.com/899008Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51066}
      f4411a32
  17. 01 Feb, 2018 4 commits
  18. 31 Jan, 2018 7 commits
  19. 30 Jan, 2018 3 commits
  20. 29 Jan, 2018 1 commit
  21. 25 Jan, 2018 2 commits
  22. 24 Jan, 2018 3 commits