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

Unified Diff: tools/isolate/trace_inputs_smoke_test.py

Issue 10545098: Implement parallel support on LogmanTrace on Windows. (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 7ad2b6dbed2826889a3f41cedb3ee39284cb9137..b3815057856932815a66db3174c5f5ebe3fe5786 100755
--- a/tools/isolate/trace_inputs_smoke_test.py
+++ b/tools/isolate/trace_inputs_smoke_test.py
@@ -380,9 +380,6 @@ class TraceInputsImport(TraceInputsBase):
self.assertEquals(files, [f.path for f in simplified])
def test_trace_multiple(self):
- if sys.platform not in ('darwin', 'linux2'):
- # TODO(maruel): Soon!
- return
# Starts PARALLEL threads and trace PARALLEL child processes simultaneously.
# Some are started from 'data' directory, others from this script's
# directory. One trace fails. Verify everything still goes one.
« 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