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

Unified Diff: tests/trace_inputs_test.py

Issue 19917006: Move all googletest related scripts into googletest/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Remove unnecessary pylint warning disable Created 7 years, 5 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 | « tests/trace_inputs_smoke_test.py ('k') | tests/trace_test_cases_smoke_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trace_inputs_test.py
diff --git a/tests/trace_inputs_test.py b/tests/trace_inputs_test.py
index 7da24587dcbbce2c1102cae0cbc1fb4d993e5dfc..8cdfeff8062545811fbc72553d4add3f1d0bec2c 100755
--- a/tests/trace_inputs_test.py
+++ b/tests/trace_inputs_test.py
@@ -306,7 +306,7 @@ if sys.platform != 'win32':
(self._ROOT_PID,
'execve("/home/foo_bar_user/out/unittests", '
'["/home/foo_bar_user/out/unittests", '
- '"--gtest_filter=AtExitTest.Basic"], [/* 44 vars */]) = 0'),
+ '"--random-flag"], [/* 44 vars */]) = 0'),
(self._ROOT_PID,
'open("out/unittests.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8'),
]
@@ -323,7 +323,7 @@ if sys.platform != 'win32':
},
]
command = [
- '/home/foo_bar_user/out/unittests', '--gtest_filter=AtExitTest.Basic',
+ '/home/foo_bar_user/out/unittests', '--random-flag',
]
self._test_lines(lines, u'/home/foo_bar_user/src', files, command)
« no previous file with comments | « tests/trace_inputs_smoke_test.py ('k') | tests/trace_test_cases_smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698