index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
tools
/
layout_tests
/
run_webkit_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix code that gets the Chrome SVN revision to pass in a path.
ojan@chromium.org
2009-09-17
1
-1
/
+1
*
Add time and webkit/chrome svn revisions to the JSON output for
ojan@google.com
2009-09-14
1
-1
/
+1
*
Write layout test output to chunk dir to enable a purify dashboard to be poss...
erikkay@chromium.org
2009-09-11
1
-3
/
+12
*
Rebaseline tool update
victorw@chromium.org
2009-09-03
1
-3
/
+3
*
Skip running layout tests contained in 'script-tests' directories too.
michaeln@google.com
2009-09-03
1
-1
/
+1
*
Make paths in JSON all be unix-style. This is done here instead of
ojan@google.com
2009-08-25
1
-0
/
+3
*
Recommit r24120 with a try-catch around the JSON parsing. The JSON files
ojan@google.com
2009-08-24
1
-8
/
+5
*
Reverting 24120.
ojan@google.com
2009-08-24
1
-5
/
+8
*
Use simplejson for encoding to JSON.
ojan@google.com
2009-08-24
1
-8
/
+5
*
Try change 23924 again - refactor layout_package.path_utils and
dpranke@google.com
2009-08-21
1
-45
/
+24
*
Reverting 23924 - several builds broke
dpranke@google.com
2009-08-21
1
-24
/
+46
*
Refactor layout test scripts to clean up platform name handling.
dpranke@google.com
2009-08-21
1
-46
/
+24
*
Make the paths in the layout test dashboard point to the actual JSON
ojan@google.com
2009-08-20
1
-3
/
+2
*
Changes the run_webkit_tests script to really use the --builder_name and --bu...
gwilson@google.com
2009-08-18
1
-3
/
+2
*
fix --lint-test-files
dpranke@google.com
2009-08-14
1
-1
/
+1
*
Add new args in preparation of added ways to generate
nsylvain@chromium.org
2009-08-12
1
-0
/
+7
*
Add code to enable chromium-win-vista platform for vista-specific diffs.
dpranke@google.com
2009-08-12
1
-6
/
+3
*
Add a --find-baselines option to run_webkit_tests.
dpranke@google.com
2009-08-12
1
-0
/
+19
*
Fix minor bug - start layout_test_helper before checking sys deps
dpranke@google.com
2009-08-06
1
-14
/
+14
*
First stab at a layout tests flakiness/speed dashboard.
ojan@chromium.org
2009-08-05
1
-0
/
+32
*
Add layout_test_helper on windows - clean up path resolution for helper
dpranke@google.com
2009-08-04
1
-6
/
+4
*
revert the changes in 22303, 22307 for now until I can figure out why
dpranke@google.com
2009-08-03
1
-4
/
+6
*
add layout_test_helper on windows
dpranke@google.com
2009-08-03
1
-6
/
+4
*
Rolling back 22185.
bradnelson@chromium.org
2009-07-31
1
-3
/
+5
*
add layout_test_helper on windows
dpranke@google.com
2009-07-31
1
-5
/
+3
*
Fix lingering thinko
dkegel@google.com
2009-07-16
1
-1
/
+1
*
Fix mistakes in #! lines on python scripts.
dkegel@google.com
2009-07-16
1
-1
/
+1
*
Fix run webkit tests empty path issue with new LayoutTests directory
victorw@chromium.org
2009-07-14
1
-2
/
+7
*
Allow layout tests to be located both in src/webkit/data/layout_tests and thi...
victorw@chromium.org
2009-06-30
1
-4
/
+5
*
make the color profile manage work with multiple test shells
thomasvl@chromium.org
2009-06-25
1
-2
/
+28
*
Fix printing of expectations in the generated HTML when running
ojan@chromium.org
2009-04-18
1
-3
/
+3
*
Only dump image results if the hashes don't match.
ojan@google.com
2009-04-17
1
-2
/
+14
*
Add concept of slow tests. Only mark one test as slow for now. After checkin,...
ojan@google.com
2009-04-16
1
-43
/
+118
*
Add non-fatal errors to parsing the expectations file and make lacking a bug ...
ojan@google.com
2009-04-14
1
-1
/
+2
*
Print median, mean and std_deviation for test running times.
ojan@google.com
2009-04-13
1
-16
/
+60
*
Turn on parallel webkit tests for debug mode.
ojan@google.com
2009-04-09
1
-19
/
+14
*
Print times for individual tests that take longer than 1 second to run.
ojan@google.com
2009-04-08
1
-2
/
+22
*
Use cpus instead of cpus+1 for webkit tests.
ojan@google.com
2009-04-08
1
-3
/
+2
*
Increase default timeout for webkit tests to 20seconds.
ojan@google.com
2009-04-08
1
-2
/
+12
*
Fix sorting of test lists.
ojan@google.com
2009-04-07
1
-1
/
+1
*
Don't throw an error if no http tests are run! TBR.
ojan@chromium.org
2009-04-07
1
-1
/
+3
*
Ensure that the http tests are always run first since they
ojan@chromium.org
2009-04-07
1
-1
/
+10
*
Turn on running tests in parallel for release builds.
ojan@google.com
2009-04-07
1
-1
/
+1
*
Make run_webkit_tests understand OS version-specific results.
jeremy@chromium.org
2009-04-06
1
-5
/
+15
*
Fix another separator problem with windows path handling.
ojan@google.com
2009-04-06
1
-2
/
+2
*
Use split instead of os.path.split.
ojan@google.com
2009-04-06
1
-2
/
+2
*
Chunk layout tests by top-level directory and run the directories
ojan@google.com
2009-04-06
1
-50
/
+143
*
Revert "Add back in the chunking of tests by directory and include the test"
ojan@google.com
2009-04-06
1
-145
/
+50
*
Fix test running break. TBR.
ojan@google.com
2009-04-06
1
-3
/
+5
*
Add back in the chunking of tests by directory and include the test
ojan@google.com
2009-04-06
1
-50
/
+143
[next]