| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix valgrind memcheck issues with GetPushStream unit test. | cbentzel@chromium.org | 2010-05-10 | 1 | -1/+0 |
* | Don't run a couple of URLRequestTests under TSan/Win | timurrrr@chromium.org | 2010-05-07 | 1 | -0/+2 |
* | Supress valgrind fro SpdyNetworkTransactionTest.PostWithEarlySynReply. | mbelshe@chromium.org | 2010-05-06 | 1 | -0/+1 |
* | Fix leak in SpdyNetworkTransactionTest.CloseWithActiveStream. | mbelshe@chromium.org | 2010-05-05 | 1 | -1/+0 |
* | Don't run SpdyNetworkTransactionTest.CloseWithActiveStream under Valgrind | timurrrr@chromium.org | 2010-05-05 | 1 | -0/+1 |
* | Move the excluded test name to the right file... | timurrrr@chromium.org | 2010-05-05 | 1 | -3/+0 |
* | Don't run ConnectionTesterTest.DeleteWhileInProgress under Valgrind | timurrrr@chromium.org | 2010-05-05 | 1 | -1/+4 |
* | Put SpdySessionTest.GetPushStream on the Valgrind Gtest filter list. | rsesek@chromium.org | 2010-05-04 | 1 | -0/+3 |
* | Run ProxyScriptFetcherTest.* under TSan/Win | timurrrr@chromium.org | 2010-05-04 | 1 | -5/+3 |
* | Run more net_ tests under TSan on Windows | timurrrr@chromium.org | 2010-05-04 | 1 | -2/+3 |
* | Run URLRequest* tests under TSan/Win | timurrrr@chromium.org | 2010-05-04 | 1 | -4/+1 |
* | Run SSLClientSocketTest under TSan on Windows | timurrrr@chromium.org | 2010-05-04 | 1 | -1/+5 |
* | Run DiskCacheTest.Backend_DeleteOld under TSan/Win since the issue 34 has bee... | timurrrr@chromium.org | 2010-04-30 | 1 | -3/+0 |
* | Don't run DiskCacheTest.Backend_DeleteOld under ThreadSanitizer on Windows | timurrrr@chromium.org | 2010-04-28 | 1 | -0/+3 |
* | Remove svn:executable property from the last few files that don't need it. | thestig@chromium.org | 2010-04-27 | 1 | -0/+0 |
* | Run DiskCache tests under TSan on Win | timurrrr@chromium.org | 2010-04-21 | 1 | -4/+0 |
* | Disable HttpNetworkSessionTest.FlushOnNetworkChange under ThreadSanitizer. | glider@chromium.org | 2010-04-20 | 1 | -0/+3 |
* | A bit wider SpdyNetwork gtest filter for TSan/Win | timurrrr@chromium.org | 2010-04-16 | 1 | -1/+2 |
* | Split the list of tests with intentional leaks out of net_unittests.gtest.txt, | glider@chromium.org | 2010-04-12 | 2 | -17/+16 |
* | Don't run a few more tests under TSan on Windows | timurrrr@chromium.org | 2010-04-07 | 1 | -0/+7 |
* | Move the suppression landed in r43208 to the right file. | rsesek@chromium.org | 2010-03-31 | 1 | -7/+0 |
* | Suppress a leak from r43192 in WebSocketThrottleTest.Throttle. | rsesek@chromium.org | 2010-03-31 | 1 | -0/+7 |
* | Remove wrong-placed file. | timurrrr@chromium.org | 2010-03-31 | 1 | -0/+3 |
* | Don't run some tests under TSan on Windows | timurrrr@chromium.org | 2010-03-26 | 1 | -0/+12 |
* | Enable FtpNetworkTransactionTest.* and HttpNetworkTransactionTest.* under | glider@chromium.org | 2010-03-25 | 1 | -2/+0 |
* | Enable URLRequestTest.*, URLRequestTestHTTP.*, URLRequestTestFTP.* under | glider@chromium.org | 2010-03-25 | 1 | -3/+0 |
* | Enable ProxyScriptFetcherTest.*, SOCKS5ClientSocketTest.*, | glider@chromium.org | 2010-03-25 | 1 | -4/+0 |
* | Enable FileStreamTest.*Async*, HostResolverImplTest.*, TestCompletionCallback... | glider@chromium.org | 2010-03-25 | 1 | -3/+0 |
* | Enable SSLClientSocketTest.* on Mac under ThreadSanitizer. | glider@chromium.org | 2010-03-24 | 1 | -1/+0 |
* | Enable DiskCacheTest.*, DiskCacheEntryTest.*, FlipNetworkTransactionTest.*, | glider@chromium.org | 2010-03-24 | 1 | -4/+0 |
* | Don't run DirectoryListerTest.* as well | timurrrr@chromium.org | 2010-03-22 | 1 | -1/+1 |
* | Disable DirectoryLister.* on TSan/Mac | timurrrr@chromium.org | 2010-03-22 | 1 | -0/+4 |
* | Disables KeygenHandlerTest.FLAKY_SmokeTest on Mac valgrind bots. | glider@chromium.org | 2010-03-03 | 1 | -0/+2 |
* | Don't run some tests failing on certificate erros under Valgrind | timurrrr@chromium.org | 2010-02-25 | 1 | -0/+3 |
* | Disable some unsupported tsan tests for Mac. | shess@chromium.org | 2010-02-24 | 1 | -0/+2 |
* | Disabled DiskCacheBackendTest.*InvalidRankings* on TSan/Mac. | timurrrr@chromium.org | 2010-02-24 | 1 | -3/+1 |
* | Disabled DiskCacheBackendTest.NewEvictionInvalidRankingsSuccess on Mac. | timurrrr@chromium.org | 2010-02-24 | 1 | -0/+1 |
* | Disabled DiskCacheBackendTest.InvalidRankingsSuccess on Mac. | timurrrr@chromium.org | 2010-02-24 | 1 | -1/+2 |
* | Disabled DiskCacheBackendTest.NewEvictionInvalidRankings2 on Mac. | glider@chromium.org | 2010-02-24 | 1 | -0/+4 |
* | wine_valgrind: Use common Valgrind scripts to run Wine/Valgrind tests. | thestig@chromium.org | 2010-02-08 | 1 | -0/+49 |
* | Add suppression while I fix this WriteError leak. | mbelshe@google.com | 2009-11-30 | 1 | -0/+8 |
* | Remove the unnecessary suppressions. | mbelshe@google.com | 2009-11-19 | 1 | -57/+0 |
* | Another attempt to silence valgrind for a moment. | mbelshe@google.com | 2009-11-19 | 1 | -42/+0 |
* | Suppress flip valgrind | mbelshe@google.com | 2009-11-19 | 1 | -0/+99 |
* | Don't run SocketStreamTest.BasicAuthProxy under ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-10-27 | 1 | -0/+1 |
* | Wildcard the test cases if two or more tests make | timurrrr@chromium.org | 2009-10-26 | 2 | -5/+2 |
* | Disable the FlipNetworkTransactionTes because it crashes TSAN. | nsylvain@chromium.org | 2009-10-25 | 1 | -0/+1 |
* | Don't run WebSocketTest.* under ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-10-21 | 1 | -0/+5 |
* | Don't run DiskCacheEntryTest.CancelSparseIO under ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-10-14 | 1 | -0/+1 |
* | Do not run FlipNetworkTransactionTest.Connect under ThreadSanitizer on Mac OS | timurrrr@chromium.org | 2009-10-13 | 1 | -0/+1 |