diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-26 00:54:18 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-26 00:54:18 +0000 |
commit | 4beaa60d694a49fe345d9724dc9759767bfa95c5 (patch) | |
tree | 931ebbaf2bbf7e3c9fff14626c72a92248f73295 /tools/valgrind/chrome_tests.py | |
parent | 89ac74502f031c681d179f82d01eea96cda22d1d (diff) | |
download | chromium_src-4beaa60d694a49fe345d9724dc9759767bfa95c5.zip chromium_src-4beaa60d694a49fe345d9724dc9759767bfa95c5.tar.gz chromium_src-4beaa60d694a49fe345d9724dc9759767bfa95c5.tar.bz2 |
Revert 63809 - Remove TSan supporessions on windows for remoting_unittests.
BUG=57832
TEST=None
Review URL: http://codereview.chromium.org/3606014
TBR=sergeyu@chromium.org
Review URL: http://codereview.chromium.org/4138004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-x | tools/valgrind/chrome_tests.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index 47337ee..a9c71db 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -232,11 +232,7 @@ class ChromeTests: return self.SimpleTest("chrome", "printing_unittests") def TestRemoting(self): - return self.SimpleTest("chrome", "remoting_unittests", - cmd_args=[ - "--ui-test-timeout=240000", - "--ui-test-action-timeout=120000", - "--ui-test-action-max-timeout=280000"]) + return self.SimpleTest("chrome", "remoting_unittests") def TestIpc(self): return self.SimpleTest("ipc", "ipc_tests", |