blob: 07a310352349fb4e66457900022f2ba131bbe1dd (
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
36
37
|
# This test has been failing on our heapchecker bot since circa Build 5778.
# http://crbug.com/79000
RendererMainTest.CreateDestroy
# Disable JavaScript tests that cause V8 to install a SIGPROF handler that
# times out the subsequent fork() calls.
# http://crbug.com/79320
*Json*
# Failing after Lucid migration. http://crbug.com/82715
MultiProcessLockTest.BasicCreationTest
MultiProcessLockTest.LockScope
MultiProcessLockTest.RecursiveLock
MultiProcessLockTest.SimpleLock
ServiceProcessStateTest.ForceShutdown
ServiceProcessStateTest.ReadyState
ServiceProcessStateTest.Singleton
# http://crbug.com/88221
ConnectionTesterTest.DeleteWhileInProgress
# Failing on Chromium OS. http://crbug.com/104826
GViewRequestInterceptorTest.DoNotInterceptDownload
# Fails under Heapcheck http://crbug.com/93027
ProcessWatcherTest.ImmediateTermination
# Fails under Heapcheck http://crbug.com/104566
GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled
# Two memory leaks with too inconcrete stacks http://crbug.com/114988
BookmarkEditorGtkTest.ModelsMatch
BookmarkEditorGtkTest.MoveToNewParent
# fails with gmock errors
# http://crbug.com/117796
SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown
|