diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 10:08:13 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 10:08:13 +0000 |
commit | 9ffd987bff794559488f6c3455fbb29c222dd7d1 (patch) | |
tree | 5dd6485415921e3bdaaf1974418ac35e4630db5f /tools | |
parent | 1269af134a210d654e891da5357c4a59ef6991a9 (diff) | |
download | chromium_src-9ffd987bff794559488f6c3455fbb29c222dd7d1.zip chromium_src-9ffd987bff794559488f6c3455fbb29c222dd7d1.tar.gz chromium_src-9ffd987bff794559488f6c3455fbb29c222dd7d1.tar.bz2 |
Don't run some interactive_ui tests under Valgrind due to mmap failures
BUG=66677
TBR=glider
TEST=interactive_ui should become greener
Review URL: http://codereview.chromium.org/5736007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt new file mode 100644 index 0000000..cf1b899 --- /dev/null +++ b/tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt @@ -0,0 +1,9 @@ +# These test fail due to mmap Valgrind failures, see http://crbug.com/66677 +CollectedCookiesTest.DoubleDisplay +CollectedCookiesTest.NavigateAway +InfoBarsUITest.TestInfoBarsCloseOnNewTheme +FastShutdown.SlowTermination +MouseLeaveTest.TestOnMouseOut +NotificationsPermissionTest.TestNoUserGestureInfobar +NotificationsPermissionTest.TestUserGestureInfobar + |