summaryrefslogtreecommitdiffstats
path: root/tools/isolate
Commit message (Expand)AuthorAgeFilesLines
* Fix --hash usage for run_test_from_archive.py.maruel@chromium.org2012-07-121-4/+3
* Add touched-only file support in isolate.py.maruel@chromium.org2012-07-129-64/+282
* Call os.readlink() at level STATS_ONLY and be more resistent to misuse.maruel@chromium.org2012-07-122-17/+26
* Make a better error message when the manifest is not readable.maruel@chromium.org2012-07-121-1/+7
* Add touch-only detection for strace API implementation.maruel@chromium.org2012-07-112-13/+64
* Redundant docstrings are redundant. Reduce redundancy.maruel@chromium.org2012-07-111-4/+1
* Initial refactoring to eventually support touch-only access.maruel@chromium.org2012-07-114-33/+114
* get_native_path_case() now preserves the trailing os.sep.path and work with n...maruel@chromium.org2012-07-114-28/+86
* Refactor common code between Results.File and Result.Directory into Results._...maruel@chromium.org2012-07-061-37/+55
* Remove default argument to Results.File() to ease refactoring.maruel@chromium.org2012-07-061-2/+2
* isolate.py: Make both run and trace accept extra arguments.maruel@chromium.org2012-07-061-16/+29
* Prints useful error message for invalid arguments to trace_test_cases.py.maruel@chromium.org2012-07-062-4/+19
* Make isolate.py succeed even if the .results to be archived already exist.maruel@chromium.org2012-07-061-3/+10
* Fix isolate_file variable more consistently in isolate.py.maruel@chromium.org2012-07-062-5/+13
* Normalize saved_state.isolate_file and complete_state.root_dir to reduce prob...maruel@chromium.org2012-07-062-9/+12
* Improve error messages in trace_inputs.py.maruel@chromium.org2012-07-052-7/+13
* Add command 'merge' to isolate.py. Fix merge with symlinks.maruel@chromium.org2012-07-055-48/+148
* Fix symlinked file handling.maruel@chromium.org2012-07-051-3/+3
* Fix windows by not looking for symlinks.maruel@chromium.org2012-07-051-26/+27
* Fix symlink handling and add more smoke tests.maruel@chromium.org2012-07-055-65/+219
* Add more asserts and logging statement.maruel@chromium.org2012-07-051-1/+25
* Fix variables on Windows.maruel@chromium.org2012-07-051-1/+2
* Normalize cwd and call fix_python_path() in mode == trace.maruel@chromium.org2012-07-051-12/+9
* Improve dtrace execve() parsing to support quotes and reenable execve tracing.maruel@chromium.org2012-07-043-18/+80
* Add fix_python_path() to trace_child_process.py.maruel@chromium.org2012-07-041-1/+11
* Set Proper filepath in remove_lru_filecsharp@chromium.org2012-07-041-3/+5
* Fix isolate variable handling to happen after root path rebasing.maruel@chromium.org2012-07-031-3/+9
* Fix trace_inputs.py strace parsing on clone() failure.maruel@chromium.org2012-07-031-1/+2
* Fix all tools/isolate tests to work on Windows.maruel@chromium.org2012-07-034-132/+148
* Fix exception handling.maruel@chromium.org2012-07-032-1/+4
* Add functionality to only specify the hash of the result file (manifest) to loadmaruel@chromium.org2012-07-033-14/+284
* Add a simple script to run a shard inside a google-test executable.maruel@chromium.org2012-07-031-0/+49
* Fix compile errors with cache logging in run_test_from_archive.pycsharp@chromium.org2012-06-291-4/+4
* Fix run_test_from_archive.py cache logging to include triming that occurs dur...csharp@chromium.org2012-06-291-8/+5
* Add profiling data to the cache in run_test_from_archive.pycsharp@chromium.org2012-06-291-64/+86
* Fix gramar errors in trace_inputs.py.maruel@chromium.org2012-06-281-2/+2
* Log run_test_from_archive profile data to info.csharp@chromium.org2012-06-281-2/+2
* Add subdirectory smoke test and fix subdirectory handling when handling a sym...maruel@chromium.org2012-06-275-27/+40
* Rename run_test_cases_test.py -> run_test_cases_smoke_test.py since it's a sm...maruel@chromium.org2012-06-271-0/+0
* Style improvement to isolate_test.pymaruel@chromium.org2012-06-271-5/+14
* Add symlink support to isolate.py along with smoke tests.maruel@chromium.org2012-06-278-64/+366
* Add symlink tools/isolate/data/isolate/files2 that points to files1.maruel@chromium.org2012-06-271-0/+1
* Add symlink smoke test to trace_inputs.py.maruel@chromium.org2012-06-272-0/+81
* Add symlink tools/isolate/data/trace_inputs/files2 that points to files1.maruel@chromium.org2012-06-271-0/+1
* Add blacklist support to extract_directories() instead of hard-coding it.maruel@chromium.org2012-06-279-35/+103
* Also archive the .result file in the hashtable.maruel@chromium.org2012-06-262-3/+13
* Optimize the performance on Windows by not using %TEMP% if it is a different ...maruel@chromium.org2012-06-261-0/+10
* Work around traces with unaccessible paths.maruel@chromium.org2012-06-261-1/+6
* Add --test-case-file option to be able to efficiently trace a list of test ca...maruel@chromium.org2012-06-261-25/+39
* Add Basic Profiling in run_tests_from_archive.pycsharp@chromium.org2012-06-261-15/+33