1. 11 Sep, 2018 1 commit
  2. 01 Feb, 2018 1 commit
  3. 31 Jan, 2018 2 commits
  4. 30 Jan, 2018 2 commits
  5. 19 Dec, 2017 1 commit
  6. 13 Dec, 2017 2 commits
  7. 12 Dec, 2017 1 commit
  8. 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
  9. 01 Dec, 2017 1 commit
  10. 30 Nov, 2017 3 commits
  11. 16 Nov, 2017 2 commits
  12. 27 Oct, 2017 1 commit
  13. 16 Oct, 2017 1 commit
  14. 31 Mar, 2016 1 commit
    • machenbach's avatar
      [test] Fix deterministic test shards. · a0aac3cb
      machenbach authored
      Test case objects were sorted without key function, resulting
      in random sort order. On sharded builds, the shards are
      determined by the sort order and rely on a deterministic
      sorting. This led to random cctest and unittest cases being
      dropped or executed twice on sharded testers.
      
      TBR=jkummerow@chromium.org, hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1842673002
      
      Cr-Commit-Position: refs/heads/master@{#35151}
      a0aac3cb
  15. 10 Mar, 2016 1 commit
  16. 02 Mar, 2016 1 commit
  17. 27 Nov, 2015 1 commit
  18. 26 Mar, 2014 1 commit
  19. 18 Apr, 2013 1 commit
  20. 09 Apr, 2013 1 commit
  21. 29 Jan, 2013 1 commit
  22. 23 Jan, 2013 1 commit
  23. 18 Jan, 2013 1 commit
  24. 19 Oct, 2012 1 commit
  25. 24 Sep, 2012 1 commit
  26. 03 Jul, 2012 1 commit
  27. 11 May, 2012 1 commit
  28. 05 Aug, 2011 1 commit
  29. 18 Jul, 2011 2 commits
  30. 21 Mar, 2011 1 commit
  31. 16 Mar, 2011 1 commit
  32. 10 Jan, 2011 1 commit
    • ricow@chromium.org's avatar
      Enable sharding of individual testsuites in tools/test.py · b4ea8c7f
      ricow@chromium.org authored
      This patch enables two new flags for the tools/test.py script;
      --shard-count - giving the ability to split the tests to be run
      into shard-count chunks.
      --shard-run - giving the ability to specify which of the shards to actually run.
      
      Example
        tools/test.py -j15 --shard-count=2 --shard-run=1 mozilla
      would split the mozilla tests into two chunks and run the tests in the first chunk
      
      Running:
        tools/test.py -j15 --shard-count=2 --shard-run=1 mozilla
        tools/test.py -j15 --shard-count=2 --shard-run=2 mozilla
      is equivalent (in terms of test coverage) of just running:
        tools/test.py -j15 mozilla
      
      In addition, tests are now sorted before they are returned from the
      test specific ListTests methods (sputnik and mozilla tests where
      already sorted before they where returned).
      
      This change is needed to split a single test suite over two slaves on
      the waterfall.
      
      
      Review URL: http://codereview.chromium.org/6127003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6248 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      b4ea8c7f
  33. 24 Aug, 2010 1 commit