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

Unified Diff: tools/isolate/trace_inputs_smoke_test.py

Issue 10536078: Enable parallel tracing support on Dtrace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
« no previous file with comments | « tools/isolate/trace_inputs.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate/trace_inputs_smoke_test.py
diff --git a/tools/isolate/trace_inputs_smoke_test.py b/tools/isolate/trace_inputs_smoke_test.py
index ff4a4b93c83d5881ddf7249d207fbde2e1b73b63..7ad2b6dbed2826889a3f41cedb3ee39284cb9137 100755
--- a/tools/isolate/trace_inputs_smoke_test.py
+++ b/tools/isolate/trace_inputs_smoke_test.py
@@ -380,7 +380,7 @@ class TraceInputsImport(TraceInputsBase):
self.assertEquals(files, [f.path for f in simplified])
def test_trace_multiple(self):
- if sys.platform != 'linux2':
+ if sys.platform not in ('darwin', 'linux2'):
# TODO(maruel): Soon!
return
# Starts PARALLEL threads and trace PARALLEL child processes simultaneously.
« no previous file with comments | « tools/isolate/trace_inputs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698