summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/run_webkit_tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 13070. Apparently this somehow caused failures onojan@chromium.org2009-04-031-50/+5
* Take number three at running tests in parallel for Windows-releaseojan@chromium.org2009-04-031-9/+5
* Shard running of webkit tests by directory. This will hopefullyojan@chromium.org2009-04-031-4/+49
* Stop running tests in parallel. There's stillojan@google.com2009-04-011-3/+4
* Making rushed build fixes are a bad idea! Myojan@google.com2009-04-011-2/+1
* Doh. Fix type error. TBR.ojan@google.com2009-04-011-2/+3
* Enable running webkit tests in parallel on Windows-Releaseojan@google.com2009-04-011-16/+26
* Add --force option to run all tests, even those marked SKIP. This will mostlypam@chromium.org2009-03-311-28/+25
* This reverts r12825.ojan@google.com2009-03-311-0/+1
* Turn on running webkit tests with multiple test_shells. I'll be surprised if ...ojan@google.com2009-03-311-1/+0
* Enable running webkit tests in parallel and make it useojan@google.com2009-03-301-2/+17
* By popular demand, mv test_lists/tests_fixable.txt to test_expectations.txt.ojan@google.com2009-03-251-12/+5
* Add a way to run only a fraction of the test.nsylvain@chromium.org2009-03-251-10/+44
* Add a WONTFIX modifier and move all the tests from tests_ignored.txtojan@google.com2009-03-211-16/+15
* When looking for the test shell binary in linux, try src/webkit/Hammertc@google.com2009-03-181-1/+1
* Fix _ValidateLists to work when running in linting mode.ojan@google.com2009-03-061-2/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-5/+5
* Add diagnostic information to help track down why the Purify layout testspam@chromium.org2009-02-221-0/+3
* Revise the condition that detects when the test shell exits on ctrl-c,sdoyon@chromium.org2009-02-171-2/+21
* Add support for --batch-size=N.thomasvl@chromium.org2009-01-221-0/+4
* Remove HttpTransactionWinHttp and the --winhttp command-linewtc@google.com2009-01-131-6/+0
* * Handle deferred tests while printing tests summary.kuchhal@chromium.org2009-01-071-6/+10
* Fix sorting of test list so Purify test slices are alphabetically consecutive.pamg@google.com2009-01-071-10/+20
* Readd the concept of deferring tests till a future release and defer all theojan@google.com2009-01-061-11/+31
* Fix syntax error. TBR to green tree.ojan@google.com2008-12-171-1/+5
* Make the linter just compare base paths instead of looking at all the files o...ojan@google.com2008-12-171-6/+13
* run_layout_tests.py mutated a set in a print function, causing very wrong out...erg@google.com2008-12-121-1/+1
* When I submitted my change last time, I missed that someone had modified the ...erikkay@google.com2008-12-101-3/+3
* Take two at a linter for the test list files. Apparentlyojan@google.com2008-12-101-47/+67
* Added --run-chunk argument which allows the caller to run a specific slice of...erikkay@google.com2008-12-101-1/+39