1. 14 Jun, 2019 1 commit
  2. 17 May, 2019 1 commit
  3. 10 May, 2019 1 commit
  4. 09 May, 2019 2 commits
  5. 04 May, 2019 1 commit
    • Sergiy Belozorov's avatar
      [tools] Default to 4 retries for all perf tests · b3e2bcf9
      Sergiy Belozorov authored
      Overall, total test runtime that was wasted due to timeouts is 3420 seconds in
      the last 2 weeks. Even with 4 retries, assuming all of them time out, needed
      additional capacity is under 2 hours per week. Based on this analysis, I think
      it's safe to land this CL.
      
      Note that this is not intended as a long-term solution of the timeout problem,
      but rather a temporary solution to prevent ongoing errors. Proper investigation
      and correct long-term solution are still needed and tracked in the bug.
      
      R=machenbach@chromium.org, tmrts@chromium.org
      
      Bug: chromium:841700
      Change-Id: Id16e6b784fa85bb9e28ed8c6b267b583636e2dc1
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1593342Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61224}
      b3e2bcf9
  6. 29 Apr, 2019 1 commit
  7. 26 Apr, 2019 3 commits
  8. 24 Apr, 2019 2 commits
  9. 23 Apr, 2019 3 commits
  10. 16 Apr, 2019 1 commit
  11. 12 Apr, 2019 3 commits
  12. 10 Apr, 2019 1 commit
  13. 19 Feb, 2019 1 commit
  14. 06 Feb, 2019 1 commit
  15. 01 Feb, 2019 1 commit
  16. 31 Jan, 2019 1 commit
  17. 21 Dec, 2018 1 commit
  18. 20 Dec, 2018 1 commit
  19. 30 Oct, 2018 1 commit
  20. 20 Oct, 2018 1 commit
  21. 16 Oct, 2018 1 commit
  22. 09 Oct, 2018 3 commits
  23. 12 Sep, 2018 1 commit
  24. 11 Aug, 2018 1 commit
  25. 10 Aug, 2018 1 commit
    • Michael Achenbach's avatar
      Reland "[test] Add logic to run tests on Android" · b2537f21
      Michael Achenbach authored
      This is a reland of 4c094342
      
      Original change's description:
      > [test] Add logic to run tests on Android
      > 
      > This adds a new command abstraction for running commands on Android
      > using dockered devices on swarming.
      > 
      > The new abstraction handles pushing all required files to the device.
      > The logic used for pushing and running is reused from the perf runner.
      > 
      > This adds only the mjsunit test suite. Others will be handled in
      > follow up CLs. The suite logic is enhanced with auto-detection of files
      > to be pushed to devices, for e.g. load or import statements.
      > 
      > Some test cases need an extra resource section for specifying required
      > files.
      > 
      > Remaining failing tests are marked in the status files for later
      > triage.
      > 
      > Bug: chromium:866862
      > Change-Id: I2b957559f07fdcd8c1bd2f7034f5ba7754a31fb7
      > Reviewed-on: https://chromium-review.googlesource.com/1150153
      > Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#55041}
      
      Bug: chromium:866862
      Change-Id: Icf7e04c75d4abeab7254d10ba21240e46b0022ae
      Reviewed-on: https://chromium-review.googlesource.com/1170643Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55059}
      b2537f21
  26. 09 Aug, 2018 2 commits
  27. 08 Aug, 2018 1 commit
  28. 01 Aug, 2018 1 commit
    • Sergiy Byelozyorov's avatar
      [tools] Refactor run_perf.py to use logging module for all status messages · 8dc41a58
      Sergiy Byelozyorov authored
      All status messages will be printed into STDERR and only the results will
      continue to be written to STDOUT as documentation suggests. Additionally the
      following changes are made:
       - on Buildbot each log entry will have a timestamp to make it easy to measure
         time between status messages printed by test runner, users will continue to
         see just the message itself
       - when devil (or any other module) logs error, they will not be interleaved
         with our own output since logging module is thread-safe
       - critical logs replaced with warning since they do not immediately stop
         the test runner
       - logging.exception is used for all exceptions to get formatted stack trace
      
      TBR=machenbach@chromium.org
      
      No-Try: true
      Bug: chromium:838864
      Change-Id: I197fcc3bc5890130ce8b35c3e21237f9614fc468
      Reviewed-on: https://chromium-review.googlesource.com/1159361
      Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
      Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54851}
      8dc41a58
  29. 27 Jul, 2018 1 commit