summaryrefslogtreecommitdiffstats
path: root/tools/isolate
Commit message (Expand)AuthorAgeFilesLines
* Adding sharding support to fix_test_cases.pycsharp@chromium.org2012-08-233-68/+110
* Fix LogMan tracer to work correctly when process ids are reused.maruel@chromium.org2012-08-221-2/+2
* Improve run_test_from_archive_smoke_test.pymaruel@chromium.org2012-08-222-36/+47
* Make xvfb.py error easier to understand when xvfb or icewm are not installed.maruel@chromium.org2012-08-223-2/+13
* Handle TOUCHED Collisions With TRACKED or UNTRACKEDcsharp@chromium.org2012-08-214-2/+71
* Remove Retrying Failed Tests.csharp@chromium.org2012-08-202-36/+9
* Repeat Failed Tests in Serialcsharp@chromium.org2012-08-162-21/+99
* Get run_test_cases.py to fail if it fails to get the list of tests it should ...csharp@chromium.org2012-08-143-1/+46
* run_test_cases.py: Enable use of RUN_TEST_CASES_RESULT_FILE as environment va...maruel@chromium.org2012-08-103-17/+108
* Add --gtest_filter support to run_test_cases.py.maruel@chromium.org2012-07-262-4/+37
* Set Execution bit on gtest_fake_pass.pycsharp@chromium.org2012-07-251-0/+0
* Run_test_case.py now returns 1 when at least 1 test fails.csharp@chromium.org2012-07-256-62/+165
* Style nit.maruel@chromium.org2012-07-251-1/+0
* Fix run_test_cases.py to look for gtest test case header.maruel@chromium.org2012-07-221-4/+3
* Shards, when printed, are 1-based.maruel@chromium.org2012-07-221-1/+1
* Make sure no side-effect happens due to environment variables.maruel@chromium.org2012-07-212-3/+11
* isolate: Use a temporary directory on the same file system than root_dir.maruel@chromium.org2012-07-212-10/+13
* run_test_case: Fix sharding for browser_tests.maruel@chromium.org2012-07-211-13/+30
* run_test_cases: Add header for swarm to realize the log is valid.maruel@chromium.org2012-07-201-0/+4
* Fix exception on OSX 10.6 due to incomplete multiprocessing implementation.maruel@chromium.org2012-07-201-3/+17
* run_test_cases: Cleaner, deterministic output.maruel@chromium.org2012-07-204-88/+111
* run_test_from_archive: Limit the number of items in the cache.maruel@chromium.org2012-07-201-6/+24
* run_test_from_archive: Save a more compact json file.maruel@chromium.org2012-07-201-1/+1
* run_test_cases: Redirect stderr too. Improve output. Set default timeout to 1...maruel@chromium.org2012-07-191-4/+6
* Add shard support to run_test_cases.py. Remove get_test_cases() duplicate.maruel@chromium.org2012-07-192-54/+71
* Merge worker_pool into run_test_cases.maruel@chromium.org2012-07-196-195/+172
* Remove the dependence on trace_inputs from run_test_cases.maruel@chromium.org2012-07-191-2/+3
* Merge list_test_cases into run_test_cases.maruel@chromium.org2012-07-196-149/+141
* Stop using depot_tools/subprocess2.py and implement our timeout support ourself.maruel@chromium.org2012-07-193-22/+218
* Add fix_test_cases.py.maruel@chromium.org2012-07-191-0/+142
* Prepend "strace_" to process_quoted_argument to make it clear it's strace-spe...maruel@chromium.org2012-07-182-15/+15
* isolate.py: Rework hashtable command to reuse recreate_tree() function.maruel@chromium.org2012-07-171-38/+41
* If 'isolate.py hashtable' fails, delete the .results file.maruel@chromium.org2012-07-171-41/+52
* run_tests_from_archive.py: Throw a proper error on missing input file.maruel@chromium.org2012-07-171-0/+2
* trace_inputs.py: support more flags to access() on stracemaruel@chromium.org2012-07-161-1/+4
* trace_inputs.py: Fix blacklisting on OSX and Windows.maruel@chromium.org2012-07-161-11/+31
* trace_inputs.py: Make the process map and process tree explicit.maruel@chromium.org2012-07-161-84/+87
* isolate.py: fix an error that occured only with 'touched_only' files in hasht...maruel@chromium.org2012-07-132-5/+5
* Add strace event handling for: creat, link, unlink, mkdir, rmdir, statfs.maruel@chromium.org2012-07-131-71/+92
* Make sure to clean the traces before tracing again.maruel@chromium.org2012-07-131-0/+1
* 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