| Commit message (Expand) | Author | Age | Files | Lines |
* | By popular (?) demand, add some more options for different styles of output. | dpranke@google.com | 2009-12-15 | 1 | -13/+14 |
* | Fix bug 30408, 30380 | dpranke@google.com | 2009-12-15 | 1 | -3/+3 |
* | Updates the layout test formatter to match the current output from the layout... | gwilson@google.com | 2009-12-15 | 1 | -2/+7 |
* | Add a bit of error handling to web server shutdown. | mmoss@google.com | 2009-12-12 | 2 | -3/+14 |
* | Fix one-character typo in docstring comment | dpranke@google.com | 2009-12-11 | 1 | -1/+1 |
* | Logging cleanup for run_webkit_tests. This significantly revises the output | dpranke@google.com | 2009-12-11 | 2 | -6/+78 |
* | Don't force kill apache, and use the Apache-supplied PID for web server cleanup. | mmoss@google.com | 2009-12-10 | 6 | -23/+36 |
* | Re-revert r34098, r34101 (revert 34103). From the original change: | dpranke@google.com | 2009-12-10 | 1 | -12/+38 |
* | Add a bit more logging in the hopes of identifying what's going wrong | ojan@chromium.org | 2009-12-10 | 2 | -1/+5 |
* | It turns out that turning on max-workers (likely) made http tests | ojan@chromium.org | 2009-12-10 | 1 | -6/+1 |
* | 1. Shard the http tests on the mac. | ojan@chromium.org | 2009-12-09 | 3 | -0/+19 |
* | Revert r34101, r34085 until I can test more ... | dpranke@google.com | 2009-12-08 | 1 | -62/+21 |
* | fix typo in import | dpranke@google.com | 2009-12-08 | 1 | -1/+1 |
* | Modify the test_expectations module so it can still build up a set | dpranke@google.com | 2009-12-08 | 1 | -21/+62 |
* | Try running apache for linux layout tests. Hopefully this will reduce http | ojan@chromium.org | 2009-12-08 | 4 | -11/+54 |
* | Fix line number references in test_expectations.py | dpranke@google.com | 2009-12-08 | 1 | -5/+8 |
* | Take three at enabling max-workers for Lighttpd. The UI bots don't | ojan@chromium.org | 2009-12-08 | 5 | -53/+64 |
* | Revert 33975 - Take two at enabling maxworkers for lighttpd. Use SIGKILL instead | cpu@chromium.org | 2009-12-07 | 5 | -62/+53 |
* | Take two at enabling max-workers for lighttpd. Use SIGKILL instead | ojan@chromium.org | 2009-12-07 | 5 | -53/+62 |
* | Fix FIXABLE_COUNT in the json results to include skipped files. | dpranke@google.com | 2009-12-05 | 1 | -2/+4 |
* | Fix stats in json results - add back ALL_FIXABLE_COUNT as the number of | dpranke@google.com | 2009-12-05 | 1 | -3/+9 |
* | Revert 33757 - Use multiple workers with lighttpd. Hopefully this will reduce | vandebo@google.com | 2009-12-04 | 1 | -7/+2 |
* | Use multiple workers with lighttpd. Hopefully this will reduce | ojan@chromium.org | 2009-12-04 | 1 | -2/+7 |
* | Fix the rebaselining tool - check to make sure that we actually were passed | dpranke@google.com | 2009-12-03 | 1 | -3/+4 |
* | Fixes the layout test formatter to properly detect new form of the layout tes... | gwilson@google.com | 2009-12-03 | 1 | -1/+1 |
* | Un-revert r33715 (i.e., re-apply r33709 and r33640), we think the failures were | dpranke@google.com | 2009-12-03 | 6 | -729/+215 |
* | Rollback r33709, r33640 until we can figure out why the output is getting | dpranke@google.com | 2009-12-03 | 6 | -215/+729 |
* | Shard the fast and http directories on the V8-latest webkit bots. | ojan@chromium.org | 2009-12-03 | 1 | -2/+2 |
* | Modify run_webkit_tests to process results incrementally as they happen, instead | dpranke@google.com | 2009-12-03 | 1 | -10/+6 |
* | Clean up the statistics reported by run_webkit_tests to be easier to follow. | dpranke@google.com | 2009-12-03 | 5 | -719/+209 |
* | Change the kill commands on the mac to be silent when there's nothing to kill. | dpranke@google.com | 2009-12-03 | 1 | -2/+6 |
* | Remove sleep() call that is no longer needed. | dpranke@google.com | 2009-12-03 | 1 | -2/+0 |
* | Add configurations to provide behavior from htaccess files for appcache layou... | jennb@chromium.org | 2009-12-01 | 1 | -1/+14 |
* | Refactor websocket_server.py for ui_tests | ukai@chromium.org | 2009-11-30 | 1 | -13/+61 |
* | Modify the websocket server code to log to the results dir rather than stdout/ | dpranke@google.com | 2009-11-29 | 1 | -3/+11 |
* | Make pywebsocket log to a file. | yuzo@chromium.org | 2009-11-27 | 1 | -3/+1 |
* | Use the pywebsocket copy contained in WebKit rather than fetching Chromium's | yuzo@chromium.org | 2009-11-27 | 1 | -2/+7 |
* | Fix runtime error in http_server.py. | yutak@chromium.org | 2009-11-26 | 1 | -2/+2 |
* | Use apache on the Mac on V8-Latest builders as an experiment | ojan@chromium.org | 2009-11-25 | 2 | -0/+145 |
* | Revert 32911 - Modify websocket server code to write to logs in the results d... | tim@chromium.org | 2009-11-24 | 1 | -13/+3 |
* | Modify websocket server code to write to logs in the results dir instead of | dpranke@google.com | 2009-11-24 | 1 | -3/+13 |
* | Retry failing tests. Keeps the original list of failing tests for | ojan@chromium.org | 2009-11-19 | 3 | -80/+107 |
* | Tweak logging in http_server and websocket to only log at the debug level. | dpranke@google.com | 2009-11-18 | 2 | -4/+4 |
* | Fix joining of expectaitions to retain spaces and uppercase. | ojan@chromium.org | 2009-11-17 | 1 | -2/+2 |
* | Add a script to semi-automatically update test_expectations.txt from | ojan@chromium.org | 2009-11-17 | 1 | -51/+67 |
* | Fix websocket tests to run. | ukai@chromium.org | 2009-11-16 | 1 | -1/+8 |
* | Make a .bat file to start the layout test http_server on windows. | michaeln@google.com | 2009-11-12 | 1 | -0/+1 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Update various routines to look for IMAGE, IMAGE+TEXT, and TEXT as well as FAIL. | dpranke@google.com | 2009-11-11 | 1 | -9/+24 |
* | Modify rebaselining tool to also rebaseline IMAGE, IMAGE+TEXT, and TEXT | dpranke@google.com | 2009-11-06 | 1 | -1/+4 |