1. 89b90e15 Rename WebKitTools->Tools. by [email protected] · 15 years ago
  2. e5af84b Fix python run_webkit_tests wrapper script to work correctly regardless of by [email protected] · 15 years ago
  3. fa34b5a Allow cygwin users to run run_webkit_tests.py. by [email protected] · 15 years ago
  4. ad95192 Remove run_webkit_tests dependency on third_party\python_24. by [email protected] · 15 years ago
  5. 596e07d change exit() to sys.exit() in run_webkit_tests wrapper by [email protected] · 15 years ago
  6. d386d88 fix exit status by [email protected] · 15 years ago
  7. 4ecbeba6 Flip the run_webkit_tests scripts to use the upstream versions of the test by [email protected] · 15 years ago
  8. 63d04b0 Revert 40679 - Flip the run_webkit_tests scripts to use the upstream versions of the test by [email protected] · 15 years ago
  9. 2b53fc56 Flip the run_webkit_tests scripts to use the upstream versions of the test by [email protected] · 15 years ago
  10. 9d15e38 Move the layout_tests scripts into a webkitpy/layout_tests subdir to by [email protected] · 16 years ago
  11. 67fbad1 Revert 36739 - Move the layout test scripts into a 'webkitpy' subdirectory in preparation by [email protected] · 16 years ago
  12. a5831ecb Move the layout test scripts into a 'webkitpy' subdirectory in preparation by [email protected] · 16 years ago
  13. 0b22e83 Reindent all the code to 4-space tabs to prepare for upstreaming and conversion by [email protected] · 16 years ago
  14. e22df60d Refactor layout test scripts to get the dashboard work for other types by [email protected] · 16 years ago
  15. a398cf62 Strip one more LayoutTests prefix. This didn't affect much really. by [email protected] · 16 years ago
  16. 293fcfef Get rid of the concept of shardable directories. Just shard everything by [email protected] · 16 years ago
  17. 6798ffa Remove remaining layout tests under src/webkit/data/layout_tests. All by [email protected] · 16 years ago
  18. 272cfa02 Fix some expectations for tests in the chrome and pending directories: by [email protected] · 16 years ago
  19. b8f0ba2 Modify run_webkit_tests to run in a single thread when num-test-shells==1. by [email protected] · 16 years ago
  20. e9486fc5 Shard the editing tests. Now that the http tests have moved by [email protected] · 16 years ago
  21. aa7abac By popular (?) demand, add some more options for different styles of output. by [email protected] · 16 years ago
  22. 0039dfb Fix bug 30408, 30380 by [email protected] · 16 years ago
  23. ab068b59 Shard the loader directory. Should eek out ~20-40 more seconds on by [email protected] · 16 years ago
  24. 600713a7 Shard the http tests on linux as well. They seem to be just by [email protected] · 16 years ago
  25. 851339da Remove the 'score.txt' file that run_webkit_tests writes to the results dir. by [email protected] · 16 years ago
  26. 58b8903 Logging cleanup for run_webkit_tests. This significantly revises the output by [email protected] · 16 years ago
  27. 8a0590e It turns out that turning on max-workers (likely) made http tests by [email protected] · 16 years ago
  28. 2ce33b3 Update run_webkit_tests to generate an 'unexpected_results.json' file in the by [email protected] · 16 years ago
  29. 01ed87da 1. Shard the http tests on the mac. by [email protected] · 16 years ago
  30. 035768f Try running apache for linux layout tests. Hopefully this will reduce http by [email protected] · 16 years ago
  31. ce5ae29 Take three at enabling max-workers for Lighttpd. The UI bots don't by [email protected] · 16 years ago
  32. ed8e24a6 Revert 33975 - Take two at enabling maxworkers for lighttpd. Use SIGKILL instead by [email protected] · 16 years ago
  33. b0db5f25 Take two at enabling max-workers for lighttpd. Use SIGKILL instead by [email protected] · 16 years ago
  34. dc17bd1d Handle the case where there are no skipped files properly. by [email protected] · 16 years ago
  35. 8eb9e11 Modify run_webkit_tests to not retry crashes, and to always consider them by [email protected] · 16 years ago
  36. 8024f41 Actually, it looks like this causes flakiness on the Windows by [email protected] · 16 years ago
  37. f8c7266 Shard the svg directories as well. This should buy another ~20 seconds by [email protected] · 16 years ago
  38. 93ef176c Revise run_webkit_test.PrepareListsAndPrintOutput() to keep accurate counts by [email protected] · 16 years ago
  39. af51c4ce Revert 33757 - Use multiple workers with lighttpd. Hopefully this will reduce by [email protected] · 16 years ago
  40. 9585250 Use multiple workers with lighttpd. Hopefully this will reduce by [email protected] · 16 years ago
  41. 265d542 Actually, this looks to be pretty stable on the V8-latest builders. by [email protected] · 16 years ago
  42. 608faec Un-revert r33715 (i.e., re-apply r33709 and r33640), we think the failures were by [email protected] · 16 years ago
  43. dc65679 Rollback r33709, r33640 until we can figure out why the output is getting by [email protected] · 16 years ago
  44. c3196c5a Shard the fast and http directories on the V8-latest webkit bots. by [email protected] · 16 years ago
  45. a082673 Modify run_webkit_tests to process results incrementally as they happen, instead by [email protected] · 16 years ago
  46. e224578e Clean up the statistics reported by run_webkit_tests to be easier to follow. by [email protected] · 16 years ago
  47. c061019 Use Apache for all Mac builders. The Mac V8-latest builder has been by [email protected] · 16 years ago
  48. d54523f Use apache on the Mac on V8-Latest builders as an experiment by [email protected] · 16 years ago
  49. 3280913 Move the starting of the websocket server next to the starting of the by [email protected] · 16 years ago
  50. 5346ddb3 Only retry unexpected failures once. Really the retry functionality by [email protected] · 16 years ago
  51. 5abbf4a Retry failing tests. Keeps the original list of failing tests for by [email protected] · 16 years ago
  52. e0aaf6e Fix websocket tests to run. by [email protected] · 16 years ago
  53. 15d7d60c Clobber layout test results at the beginning of each run. by [email protected] · 16 years ago
  54. b321898 Rename a variable to avoid shadowing. by [email protected] · 16 years ago
  55. 36cd42f Start/stop Web Socket Secure server if necessary. by [email protected] · 16 years ago
  56. 1f50182 Change run_webkit_tests.py to start up/shut down pywebsocket server if needed. by [email protected] · 16 years ago
  57. 99fcffb 1. Removing doubbling the timeout for tests that run in parallel. by [email protected] · 16 years ago
  58. 681d3b6b Fix rebaseline tool that I just broke by testing properly for by [email protected] · 16 years ago
  59. 9bc32f3 Stop computing simplified diffs. For now, leave the old by [email protected] · 16 years ago
  60. 4b19699 Fix --new-baseline to honor the --platform flag. by [email protected] · 16 years ago
  61. 90591f0 Distinguish between different types of failures in the JSON by [email protected] · 16 years ago
  62. f9ea28a Tweak the layout_test driver scripts to shard the tests completely and then by [email protected] · 16 years ago
  63. 19405fdf Re-submit CL 27576 w/ fix by [email protected] · 16 years ago
  64. 7ffeef8 Revert 27576 by [email protected] · 16 years ago
  65. d38c8cb Refactor run_webkit_tests a bit so we can extract the list of test files by [email protected] · 16 years ago
  66. 1109fb0 A couple fixes to layout test scripts: by [email protected] · 16 years ago
  67. 7cb331a9 When the results.json file is not locally available, grab it by [email protected] · 16 years ago
  68. 094a971 Include skipped tests statistics when running sharded tests. by [email protected] · 16 years ago
  69. d170a1a3 Fix the numbers we get for the aggregate statistics dashboard. by [email protected] · 16 years ago
  70. d594b4a Add back in the "tests we want to pass for the current release" section by [email protected] · 16 years ago
  71. ffac8724 Make sure layout tests can run in a freshly-clobbered tree. This looks like it by [email protected] · 16 years ago
  72. d1d052e Insert summary results to the JSON. These are the same results spit to stdout at the by [email protected] · 16 years ago
  73. 6e7b2d38 print out the tests that were run into tests_run.txt for easier postprocessing by [email protected] · 16 years ago
  74. 75b63322 Fix code that gets the Chrome SVN revision to pass in a path. by [email protected] · 16 years ago
  75. 88d92fb Add time and webkit/chrome svn revisions to the JSON output for by [email protected] · 16 years ago
  76. f4abbdf Write layout test output to chunk dir to enable a purify dashboard to be possible. (it can now see which tests were run each chunk) by [email protected] · 16 years ago
  77. c0c9717e Rebaseline tool update by [email protected] · 16 years ago
  78. e81b374 Skip running layout tests contained in 'script-tests' directories too. by [email protected] · 16 years ago
  79. 9fe24ec Make paths in JSON all be unix-style. This is done here instead of by [email protected] · 16 years ago
  80. ca79c59 Recommit r24120 with a try-catch around the JSON parsing. The JSON files by [email protected] · 16 years ago
  81. f93d5507 Reverting 24120. Review URL: http://codereview.chromium.org/173280 by [email protected] · 16 years ago
  82. 2c5f3ea Use simplejson for encoding to JSON. by [email protected] · 16 years ago
  83. 77c2af2 Try change 23924 again - refactor layout_package.path_utils and by [email protected] · 16 years ago
  84. 2112999 Reverting 23924 - several builds broke by [email protected] · 16 years ago
  85. 26be478 Refactor layout test scripts to clean up platform name handling. by [email protected] · 16 years ago
  86. 4e96f29 Make the paths in the layout test dashboard point to the actual JSON by [email protected] · 16 years ago
  87. f348b92 Changes the run_webkit_tests script to really use the --builder_name and --build_number parameters to generate the layout test dashboard data. by [email protected] · 16 years ago
  88. 1c4d838f fix --lint-test-files by [email protected] · 16 years ago
  89. 4013dfb0 Add new args in preparation of added ways to generate by [email protected] · 16 years ago
  90. 95853f3 Add code to enable chromium-win-vista platform for vista-specific diffs. by [email protected] · 16 years ago
  91. 5d56ba00 Add a --find-baselines option to run_webkit_tests. by [email protected] · 16 years ago
  92. 894d0ee2 Fix minor bug - start layout_test_helper before checking sys deps by [email protected] · 16 years ago
  93. 7fa3194 First stab at a layout tests flakiness/speed dashboard. by [email protected] · 16 years ago
  94. 584adc2 Add layout_test_helper on windows - clean up path resolution for helper by [email protected] · 16 years ago
  95. ba10453 revert the changes in 22303, 22307 for now until I can figure out why by [email protected] · 16 years ago
  96. 2e25a9f add layout_test_helper on windows by [email protected] · 16 years ago
  97. 0170caa Rolling back 22185. by [email protected] · 16 years ago
  98. 6bbffad add layout_test_helper on windows by [email protected] · 16 years ago
  99. 3081d1c2 Fix lingering thinko by [email protected] · 16 years ago
  100. e9a5b8d Fix mistakes in #! lines on python scripts. by [email protected] · 16 years ago