diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-12 02:24:52 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-12 02:24:52 +0000 |
commit | 98a15674263b71e3f9ea3d2a496a40bf98f756dd (patch) | |
tree | 80889b0c794b1d8ec6a663e29c2214152f698e18 /chrome | |
parent | 512df7f666fe515772661db95543934ef4b199c5 (diff) | |
download | chromium_src-98a15674263b71e3f9ea3d2a496a40bf98f756dd.zip chromium_src-98a15674263b71e3f9ea3d2a496a40bf98f756dd.tar.gz chromium_src-98a15674263b71e3f9ea3d2a496a40bf98f756dd.tar.bz2 |
Made chrome_test to fail when the test itself failed.
Exclude tests that does not pass on valgrind
BUG=29578,29579,29853,29586,29587,29592,29598
TEST=run valgrind test
Review URL: http://codereview.chromium.org/466047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest.txt | 10 | ||||
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest_mac.txt | 16 |
2 files changed, 26 insertions, 0 deletions
diff --git a/chrome/test/data/valgrind/ui_tests.gtest.txt b/chrome/test/data/valgrind/ui_tests.gtest.txt index bdbff17..e99ae18 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest.txt @@ -33,3 +33,13 @@ TabRestoreUITest.* # See http://crbug.com/25176 ProcessSingletonLinuxTest.NotifyOtherProcessFailure ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost + +# These tests fail under valgrind. +# See http://crbug.com/29579. +AutomationProxyTest.NavigateToURLWithTimeout1 +AutomationProxyTest.NavigateToURLWithTimeout2 +# See http://crbug.com/29586. +NewTabUITest.ChromeInternalLoadsNTP +# See http://crbug.com/29592. +WorkerTest.MultipleWorkers + diff --git a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt index 8df305f..9bba3b8 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt @@ -23,3 +23,19 @@ DownloadTest.IncognitoDownload DownloadTest.NoDownload DownloadTest.PerWindowShelf ErrorPageTest.IFrameDNSError_GoBackAndForward + +# Following tests are failing on valgrind. +# See http://crbug.com/29598. +BrowserEncodingTest.TestEncodingAutoDetect +DOMStorageTest.FLAKY_LocalStorageLayoutTests +ErrorPageTest.FLAKY_DNSError_Basic +ErrorPageTest.FLAKY_DNSError_GoBack1 +ErrorPageTest.FLAKY_DNSError_GoBack2 +ErrorPageTest.FLAKY_DNSError_GoBack2AndForward +ErrorPageTest.FLAKY_DNSError_GoBack2Forward2 +NewTabUITest.NTPHasThumbnails +NewTabUITest.UpdateUserPrefsVersion +SessionHistoryTest.FLAKY_LocationReplace +WorkerTest.FLAKY_LimitTotal +WorkerTest.LimitPerPage +WorkerTest.WorkerXhrHttpLayoutTests |