|   | 6f970267 | 2019-08-28T11:41:53 |  | eliminate some C4267 warnings in Windows | 
            
              |   | b29207dc | 2019-01-29T21:12:33 |  | Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)
windows has intptr_t instead of regular int.
Also tt_fd_op() had been introduced, since we cannot use tt_int_op() for
comparing fd, since it is not always int. | 
            
              |   | bd19a28a | 2016-04-21T02:11:26 |  | test/tinytest_macros: add new one tt_nstr_op() | 
            
              |   | 8da5a186 | 2014-05-08T13:21:49 |  | Update to a more recent tinytest_macros.
This one has less of a tendency to suppress important type warnings. | 
            
              |   | 7a804767 | 2014-03-06T18:09:00 |  | Update to the latest version of tinytest
This brings us up to tinytest 709a36ba63ff16d8 | 
            
              |   | 6c81be74 | 2012-02-13T17:49:17 |  | Synchronize with upstream tinytest | 
            
              |   | e49e2891 | 2012-02-10T17:29:53 |  | Update copyright notices to 2012 | 
            
              |   | 3c824bd3 | 2011-10-24T13:18:09 |  | Update copyright dates to 2011. | 
            
              |   | ad923a11 | 2010-10-19T12:33:50 |  | Improvements to tinytest_macros.h
First, handle cases where we have %s in a tt_want or tt_assert.
Second, add tt_want_*_op that do a tt_*_op test, but do not exit the
test on failure.
We should push these upstream to tinytest some time. | 
            
              |   | f0bd83ea | 2010-09-09T16:13:09 |  | Bump to the latest version of tinytest
This lets us do without libevent-specific code in tinytest.c, and
lets us add a feature to skip individual tests from the command
line. | 
            
              |   | 2c2618d8 | 2010-03-05T13:00:15 |  | more whitespace normalization | 
            
              |   | 17efc1cd | 2010-03-04T01:25:51 |  | Update all our copyright notices to say "2010" | 
            
              |   | e5bbd40a | 2010-02-18T17:41:15 |  | Clean up formatting: use tabs, not 8-spaces, to indent. | 
            
              |   | d6f2e199 | 2009-07-17T18:38:46 |  | Unit tests for bufferevent_get(fd|_underlying)
svn:r1351 | 
            
              |   | d866f055 | 2009-07-13T20:03:00 |  | Patch from Zack Weinberg: normalize perror() tt functions and add tt_fail/tt_abort_printf
svn:r1340 | 
            
              |   | e6ba208b | 2009-01-31T07:32:00 |  | Tinytest update: mostly just to allow test skipping.
svn:r1080 | 
            
              |   | a8203b34 | 2009-01-29T23:19:57 |  | Refactor unit tests using my spiffy new "tinytest" framework.
The big win here is that we can get process-level isolation.
This has been tested to work okay on at least Linux and Win32.  Only
the tests in regress.c have been converted wrapped in the new wrapper
functions; the others are still on the old system.
svn:r1073 |