diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 18:07:57 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 18:07:57 +0000 |
commit | 2fee51c880d7dbe4ce3080a4f723e4d978bf3705 (patch) | |
tree | fe4af5c1448446164be643230fa25af085149680 | |
parent | 9e7bb508cad27e505644d856c132f742d5742cdc (diff) | |
download | chromium_src-2fee51c880d7dbe4ce3080a4f723e4d978bf3705.zip chromium_src-2fee51c880d7dbe4ce3080a4f723e4d978bf3705.tar.gz chromium_src-2fee51c880d7dbe4ce3080a4f723e4d978bf3705.tar.bz2 |
Don't run WorkerTests at all under Valgrind.
Excluding them individually appeared to be too hard...
BUG=38575
Review URL: http://codereview.chromium.org/2779006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49286 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest.txt | 75 |
1 files changed, 4 insertions, 71 deletions
diff --git a/chrome/test/data/valgrind/ui_tests.gtest.txt b/chrome/test/data/valgrind/ui_tests.gtest.txt index 5b7bff8..a6d10c2 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest.txt @@ -35,81 +35,14 @@ ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost ProcessSingletonLinuxTest.NotifyOtherProcessOrCreate_DifferingHost # These tests fail under valgrind. -# See http://crbug.com/29579. +# See http://crbug.com/29579 AutomationProxyTest.NavigateToURLWithTimeout1 AutomationProxyTest.NavigateToURLWithTimeout2 -# See http://crbug.com/29586. +# See http://crbug.com/29586 NewTabUITest.ChromeInternalLoadsNTP # See http://crbug.com/42205 DownloadTest.* # See http://crbug.com/45792 DefaultPluginUITest.DefaultPluginLoadTest - -############################################################################## -# We have a special section dedicated to WorkerTest because it's so -# problematic. Please check here before adding duplicate test exclusions to -# ui_tests.gtest_linux.txt and ui_tests.gtest_mac.txt. -# -# As of 2010/03/18, thestig is disabling all WorkerTests and listing them -# individually below. Please test them / fix them under Valgrind, and -# re-enable them one at a time. -# -# See: http://crbug.com/38575 -############################################################################## - -WorkerTest.*IncognitoSharedWorkers -WorkerTest.*LimitPerPage -WorkerTest.*LimitTotal -WorkerTest.*MessagePorts -WorkerTest.*MultipleSharedWorkers -WorkerTest.*MultipleTabsQueuedSharedWorker -WorkerTest.*MultipleWorkers -WorkerTest.*OpenDatabaseSyncInputs -WorkerTest.*QueuedSharedWorkerShutdown -WorkerTest.*QueuedSharedWorkerStartedFromOtherTab -WorkerTest.*SharedWorkerFastConstructor -WorkerTest.*SharedWorkerFastContextGC -WorkerTest.*SharedWorkerFastException -WorkerTest.*SharedWorkerFastInIframe -WorkerTest.*SharedWorkerFastGC -WorkerTest.*SharedWorkerFastLayoutTests -WorkerTest.*SharedWorkerFastLoadError -WorkerTest.*SharedWorkerFastLocation -WorkerTest.*SharedWorkerFastName -WorkerTest.*SharedWorkerFastNavigator -WorkerTest.*SharedWorkerFastReplaceGlobalConstructor -WorkerTest.*SharedWorkerFastReplaceSelf -WorkerTest.*SharedWorkerFastScriptError -WorkerTest.*SharedWorkerFastSimple -WorkerTest.*SharedWorkerFastShared -WorkerTest.*SharedWorkerHttpAuth -WorkerTest.*SharedWorkerInIframe -WorkerTest.*SingleSharedWorker -WorkerTest.*SingleWorker -WorkerTest.*StressJSExecution -WorkerTest.*UseMachineStack -WorkerTest.*WorkerCall -WorkerTest.*WorkerClonePort -WorkerTest.*WorkerClose -WorkerTest.*WorkerCloseFast -WorkerTest.*WorkerConstructor -WorkerTest.*WorkerContextGc -WorkerTest.*WorkerContextMultiPort -WorkerTest.*WorkerEventListener -WorkerTest.*WorkerGC -WorkerTest.*WorkerHttpAuth -WorkerTest.*WorkerHttpLayoutTests -WorkerTest.*WorkerLifecycle -WorkerTest.*WorkerLocation -WorkerTest.*WorkerMapGc -WorkerTest.*WorkerMessagePort -WorkerTest.*WorkerMessagePortGC -WorkerTest.*WorkerMultiPort -WorkerTest.*WorkerNavigator -WorkerTest.*WorkerReplaceGlobalConstructor -WorkerTest.*WorkerReplaceSelf -WorkerTest.*WorkerScriptError -WorkerTest.*WorkerTerminate -WorkerTest.*WorkerTimeout -WorkerTest.*WorkerWebSocketLayoutTests -WorkerTest.*WorkerXhrHttpLayoutTests +# See http://crbug.com/38575 +WorkerTest.* |