summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/run_webkit_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix code that gets the Chrome SVN revision to pass in a path.ojan@chromium.org2009-09-171-1/+1
* Add time and webkit/chrome svn revisions to the JSON output for ojan@google.com2009-09-141-1/+1
* Write layout test output to chunk dir to enable a purify dashboard to be poss...erikkay@chromium.org2009-09-111-3/+12
* Rebaseline tool updatevictorw@chromium.org2009-09-031-3/+3
* Skip running layout tests contained in 'script-tests' directories too.michaeln@google.com2009-09-031-1/+1
* Make paths in JSON all be unix-style. This is done here instead ofojan@google.com2009-08-251-0/+3
* Recommit r24120 with a try-catch around the JSON parsing. The JSON filesojan@google.com2009-08-241-8/+5
* Reverting 24120.ojan@google.com2009-08-241-5/+8
* Use simplejson for encoding to JSON.ojan@google.com2009-08-241-8/+5
* Try change 23924 again - refactor layout_package.path_utils and dpranke@google.com2009-08-211-45/+24
* Reverting 23924 - several builds brokedpranke@google.com2009-08-211-24/+46
* Refactor layout test scripts to clean up platform name handling.dpranke@google.com2009-08-211-46/+24
* Make the paths in the layout test dashboard point to the actual JSONojan@google.com2009-08-201-3/+2
* Changes the run_webkit_tests script to really use the --builder_name and --bu...gwilson@google.com2009-08-181-3/+2
* fix --lint-test-filesdpranke@google.com2009-08-141-1/+1
* Add new args in preparation of added ways to generatensylvain@chromium.org2009-08-121-0/+7
* Add code to enable chromium-win-vista platform for vista-specific diffs.dpranke@google.com2009-08-121-6/+3
* Add a --find-baselines option to run_webkit_tests.dpranke@google.com2009-08-121-0/+19
* Fix minor bug - start layout_test_helper before checking sys depsdpranke@google.com2009-08-061-14/+14
* First stab at a layout tests flakiness/speed dashboard.ojan@chromium.org2009-08-051-0/+32
* Add layout_test_helper on windows - clean up path resolution for helperdpranke@google.com2009-08-041-6/+4
* revert the changes in 22303, 22307 for now until I can figure out whydpranke@google.com2009-08-031-4/+6
* add layout_test_helper on windowsdpranke@google.com2009-08-031-6/+4
* Rolling back 22185.bradnelson@chromium.org2009-07-311-3/+5
* add layout_test_helper on windowsdpranke@google.com2009-07-311-5/+3
* Fix lingering thinko dkegel@google.com2009-07-161-1/+1
* Fix mistakes in #! lines on python scripts.dkegel@google.com2009-07-161-1/+1
* Fix run webkit tests empty path issue with new LayoutTests directoryvictorw@chromium.org2009-07-141-2/+7
* Allow layout tests to be located both in src/webkit/data/layout_tests and thi...victorw@chromium.org2009-06-301-4/+5
* make the color profile manage work with multiple test shellsthomasvl@chromium.org2009-06-251-2/+28
* Fix printing of expectations in the generated HTML when runningojan@chromium.org2009-04-181-3/+3
* Only dump image results if the hashes don't match.ojan@google.com2009-04-171-2/+14
* Add concept of slow tests. Only mark one test as slow for now. After checkin,...ojan@google.com2009-04-161-43/+118
* Add non-fatal errors to parsing the expectations file and make lacking a bug ...ojan@google.com2009-04-141-1/+2
* Print median, mean and std_deviation for test running times.ojan@google.com2009-04-131-16/+60
* Turn on parallel webkit tests for debug mode.ojan@google.com2009-04-091-19/+14
* Print times for individual tests that take longer than 1 second to run.ojan@google.com2009-04-081-2/+22
* Use cpus instead of cpus+1 for webkit tests.ojan@google.com2009-04-081-3/+2
* Increase default timeout for webkit tests to 20seconds.ojan@google.com2009-04-081-2/+12
* Fix sorting of test lists.ojan@google.com2009-04-071-1/+1
* Don't throw an error if no http tests are run! TBR.ojan@chromium.org2009-04-071-1/+3
* Ensure that the http tests are always run first since theyojan@chromium.org2009-04-071-1/+10
* Turn on running tests in parallel for release builds.ojan@google.com2009-04-071-1/+1
* Make run_webkit_tests understand OS version-specific results.jeremy@chromium.org2009-04-061-5/+15
* Fix another separator problem with windows path handling.ojan@google.com2009-04-061-2/+2
* Use split instead of os.path.split.ojan@google.com2009-04-061-2/+2
* Chunk layout tests by top-level directory and run the directoriesojan@google.com2009-04-061-50/+143
* Revert "Add back in the chunking of tests by directory and include the test"ojan@google.com2009-04-061-145/+50
* Fix test running break. TBR.ojan@google.com2009-04-061-3/+5
* Add back in the chunking of tests by directory and include the testojan@google.com2009-04-061-50/+143