1. 19 Feb, 2019 1 commit
  2. 06 Feb, 2019 1 commit
  3. 01 Feb, 2019 1 commit
  4. 31 Jan, 2019 1 commit
  5. 21 Dec, 2018 1 commit
  6. 20 Dec, 2018 1 commit
  7. 30 Oct, 2018 1 commit
  8. 20 Oct, 2018 1 commit
  9. 16 Oct, 2018 1 commit
  10. 09 Oct, 2018 3 commits
  11. 12 Sep, 2018 1 commit
  12. 11 Aug, 2018 1 commit
  13. 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
  14. 09 Aug, 2018 2 commits
  15. 08 Aug, 2018 1 commit
  16. 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
  17. 27 Jul, 2018 1 commit
  18. 26 Jul, 2018 1 commit
  19. 25 Jul, 2018 1 commit
  20. 16 May, 2018 2 commits
  21. 14 May, 2018 2 commits
  22. 20 Mar, 2018 1 commit
    • Michael Achenbach's avatar
      Reland "[build] Make separate snapshot for trusted variant" · f0940a63
      Michael Achenbach authored
      This is a reland of 40d66d8b
      
      The fix disambiguates duplicate symbols in the generated embedded
      builtins file.
      
      Original change's description:
      > [build] Make separate snapshot for trusted variant
      >
      > This enables side-by-side snapshots with and without untrusted-code
      > mitigations. It'll be the default in all V8 stand-alone builds
      > with external startup data. Internal snapshots are not supported.
      >
      > The files snapshot_blob.bin and snapshot_blob_trusted.bin will be
      > bundled with V8 on swarming and the correct file is loaded dependent
      > on the --untrusted-code-mitigations runtime flag.
      >
      > Likewise we embed two snapshots for builtins.
      >
      > Side-by-side snapshots won't be supported in Chromium.
      >
      > Bug: v8:7441
      > Change-Id: I2949ddfd5773649946b1c8e74751d48ad1d9c524
      > Reviewed-on: https://chromium-review.googlesource.com/960004
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
      > Reviewed-by: Yang Guo <yangguo@chromium.org>
      > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#52028}
      
      Bug: v8:7441
      Change-Id: I626171d4e07389f0453b4d0a698e2772fd37e8c5
      Reviewed-on: https://chromium-review.googlesource.com/968623
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52055}
      f0940a63
  23. 19 Mar, 2018 2 commits
    • Michael Achenbach's avatar
      Revert "[build] Make separate snapshot for trusted variant" · 7e7c04b6
      Michael Achenbach authored
      This reverts commit 40d66d8b.
      
      Reason for revert:
      https://build.chromium.org/p/client.v8/builders/V8%20Mac64/builds/20910
      
      Original change's description:
      > [build] Make separate snapshot for trusted variant
      > 
      > This enables side-by-side snapshots with and without untrusted-code
      > mitigations. It'll be the default in all V8 stand-alone builds
      > with external startup data. Internal snapshots are not supported.
      > 
      > The files snapshot_blob.bin and snapshot_blob_trusted.bin will be
      > bundled with V8 on swarming and the correct file is loaded dependent
      > on the --untrusted-code-mitigations runtime flag.
      > 
      > Likewise we embed two snapshots for builtins.
      > 
      > Side-by-side snapshots won't be supported in Chromium.
      > 
      > Bug: v8:7441
      > Change-Id: I2949ddfd5773649946b1c8e74751d48ad1d9c524
      > Reviewed-on: https://chromium-review.googlesource.com/960004
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
      > Reviewed-by: Yang Guo <yangguo@chromium.org>
      > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#52028}
      
      TBR=rmcilroy@chromium.org,machenbach@chromium.org,yangguo@chromium.org,mstarzinger@chromium.org,jgruber@chromium.org
      
      Change-Id: I5b18f7aff7c05a17842fc68d785bb617eeca4a41
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:7441
      Reviewed-on: https://chromium-review.googlesource.com/968622Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52029}
      7e7c04b6
    • Michael Achenbach's avatar
      [build] Make separate snapshot for trusted variant · 40d66d8b
      Michael Achenbach authored
      This enables side-by-side snapshots with and without untrusted-code
      mitigations. It'll be the default in all V8 stand-alone builds
      with external startup data. Internal snapshots are not supported.
      
      The files snapshot_blob.bin and snapshot_blob_trusted.bin will be
      bundled with V8 on swarming and the correct file is loaded dependent
      on the --untrusted-code-mitigations runtime flag.
      
      Likewise we embed two snapshots for builtins.
      
      Side-by-side snapshots won't be supported in Chromium.
      
      Bug: v8:7441
      Change-Id: I2949ddfd5773649946b1c8e74751d48ad1d9c524
      Reviewed-on: https://chromium-review.googlesource.com/960004
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52028}
      40d66d8b
  24. 05 Feb, 2018 1 commit
  25. 04 Dec, 2017 1 commit
    • Michal Majewski's avatar
      Reland "Reland "[test] Creating command before execution phase."" · 68c5d01a
      Michal Majewski authored
      This is a reland of 3b065110
      Original change's description:
      > Reland "[test] Creating command before execution phase."
      > 
      > This is a reland of 98cc9e86
      > Original change's description:
      > > [test] Creating command before execution phase.
      > > 
      > > Immutable command class with shell, flags and
      > > environment.
      > > 
      > > Command creation moved from worker to the main
      > > process. Because of that there is no need to send
      > > test cases beyond process boundaries and load test
      > > suites in worker processes.
      > > 
      > > Bug: v8:6917
      > > Change-Id: Ib6a44278095b4f7141eb9b96802fe3e8117678a6
      > > Reviewed-on: https://chromium-review.googlesource.com/791710
      > > Commit-Queue: Michał Majewski <majeski@google.com>
      > > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#49746}
      > 
      > Bug: v8:6917
      > Change-Id: I49c29a8db813c47909f2cc45070ac7721a447c7a
      > Reviewed-on: https://chromium-review.googlesource.com/800370
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michał Majewski <majeski@google.com>
      > Cr-Commit-Position: refs/heads/master@{#49756}
      
      Bug: v8:6917
      Change-Id: Ia39010a0a0f63537ad12490dfab17897d70d4930
      Reviewed-on: https://chromium-review.googlesource.com/806034Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michał Majewski <majeski@google.com>
      Cr-Commit-Position: refs/heads/master@{#49830}
      68c5d01a
  26. 01 Dec, 2017 1 commit
  27. 30 Nov, 2017 3 commits
  28. 22 Nov, 2017 1 commit
  29. 17 Jul, 2017 1 commit
  30. 27 Apr, 2017 1 commit
  31. 21 Mar, 2017 2 commits