OLD | NEW |
1 # Former aspacem warnings on Valgrind. | 1 # Former aspacem warnings on Valgrind. |
2 # Tsan still tends to hang on these tests unexpectedly on Mac OS. | 2 # Tsan still tends to hang on these tests unexpectedly on Mac OS. |
3 # (see https://bugs.kde.org/show_bug.cgi?id=192634 and | 3 # (see https://bugs.kde.org/show_bug.cgi?id=192634 and |
4 # http://code.google.com/p/data-race-test/issues/detail?id=11) | 4 # http://code.google.com/p/data-race-test/issues/detail?id=11) |
5 FileStreamTest.*Async* | 5 FileStreamTest.*Async* |
6 HostResolverImplTest.* | 6 HostResolverImplTest.* |
7 TestCompletionCallbackTest.Simple | 7 TestCompletionCallbackTest.Simple |
8 FtpNetworkTransactionTest.* | 8 FtpNetworkTransactionTest.* |
9 HttpNetworkLayerTest.GET | 9 HttpNetworkLayerTest.GET |
10 HttpNetworkLayerTest.SimpleGET | 10 HttpNetworkLayerTest.SimpleGET |
11 HttpNetworkTransactionTest.* | 11 HttpNetworkTransactionTest.* |
12 ProxyScriptFetcherTest.* | 12 ProxyScriptFetcherTest.* |
13 SOCKS5ClientSocketTest.* | 13 SOCKS5ClientSocketTest.* |
14 SOCKSClientSocketTest.* | 14 SOCKSClientSocketTest.* |
15 TCPClientSocketPoolTest.* | 15 TCPClientSocketPoolTest.* |
16 URLRequestTest.* | 16 URLRequestTest.* |
17 URLRequestTestHTTP.* | 17 URLRequestTestHTTP.* |
18 URLRequestTestFTP.* | 18 URLRequestTestFTP.* |
19 SSLClientSocketTest.* | 19 SSLClientSocketTest.* |
20 DiskCacheTest.* | 20 DiskCacheTest.* |
21 DiskCacheEntryTest.*Async* | 21 DiskCacheEntryTest.* |
22 DiskCacheEntryTest.CancelSparseIO | 22 FlipNetworkTransactionTest.* |
23 DiskCacheEntryTest.DoomSparseEntry | |
24 FlipNetworkTransactionTest.Connect | |
25 | 23 |
26 # WebSocketTest tests are extraordinary slow under ThreadSanitizer, | 24 # WebSocketTest tests are extraordinary slow under ThreadSanitizer, |
27 # (see http://crbug.com/25392) | 25 # (see http://crbug.com/25392) |
28 # TODO(glider): investigate this. | 26 # TODO(glider): investigate this. |
29 WebSocketTest.* | 27 WebSocketTest.* |
OLD | NEW |