blob: 0bbededc04fe7aa256e5f55f4a4d5771ab4cfe5d (
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
|
# Former aspacem warnings on Valgrind.
# Tsan still tends to hang on these tests unexpectedly on Mac OS.
# (see https://bugs.kde.org/show_bug.cgi?id=192634 and
# http://code.google.com/p/data-race-test/issues/detail?id=11)
FileStreamTest.*Async*
HostResolverImplTest.*
TestCompletionCallbackTest.Simple
FtpNetworkTransactionTest.*
HttpNetworkLayerTest.GET
HttpNetworkLayerTest.SimpleGET
HttpNetworkTransactionTest.*
ProxyScriptFetcherTest.*
SOCKS5ClientSocketTest.*
SOCKSClientSocketTest.*
TCPClientSocketPoolTest.*
URLRequestTest.*
URLRequestTestHTTP.*
URLRequestTestFTP.*
SSLClientSocketTest.*
DiskCacheTest.*
DiskCacheEntryTest.*
FlipNetworkTransactionTest.*
SocketStreamTest.BasicAuthProxy
# WebSocketTest tests are extraordinary slow under ThreadSanitizer,
# (see http://crbug.com/25392)
# TODO(glider): investigate this.
WebSocketTest.*
# These tests die because of unhandled shm_unlink call
# (see http://crbug.com/36657)
DiskCacheBackendTest.*InvalidRankings*
|