blob: f5b1eafd0add40b66a49304d771f5ef1154fa79b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Takes too long to valgrind, causes timeouts
BrowserTest.ThirtyFourTabs
# FIXME: these tests hang frequently in valgrind
SessionRestoreUITest.*
# The reference builds have old problems; don't run them until they're updated
# And on the Mac, they don't have symbols, even, so suppressions don't work
SunSpiderReferenceTest.Perf
V8BenchmarkReferenceTest.Perf
# 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
|