Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Side by Side Diff: tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt

Issue 6002010: Don't run DevToolsSanityTest.TestPauseWhenScriptIsRunning under Valgrind; sup... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # These test fail due to mmap Valgrind failures, see http://crbug.com/66677 1 # These test fail due to mmap Valgrind failures, see http://crbug.com/66677
2 CollectedCookiesTest.DoubleDisplay 2 CollectedCookiesTest.DoubleDisplay
3 CollectedCookiesTest.NavigateAway 3 CollectedCookiesTest.NavigateAway
4 InfoBarsUITest.TestInfoBarsCloseOnNewTheme 4 InfoBarsUITest.TestInfoBarsCloseOnNewTheme
5 FastShutdown.SlowTermination 5 FastShutdown.SlowTermination
6 MouseLeaveTest.TestOnMouseOut 6 MouseLeaveTest.TestOnMouseOut
7 NotificationsPermissionTest.TestNoUserGestureInfobar 7 NotificationsPermissionTest.TestNoUserGestureInfobar
8 NotificationsPermissionTest.TestUserGestureInfobar 8 NotificationsPermissionTest.TestUserGestureInfobar
9 9
10 # These test fail due to timeout or limited buildslave support; 10 # These test fail due to timeout or limited buildslave support;
11 # http://crbug.com/67301 11 # http://crbug.com/67301
12 BrowserFocusTest.InterstitialFocus 12 BrowserFocusTest.InterstitialFocus
13 BrowserFocusTest.FindFocusTest 13 BrowserFocusTest.FindFocusTest
14 BrowserFocusTest.FocusTraversalOnInterstitial 14 BrowserFocusTest.FocusTraversalOnInterstitial
15 15
16 # Don't run FAILS_ tests under Valgrind/TSan, see http://crbug.com/67959 16 # Don't run FAILS_ tests under Valgrind/TSan, see http://crbug.com/67959
17 # NB: Don't use FAILS_ or it will be turned into *.* by chrome_tests.py :) 17 # NB: Don't use FAILS_ or it will be turned into *.* by chrome_tests.py :)
18 *.FAILS* 18 *.FAILS*
19
20 # Fails under Valgrind, see http://crbug.com/68068
21 DevToolsSanityTest.TestPauseWhenScriptIsRunning
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698