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
/
tools
/
isolate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding sharding support to fix_test_cases.py
csharp@chromium.org
2012-08-23
3
-68
/
+110
*
Fix LogMan tracer to work correctly when process ids are reused.
maruel@chromium.org
2012-08-22
1
-2
/
+2
*
Improve run_test_from_archive_smoke_test.py
maruel@chromium.org
2012-08-22
2
-36
/
+47
*
Make xvfb.py error easier to understand when xvfb or icewm are not installed.
maruel@chromium.org
2012-08-22
3
-2
/
+13
*
Handle TOUCHED Collisions With TRACKED or UNTRACKED
csharp@chromium.org
2012-08-21
4
-2
/
+71
*
Remove Retrying Failed Tests.
csharp@chromium.org
2012-08-20
2
-36
/
+9
*
Repeat Failed Tests in Serial
csharp@chromium.org
2012-08-16
2
-21
/
+99
*
Get run_test_cases.py to fail if it fails to get the list of tests it should ...
csharp@chromium.org
2012-08-14
3
-1
/
+46
*
run_test_cases.py: Enable use of RUN_TEST_CASES_RESULT_FILE as environment va...
maruel@chromium.org
2012-08-10
3
-17
/
+108
*
Add --gtest_filter support to run_test_cases.py.
maruel@chromium.org
2012-07-26
2
-4
/
+37
*
Set Execution bit on gtest_fake_pass.py
csharp@chromium.org
2012-07-25
1
-0
/
+0
*
Run_test_case.py now returns 1 when at least 1 test fails.
csharp@chromium.org
2012-07-25
6
-62
/
+165
*
Style nit.
maruel@chromium.org
2012-07-25
1
-1
/
+0
*
Fix run_test_cases.py to look for gtest test case header.
maruel@chromium.org
2012-07-22
1
-4
/
+3
*
Shards, when printed, are 1-based.
maruel@chromium.org
2012-07-22
1
-1
/
+1
*
Make sure no side-effect happens due to environment variables.
maruel@chromium.org
2012-07-21
2
-3
/
+11
*
isolate: Use a temporary directory on the same file system than root_dir.
maruel@chromium.org
2012-07-21
2
-10
/
+13
*
run_test_case: Fix sharding for browser_tests.
maruel@chromium.org
2012-07-21
1
-13
/
+30
*
run_test_cases: Add header for swarm to realize the log is valid.
maruel@chromium.org
2012-07-20
1
-0
/
+4
*
Fix exception on OSX 10.6 due to incomplete multiprocessing implementation.
maruel@chromium.org
2012-07-20
1
-3
/
+17
*
run_test_cases: Cleaner, deterministic output.
maruel@chromium.org
2012-07-20
4
-88
/
+111
*
run_test_from_archive: Limit the number of items in the cache.
maruel@chromium.org
2012-07-20
1
-6
/
+24
*
run_test_from_archive: Save a more compact json file.
maruel@chromium.org
2012-07-20
1
-1
/
+1
*
run_test_cases: Redirect stderr too. Improve output. Set default timeout to 1...
maruel@chromium.org
2012-07-19
1
-4
/
+6
*
Add shard support to run_test_cases.py. Remove get_test_cases() duplicate.
maruel@chromium.org
2012-07-19
2
-54
/
+71
*
Merge worker_pool into run_test_cases.
maruel@chromium.org
2012-07-19
6
-195
/
+172
*
Remove the dependence on trace_inputs from run_test_cases.
maruel@chromium.org
2012-07-19
1
-2
/
+3
*
Merge list_test_cases into run_test_cases.
maruel@chromium.org
2012-07-19
6
-149
/
+141
*
Stop using depot_tools/subprocess2.py and implement our timeout support ourself.
maruel@chromium.org
2012-07-19
3
-22
/
+218
*
Add fix_test_cases.py.
maruel@chromium.org
2012-07-19
1
-0
/
+142
*
Prepend "strace_" to process_quoted_argument to make it clear it's strace-spe...
maruel@chromium.org
2012-07-18
2
-15
/
+15
*
isolate.py: Rework hashtable command to reuse recreate_tree() function.
maruel@chromium.org
2012-07-17
1
-38
/
+41
*
If 'isolate.py hashtable' fails, delete the .results file.
maruel@chromium.org
2012-07-17
1
-41
/
+52
*
run_tests_from_archive.py: Throw a proper error on missing input file.
maruel@chromium.org
2012-07-17
1
-0
/
+2
*
trace_inputs.py: support more flags to access() on strace
maruel@chromium.org
2012-07-16
1
-1
/
+4
*
trace_inputs.py: Fix blacklisting on OSX and Windows.
maruel@chromium.org
2012-07-16
1
-11
/
+31
*
trace_inputs.py: Make the process map and process tree explicit.
maruel@chromium.org
2012-07-16
1
-84
/
+87
*
isolate.py: fix an error that occured only with 'touched_only' files in hasht...
maruel@chromium.org
2012-07-13
2
-5
/
+5
*
Add strace event handling for: creat, link, unlink, mkdir, rmdir, statfs.
maruel@chromium.org
2012-07-13
1
-71
/
+92
*
Make sure to clean the traces before tracing again.
maruel@chromium.org
2012-07-13
1
-0
/
+1
*
Fix --hash usage for run_test_from_archive.py.
maruel@chromium.org
2012-07-12
1
-4
/
+3
*
Add touched-only file support in isolate.py.
maruel@chromium.org
2012-07-12
9
-64
/
+282
*
Call os.readlink() at level STATS_ONLY and be more resistent to misuse.
maruel@chromium.org
2012-07-12
2
-17
/
+26
*
Make a better error message when the manifest is not readable.
maruel@chromium.org
2012-07-12
1
-1
/
+7
*
Add touch-only detection for strace API implementation.
maruel@chromium.org
2012-07-11
2
-13
/
+64
*
Redundant docstrings are redundant. Reduce redundancy.
maruel@chromium.org
2012-07-11
1
-4
/
+1
*
Initial refactoring to eventually support touch-only access.
maruel@chromium.org
2012-07-11
4
-33
/
+114
*
get_native_path_case() now preserves the trailing os.sep.path and work with n...
maruel@chromium.org
2012-07-11
4
-28
/
+86
*
Refactor common code between Results.File and Result.Directory into Results._...
maruel@chromium.org
2012-07-06
1
-37
/
+55
*
Remove default argument to Results.File() to ease refactoring.
maruel@chromium.org
2012-07-06
1
-2
/
+2
[next]