| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r45027: "Disable HttpNetworkSessionTest.FlushOnNetworkChange under Thr... | willchan@chromium.org | 2010-06-04 | 1 | -3/+0 |
* | Don't run SpdyNetworkTransactionTest.SynReplyHeadersVary under TSan/Win | timurrrr@chromium.org | 2010-05-25 | 1 | -0/+1 |
* | Disable HttpNetworkTransactionTest.StopsReading204 (net_unittests) under TSan | glider@chromium.org | 2010-05-19 | 1 | -0/+3 |
* | 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 |
* | Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh... | eroman@chromium.org | 2010-05-05 | 1 | -8/+17 |
* | 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 |
* | Fix a crash when calling a PAC binding from the global scope. | eroman@chromium.org | 2010-03-31 | 1 | -0/+8 |
* | 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 |
* | Fix the "ls -l" style date parser to correctly guess the year if it is not pr... | phajdan.jr@chromium.org | 2010-03-24 | 10 | -16/+16 |
* | 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 |
* | Add a certificate chain to be used by a new unit test. | wtc@chromium.org | 2010-03-18 | 3 | -0/+0 |
* | 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 |
* | Added gtest filter for net_unittests that spawn processes | glider@chromium.org | 2009-12-24 | 1 | -0/+4 |
* | Get the new certificate for https://www.unosoft.hu/ and re-enable the | wtc@chromium.org | 2009-12-15 | 1 | -0/+0 |
* | Add support for MLSD FTP directory listing (RFC-3659) | phajdan.jr@chromium.org | 2009-12-10 | 4 | -0/+58 |