Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: net/data/valgrind/net_unittests.gtest-tsan_mac.txt

Issue 339025: Don't run SocketStreamTest.BasicAuthProxy under ThreadSanitizer on Mac... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.* 21 DiskCacheEntryTest.*
22 FlipNetworkTransactionTest.* 22 FlipNetworkTransactionTest.*
23 SocketStreamTest.BasicAuthProxy
23 24
24 # WebSocketTest tests are extraordinary slow under ThreadSanitizer, 25 # WebSocketTest tests are extraordinary slow under ThreadSanitizer,
25 # (see http://crbug.com/25392) 26 # (see http://crbug.com/25392)
26 # TODO(glider): investigate this. 27 # TODO(glider): investigate this.
27 WebSocketTest.* 28 WebSocketTest.*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698