Allow mixing gtest and non-gtest args in gtest-parallel-wrapper
No-Try: True Bug: chromium:776681 Change-Id: I412a63e4ea897512b6c7012b9eb6ec5c3cf06314 Reviewed-on: https://webrtc-review.googlesource.com/78287 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23369}
This commit is contained in:
@ -390,7 +390,6 @@ class UnitTest(unittest.TestCase):
|
||||
'--retry_failed=3',
|
||||
'--workers=1',
|
||||
'./base_unittests',
|
||||
'--',
|
||||
'--asan=0',
|
||||
'--lsan=0',
|
||||
'--msan=0',
|
||||
@ -511,7 +510,6 @@ class UnitTest(unittest.TestCase):
|
||||
'--retry_failed=3',
|
||||
'--workers=1',
|
||||
'./base_unittests',
|
||||
'--',
|
||||
'--asan=0',
|
||||
'--lsan=0',
|
||||
'--msan=0',
|
||||
@ -561,7 +559,6 @@ class UnitTest(unittest.TestCase):
|
||||
'--timeout=900',
|
||||
'--retry_failed=3',
|
||||
'./base_unittests',
|
||||
'--',
|
||||
'--asan=0',
|
||||
'--lsan=0',
|
||||
'--msan=0',
|
||||
@ -612,7 +609,6 @@ class UnitTest(unittest.TestCase):
|
||||
'--timeout=900',
|
||||
'--retry_failed=3',
|
||||
r'.\unittests.exe',
|
||||
'--',
|
||||
'--asan=0',
|
||||
'--lsan=0',
|
||||
'--msan=0',
|
||||
@ -659,7 +655,6 @@ class UnitTest(unittest.TestCase):
|
||||
'--timeout=900',
|
||||
'--retry_failed=3',
|
||||
'./base_unittests',
|
||||
'--',
|
||||
'--asan=0',
|
||||
'--lsan=0',
|
||||
'--msan=0',
|
||||
@ -711,7 +706,6 @@ class UnitTest(unittest.TestCase):
|
||||
'..',
|
||||
'--test',
|
||||
'./base_unittests',
|
||||
'--',
|
||||
'--asan=0',
|
||||
'--lsan=0',
|
||||
'--msan=0',
|
||||
@ -763,7 +757,6 @@ class UnitTest(unittest.TestCase):
|
||||
'--timeout=900',
|
||||
'--retry_failed=3',
|
||||
'./base_unittests',
|
||||
'--',
|
||||
'--asan=0',
|
||||
'--lsan=0',
|
||||
'--msan=0',
|
||||
|
||||
Reference in New Issue
Block a user