1. 26 Jun, 2013 1 commit
  2. 26 Apr, 2013 1 commit
  3. 18 Apr, 2013 1 commit
  4. 09 Apr, 2013 1 commit
  5. 14 Jan, 2013 1 commit
  6. 27 Dec, 2012 1 commit
  7. 11 Dec, 2012 1 commit
  8. 24 Sep, 2012 1 commit
  9. 10 Aug, 2012 1 commit
  10. 19 Jul, 2012 1 commit
  11. 18 Jul, 2012 1 commit
  12. 11 Jun, 2012 1 commit
  13. 05 Dec, 2011 1 commit
  14. 22 Aug, 2011 1 commit
  15. 26 Jul, 2011 1 commit
  16. 11 Jul, 2011 1 commit
  17. 21 Mar, 2011 1 commit
  18. 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
  19. 07 Dec, 2010 3 commits
  20. 24 Aug, 2010 1 commit
  21. 04 Feb, 2010 1 commit
  22. 19 Aug, 2009 1 commit
  23. 14 Jul, 2009 1 commit
  24. 09 Jul, 2009 1 commit
  25. 25 Jun, 2009 2 commits
  26. 27 Mar, 2009 1 commit
  27. 05 Dec, 2008 1 commit
  28. 04 Dec, 2008 3 commits
  29. 21 Nov, 2008 1 commit
  30. 23 Oct, 2008 1 commit
  31. 26 Sep, 2008 1 commit