summaryrefslogtreecommitdiffstats
path: root/tools/isolate
Commit message (Expand)AuthorAgeFilesLines
* Add .clean_trace() to the APIs to delete the stale traces.maruel@chromium.org2012-05-111-2/+21
* Add scripts to list or trace all test cases in a gtest executable.maruel@chromium.org2012-05-116-136/+545
* Improve strace tracing and add unit tests.maruel@chromium.org2012-05-112-13/+105
* Complete rewrite of isolate.py to be more modular.maruel@chromium.org2012-05-093-382/+562
* Add --mode=noop so progress can be made while the builders are being reconfig...maruel@chromium.org2012-04-302-2/+9
* Fix case where an unmounted partition is accessed during tracing on Windows.maruel@chromium.org2012-04-281-2/+6
* Reuse the variables in the result file, simplifying repeated usage.maruel@chromium.org2012-04-273-65/+88
* Remove multiple copies of pylintrc and use the depot_tools' version.maruel@chromium.org2012-04-251-261/+0
* Set svn:executable bit on scripts that are executable.maruel@chromium.org2012-04-251-0/+0
* Update run_test_from_archive.py to handle 404csharp@chromium.org2012-04-241-1/+4
* Added function to get native path case on Windows and OSX.maruel@chromium.org2012-04-236-38/+125
* Makes the code simpler by automatically deducing the root directory to use.maruel@chromium.org2012-04-233-154/+251
* Change --variable argument, must now be spaced, -V foo bar, instead of -V foo...maruel@chromium.org2012-04-232-10/+12
* isolate: Get rid of 'mode' on Windows, it is not used.maruel@chromium.org2012-04-193-22/+23
* Removing DEPTH support.maruel@chromium.org2012-04-192-37/+31
* Uniformize the 'child' variable in the 3 gen_trace() functionsmaruel@chromium.org2012-04-171-19/+33
* Revert 132608 - Removing DEPTH support.sky@chromium.org2012-04-172-29/+37
* Removing DEPTH support.maruel@chromium.org2012-04-172-37/+29
* Rewrite isolate_smoke_test.py to increase the coverage.maruel@chromium.org2012-04-1710-170/+506
* Returns an error code if no command is presentmaruel@chromium.org2012-04-131-1/+7
* Stop generating DEPTH in trace_inputs.py.maruel@chromium.org2012-04-132-6/+14
* isolate.py: Automatically create --outdir in --mode runmaruel@chromium.org2012-04-122-1/+4
* Fix merge_isolate.py issues when merging 2 OS-specific dependencies with no c...maruel@chromium.org2012-04-122-9/+179
* Multiple improvements to trace_inputs.py.maruel@chromium.org2012-04-124-61/+109
* Convert isolate.py to exclusively use .isolate files.maruel@chromium.org2012-04-1215-551/+995
* .maruel@chromium.org2012-04-115-44/+51
* Add trace_inputs.py support for Windows. Fix isolate.py on windows.maruel@chromium.org2012-04-115-52/+540
* Fix strace lines parsing when a process is forcibly killed during outstanding...maruel@chromium.org2012-04-071-1/+11
* Add merge_gyp.py to merge OS specific dependencies into a single list and pre...maruel@chromium.org2012-04-056-160/+808
* Fix relative paths in gyp. Rename the confusing --gyp argument to --cwd.maruel@chromium.org2012-03-293-43/+90
* Add tool to use the manifest, fetch and cache dependencies and run the test.maruel@chromium.org2012-03-282-108/+316
* Implementing stateful directory tracking for dtrace on OSX.maruel@chromium.org2012-03-283-151/+282
* [strace] Add support for interrupted calls and proper chdir handling.maruel@chromium.org2012-03-284-82/+289
* Add --mode=trace to isolate.py. Add --force to trace_inputs.py.maruel@chromium.org2012-03-239-104/+393
* Improve trace_inputs.py to output a format easy to convert to gypi.maruel@chromium.org2012-03-202-26/+72
* Implement dtrace log parsing for MacOSX.maruel@chromium.org2012-03-163-162/+387
* Converts absolute paths in the command to relative path.maruel@chromium.org2012-03-142-2/+28
* Add strace_inputs.py to strace a test executable and detect its dependencies.maruel@chromium.org2012-03-131-0/+162
* Fixes the relative path when the first input file is used as the command.maruel@chromium.org2012-03-122-23/+46
* Refactor isolate.py to be more functional and extensiblemaruel@chromium.org2012-03-095-134/+232
* Separate xvfb.py logic into its own scriptmaruel@chromium.org2012-03-092-8/+13
* Add mode 'hashtable'.maruel@chromium.org2012-03-074-147/+225
* Add target base_unittests_run and tools/isolate/isolate.py.maruel@chromium.org2012-03-075-0/+724