summaryrefslogtreecommitdiffstats
path: root/tools/isolate/trace_inputs_test.py
Commit message (Expand)AuthorAgeFilesLines
* Move all trace_inputs and isolate tests and their data into tests/ subdirectory.maruel@chromium.org2012-09-041-426/+0
* Style nit.maruel@chromium.org2012-07-251-1/+0
* Prepend "strace_" to process_quoted_argument to make it clear it's strace-spe...maruel@chromium.org2012-07-181-1/+2
* Initial refactoring to eventually support touch-only access.maruel@chromium.org2012-07-111-2/+2
* get_native_path_case() now preserves the trailing os.sep.path and work with n...maruel@chromium.org2012-07-111-5/+40
* Improve error messages in trace_inputs.py.maruel@chromium.org2012-07-051-1/+2
* Fix symlink handling and add more smoke tests.maruel@chromium.org2012-07-051-7/+57
* Improve dtrace execve() parsing to support quotes and reenable execve tracing.maruel@chromium.org2012-07-041-0/+12
* Fix string escape processing and comma inside strings for strace logs.maruel@chromium.org2012-06-221-0/+8
* Fix bad native path case on Windows.maruel@chromium.org2012-06-151-4/+12
* Add variable replacement in trace_inputs.pymaruel@chromium.org2012-06-131-0/+14
* Make trace_inputs.py a real stand alone application with inner commands.maruel@chromium.org2012-06-041-80/+1
* Add more consistent exception generation and handlingmaruel@chromium.org2012-06-041-2/+8
* Add Results.Process.executable and command.maruel@chromium.org2012-06-011-9/+29
* Add Results class to hold structured data with details about each of the chil...maruel@chromium.org2012-05-311-33/+213
* Refactor more common code into ApiBase.maruel@chromium.org2012-05-291-4/+6
* Refactor trace_inputs.py strace implementation to use -ff instead of -f.maruel@chromium.org2012-05-161-37/+31
* Fix mode=hashtable without --outdir to create the directory at the right place.maruel@chromium.org2012-05-141-69/+71
* Improve strace tracing and add unit tests.maruel@chromium.org2012-05-111-0/+80
* Multiple improvements to trace_inputs.py.maruel@chromium.org2012-04-121-2/+20
* Add merge_gyp.py to merge OS specific dependencies into a single list and pre...maruel@chromium.org2012-04-051-137/+57
* Fix relative paths in gyp. Rename the confusing --gyp argument to --cwd.maruel@chromium.org2012-03-291-21/+50
* Implementing stateful directory tracking for dtrace on OSX.maruel@chromium.org2012-03-281-47/+7
* [strace] Add support for interrupted calls and proper chdir handling.maruel@chromium.org2012-03-281-12/+62
* Add --mode=trace to isolate.py. Add --force to trace_inputs.py.maruel@chromium.org2012-03-231-0/+116