blob: 14ee967c59a1d42d7acf6e06eeb2502c667a746d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
##################################################
# known Dr. Memory bugs:
# http://code.google.com/p/drmemory/issues/detail?id=318
AudioRendererHostTest.*
##################################################
# un-analyzed Dr. Memory bugs:
# http://code.google.com/p/drmemory/issues/detail?id=548
DownloadManagerTest.StartDownload
##################################################
# Chromium bugs:
# times out on the bot
# http://crbug.com/87887
VideoCaptureHostTest.*
# crashes due to use-after-free's, http://crbug.com/90980
FirefoxImporterTest.Firefox*NSS3Decryptor
# fails http://crbug.com/92144
ServiceProcessStateTest.ForceShutdown
# fails sporadically: http://crbug.com/108205
MultiProcessLockTest.RecursiveLock
# Poor isolation, DCHECKs when no MessageLoop exists. Breaks when sharded.
# http://crbug.com/117679
WebsiteSettingsModelTest.*
# fails with gmock errors
# http://crbug.com/117796
SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown
|