diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 20:36:32 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 20:36:32 +0000 |
commit | 4852d456e642e948615403199903ffe03e865bac (patch) | |
tree | 2da5f0f0fd3ddc050e8452faa696f8084d2f15a7 | |
parent | 30fa68c5be8da2ca13733cc866b63e7e2f661ea7 (diff) | |
download | chromium_src-4852d456e642e948615403199903ffe03e865bac.zip chromium_src-4852d456e642e948615403199903ffe03e865bac.tar.gz chromium_src-4852d456e642e948615403199903ffe03e865bac.tar.bz2 |
Valgrind / TSAN: Exclude more tests that are timing out.
BUG=51716,92717
TEST=none
TBR=jhawkins
Review URL: http://codereview.chromium.org/7633028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96608 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt | 4 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt index 3f828c3..2998f26 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt @@ -27,3 +27,7 @@ LocaleTestsZhTw.TestStart # These tests fail due to timeouts, see http://crbug.com/64619 OptionsUITest.LoadOptionsByURL OptionsUITest.CommandOpensOptionsTab + +# Tests timing out, see http://crbug.com/92717 +NewTabUIProcessPerTabTest.NavBeforeNTPCommit +NewTabUITest.ChromeHangInNTP diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt index 191ef28..bb57653 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt @@ -122,6 +122,7 @@ HistoryTester.VerifyHistoryLength3 IFrameTest.Crash IFrameTest.InEmptyFrame LocaleTestsDa.TestStart +LocaleTestsZhTw.TestStart LoginPromptTest.SupplyRedundantAuths LoginPromptTest.TestCancelAuth MetricsServiceTest.CrashRenderers @@ -129,6 +130,7 @@ OutOfProcessPPAPITest.Broker OutOfProcessPPAPITest.Buffer OutOfProcessPPAPITest.CharSet OutOfProcessPPAPITest.Core +OutOfProcessPPAPITest.ImageData OutOfProcessPPAPITest.Memory OutOfProcessPPAPITest.PaintAggregator OutOfProcessPPAPITest.URLUtil @@ -143,6 +145,7 @@ PPAPITest.Graphics2SD PPAPITest.ImageData PPAPITest.Instance PPAPITest.PaintAggregator +PPAPITest.QueryPolicy PPAPITest.Scrollbar PPAPITest.UMA PPAPITest.URLUtil |