1. 03 Sep, 2018 1 commit
  2. 02 Sep, 2018 1 commit
  3. 31 Aug, 2018 3 commits
  4. 30 Aug, 2018 1 commit
  5. 29 Aug, 2018 2 commits
  6. 28 Aug, 2018 3 commits
  7. 27 Aug, 2018 3 commits
  8. 26 Aug, 2018 1 commit
  9. 24 Aug, 2018 1 commit
  10. 23 Aug, 2018 2 commits
  11. 21 Aug, 2018 1 commit
  12. 20 Aug, 2018 2 commits
  13. 17 Aug, 2018 1 commit
  14. 16 Aug, 2018 3 commits
  15. 14 Aug, 2018 4 commits
  16. 13 Aug, 2018 2 commits
  17. 11 Aug, 2018 5 commits
  18. 10 Aug, 2018 4 commits
    • Michael Achenbach's avatar
      Reland "[test] Pass suite environment to Android test runner" · 08e317da
      Michael Achenbach authored
      This is a reland of 18c90f48
      
      Original change's description:
      > [test] Pass suite environment to Android test runner
      >
      > TBR=sergiyb@chromium.org
      >
      > Bug: v8:8046
      > Change-Id: I201f7a7ee119628e14c864602a2d3cbadfc4052b
      > Reviewed-on: https://chromium-review.googlesource.com/1170779
      > Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#55051}
      
      NOTRY=true
      
      Bug: v8:8046
      Change-Id: I73923a2ae532bb7d773c87fd77844b4e655b568c
      Reviewed-on: https://chromium-review.googlesource.com/1171382
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55064}
      08e317da
    • 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
    • Sergiy Byelozyorov's avatar
      Revert "[test] Add logic to run tests on Android" · 2071051e
      Sergiy Byelozyorov authored
      This reverts commit 4c094342.
      
      Reason for revert: Unfortunately this broke all perf builders.
      
      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}
      
      TBR=machenbach@chromium.org,yangguo@chromium.org,sergiyb@chromium.org
      
      Change-Id: If80129810586b709dab762c9b5724888e15daec2
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: chromium:866862
      Reviewed-on: https://chromium-review.googlesource.com/1170962Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55058}
      2071051e
    • Sergiy Byelozyorov's avatar
      Revert "[test] Pass suite environment to Android test runner" · 36e5b7b3
      Sergiy Byelozyorov authored
      This reverts commit 18c90f48.
      
      Reason for revert: needs to be reverted prior to https://crrev.com/c/1170962
      
      Original change's description:
      > [test] Pass suite environment to Android test runner
      > 
      > TBR=sergiyb@chromium.org
      > 
      > Bug: v8:8046
      > Change-Id: I201f7a7ee119628e14c864602a2d3cbadfc4052b
      > Reviewed-on: https://chromium-review.googlesource.com/1170779
      > Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#55051}
      
      TBR=machenbach@chromium.org,sergiyb@chromium.org
      
      Change-Id: I2c874305251b8b73f3bc0aaaf31a81ef30d6c15d
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:8046
      Reviewed-on: https://chromium-review.googlesource.com/1171002Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
      Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55056}
      36e5b7b3