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

Side by Side Diff: tools/valgrind/gtest_exclude/browser_tests.gtest-memcheck.txt

Issue 330753002: Browser and unit tests for the SB interstitial V3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged redundancy Created 6 years, 6 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
OLDNEW
1 # Don't run FLAKY or FAILS ui tests under Valgrind. 1 # Don't run FLAKY or FAILS ui tests under Valgrind.
2 # They tend to generate way too many flaky Valgrind reports. 2 # They tend to generate way too many flaky Valgrind reports.
3 *FLAKY_* 3 *FLAKY_*
4 *FAILS_* 4 *FAILS_*
5 5
6 # NaCl tests fail with Data Execution Prevention error http://crbug.com/104517 6 # NaCl tests fail with Data Execution Prevention error http://crbug.com/104517
7 NaClGdbTest.Empty 7 NaClGdbTest.Empty
8 PPAPINaClGLibcTest.* 8 PPAPINaClGLibcTest.*
9 PPAPINaClNewlibTest.* 9 PPAPINaClNewlibTest.*
10 PPAPINaClTest* 10 PPAPINaClTest*
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 OutOfProcessPPAPITest.NetAddressPrivate_ReplacePort 45 OutOfProcessPPAPITest.NetAddressPrivate_ReplacePort
46 PageCyclerCachedBrowserTest.PlaybackMode 46 PageCyclerCachedBrowserTest.PlaybackMode
47 PageCyclerCachedBrowserTest.URLNotInCache 47 PageCyclerCachedBrowserTest.URLNotInCache
48 PPAPITest.ImeInputEvent 48 PPAPITest.ImeInputEvent
49 PrerenderBrowserTest.* 49 PrerenderBrowserTest.*
50 PrerenderBrowserTestWithNaCl.PrerenderNaClPluginEnabled 50 PrerenderBrowserTestWithNaCl.PrerenderNaClPluginEnabled
51 PrintPreviewWebUITest.TestPrinterList 51 PrintPreviewWebUITest.TestPrinterList
52 PrintPreviewWebUITest.TestPrinterListCloudEmpty 52 PrintPreviewWebUITest.TestPrinterListCloudEmpty
53 PrintPreviewWebUITest.TestSectionsDisabled 53 PrintPreviewWebUITest.TestSectionsDisabled
54 PrintWebViewHelperTest.BlockScriptInitiatedPrinting 54 PrintWebViewHelperTest.BlockScriptInitiatedPrinting
55 SafeBrowsingBlockingPageTest.MalwareDontProceed 55 SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.MalwareDont Proceed
56 SafeBrowsingBlockingPageTest.ProceedDisabled 56 SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.ProceedDisa bled
mattm 2014/06/14 02:00:20 hm, there's no 2 or 3 in the test names?
felt 2014/06/14 02:10:27 They are named like: SafeBrowsingInterstitialVers
57 SocketApiTest.SocketTCPExtension 57 SocketApiTest.SocketTCPExtension
58 SocketApiTest.SocketUDPExtension 58 SocketApiTest.SocketUDPExtension
59 SSLUITest.TestWSSInvalidCertAndGoForward 59 SSLUITest.TestWSSInvalidCertAndGoForward
60 WebViewTest.Shim 60 WebViewTest.Shim
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698