Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: tools/isolate/isolate_test.py

Issue 9834052: [strace] Add support for interrupted calls and proper chdir handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix isolate.py --mode=trace to use the proper variables Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/isolate/isolate_test.py
diff --git a/tools/isolate/isolate_test.py b/tools/isolate/isolate_test.py
index 58cc8b28d825fc9030d25b0a3288605cf4a8fc97..b4d94b2966fae90a041ac7f2d6f7320b8cecad2e 100755
--- a/tools/isolate/isolate_test.py
+++ b/tools/isolate/isolate_test.py
@@ -55,6 +55,7 @@ class Isolate(unittest.TestCase):
[unicode(x) for x in args],
u'files': dict((unicode(f), {u'mode': mode(f)}) for f in files),
u'relative_cwd': u'.',
+ u'read_only': False,
}
if with_hash:
for filename in expected[u'files']:

Powered by Google App Engine
This is Rietveld 408576698