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

Unified Diff: tools-webrtc/mb/mb_unittest.py

Issue 2806373002: Fix swarming tests not running in parallel (Closed)
Patch Set: Don't add flag for memcheck Created 3 years, 8 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-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_unittest.py
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py
index 6b1b2ec1c8dead66a9d29fe1a94d8313bee072f6..998133b76702278ea00d0464c0903e719c663ab2 100755
--- a/tools-webrtc/mb/mb_unittest.py
+++ b/tools-webrtc/mb/mb_unittest.py
@@ -441,11 +441,16 @@ class UnitTest(unittest.TestCase):
self.assertEqual(files, [
'../../testing/test_env.py',
+ '../../third_party/gtest-parallel/gtest-parallel',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
'base_unittests',
])
self.assertEqual(command, [
'../../testing/test_env.py',
+ '../../tools-webrtc/gtest-parallel-wrapper.py',
+ '--output_dir=${ISOLATED_OUTDIR}/test_logs',
'./base_unittests',
+ '--workers=1',
'--',
'--asan=0',
'--msan=0',
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698