blob: c85709b56a50f8629f884750bb4d44a236149906 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
# Takes too long to valgrind, causes timeouts
BrowserTest.ThirtyFourTabs
# FIXME: these tests hang frequently in valgrind
SessionRestoreUITest.*
# Buggy test; see http://crbug.com/6522
DownloadTest.UnknownSize
# Flakily hangs on Linux
ErrorPageTest.DNSError_GoBack2AndForward
# Flaky timeout on Linux; see http://crbug.com/22927
UnloadTest.BrowserCloseInfiniteBeforeUnload
UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert
# Don't run reference tests under Valgrind
# On the Mac, they don't have symbols, even, so suppressions don't work
# They probably don't have ThreadSanitizer annotations TODO(timurrrr): check
*ReferenceTest.Perf
# Dromaeo's reference tests are split up into multiple *Perf sections.
DromaeoReferenceTest.*
# This test hangs under valgrind
# See http://crbug.com/27764
NewTabUITest.HomePageLink
# Hangs frequently under valgrind on Mac
# See http://crbug.com/29208
TabRestoreUITest.*
# Running these tests under valgrind and produces errors about "valgrind didn't
# finish writing 2 files" since the tests kill the browser process (which is
# actually the valgrind wrapper) in the middle of execution.
# See http://crbug.com/25176
ProcessSingletonLinuxTest.NotifyOtherProcessFailure
ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost
# These tests fail under valgrind.
# See http://crbug.com/29579.
AutomationProxyTest.NavigateToURLWithTimeout1
AutomationProxyTest.NavigateToURLWithTimeout2
# See http://crbug.com/29586.
NewTabUITest.ChromeInternalLoadsNTP
##############################################################################
# We have a special section dedicated to WorkerTest because it's so
# problematic. Please check here before adding duplicate test exclusions to
# ui_tests.gtest_linux.txt and ui_tests.gtest_mac.txt.
#
# As of 2010/03/18, thestig is disabling all WorkerTests and listing them
# individually below. Please test them / fix them under Valgrind, and
# re-enable them one at a time.
#
# See: http://crbug.com/38575
##############################################################################
WorkerTest.IncognitoSharedWorkers
WorkerTest.FLAKY_IncognitoSharedWorkers
WorkerTest.LimitPerPage
WorkerTest.LimitTotal
WorkerTest.FLAKY_LimitTotal
WorkerTest.MessagePorts
WorkerTest.FLAKY_MessagePorts
WorkerTest.MultipleSharedWorkers
WorkerTest.MultipleTabsQueuedSharedWorker
WorkerTest.MultipleWorkers
WorkerTest.QueuedSharedWorkerShutdown
WorkerTest.QueuedSharedWorkerStartedFromOtherTab
WorkerTest.SharedWorkerFastLayoutTests
WorkerTest.FLAKY_SharedWorkerFastLayoutTests
WorkerTest.SharedWorkerHttpAuth
WorkerTest.SharedWorkerInIframe
WorkerTest.SingleSharedWorker
WorkerTest.SingleWorker
WorkerTest.StressJSExecution
WorkerTest.UseMachineStack
WorkerTest.WorkerCall
WorkerTest.WorkerClonePort
WorkerTest.WorkerClose
WorkerTest.WorkerCloseFast
WorkerTest.WorkerConstructor
WorkerTest.WorkerContextGc
WorkerTest.WorkerContextMultiPort
WorkerTest.WorkerEventListener
WorkerTest.WorkerGC
WorkerTest.WorkerHttpAuth
WorkerTest.WorkerHttpLayoutTests
WorkerTest.FLAKY_WorkerHttpLayoutTests
WorkerTest.WorkerLifecycle
WorkerTest.WorkerLocation
WorkerTest.WorkerMapGc
WorkerTest.WorkerMessagePort
WorkerTest.WorkerMessagePortGC
WorkerTest.WorkerMultiPort
WorkerTest.WorkerNavigator
WorkerTest.WorkerReplaceGlobalConstructor
WorkerTest.WorkerReplaceSelf
WorkerTest.WorkerScriptError
WorkerTest.WorkerTerminate
WorkerTest.WorkerTimeout
WorkerTest.WorkerWebSocketLayoutTests
WorkerTest.FLAKY_WorkerWebSocketLayoutTests
WorkerTest.WorkerXhrHttpLayoutTests
|