blob: 2ecc2e7785e414773f3f4cadf55ccd5ad401bf29 (
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
38
39
40
41
|
# 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
# Fails under Heapcheck http://crbug.com/93027
ProcessWatcherTest.ImmediateTermination
# Two memory leaks with too inconcrete stacks http://crbug.com/114988
BookmarkEditorGtkTest.ModelsMatch
BookmarkEditorGtkTest.MoveToNewParent
# Randomly fails on the linux heapcheck bot
HistoryQuickProviderTest.*
# Timing out all over the place. Disabling for now. http://crbug.com/149712
AppNotificationManagerTest.*
AppNotificationManagerSyncTest.*
# Timing out all over the place. Disabling for now. http://crbug.com/149715
ExtensionWebRequestTest.*
# Timing out. Disabling for now. http://crbug.com/175496
AppsModelBuilderTest.OnExtensionMoved
# Don't run FLAKY or FAILS tests under the heapchecker.
# They may cause flaky leak reports and timeouts.
*FLAKY_*
*FAILS_*
|