History log of /libevent-2.1.12/test/tinytest_macros.h (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release-2.2.1-alpha, release-2.1.12-stable
# 9e468c77 28-Aug-2019 yuangongji <[email protected]>

eliminate some C4267 warnings in Windows

(cherry picked from commit 6f970267b6ba68c9dd9090d789c928529745dc68)


Revision tags: release-2.1.11-stable, release-2.1.10-stable, release-2.1.9-beta
# e66078a0 29-Jan-2019 Azat Khuzhin <[email protected]>

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

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.

(cherry picked from commit b29207dceee33832bb28ab103a833df6a2fd29d3)

show more ...


Revision tags: release-2.0.23-beta, release-2.1.8-stable, release-2.1.7-rc, release-2.1.6-beta
# bd19a28a 20-Apr-2016 Azat Khuzhin <[email protected]>

test/tinytest_macros: add new one tt_nstr_op()


Revision tags: release-2.0.22-stable, release-1.4.15-stable, release-2.1.5-beta
# 8da5a186 08-May-2014 Nick Mathewson <[email protected]>

Update to a more recent tinytest_macros.

This one has less of a tendency to suppress important type warnings.


Revision tags: release-2.1.4-alpha
# 7a804767 06-Mar-2014 Nick Mathewson <[email protected]>

Update to the latest version of tinytest

This brings us up to tinytest 709a36ba63ff16d8


Revision tags: release-2.1.3-alpha, release-2.1.2-alpha, release-2.0.21-stable, release-2.0.20-stable, release-2.0.19-stable, release-2.1.1-alpha, release-2.0.18-stable
# 6c81be74 13-Feb-2012 Nick Mathewson <[email protected]>

Synchronize with upstream tinytest


Revision tags: release-2.0.17-stable
# e49e2891 10-Feb-2012 Nick Mathewson <[email protected]>

Update copyright notices to 2012


Revision tags: release-2.0.16-stable
# 3c824bd3 24-Oct-2011 Nick Mathewson <[email protected]>

Update copyright dates to 2011.


Revision tags: release-2.0.15-stable, release-2.0.14-stable, release-2.0.13-stable, release-2.0.12-stable, release-2.0.11-stable, release-2.0.10-stable, release-2.0.9-rc
# ad923a11 19-Oct-2010 Nick Mathewson <[email protected]>

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 pu

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.

show more ...


Revision tags: release-2.0.8-rc
# f0bd83ea 09-Sep-2010 Nick Mathewson <[email protected]>

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.


Revision tags: release-2.0.7-rc, release-2.0.6-rc, release-1.4.14b-stable, release-1.4.14-stable, release-2.0.5-beta
# 2c2618d8 05-Mar-2010 Nick Mathewson <[email protected]>

more whitespace normalization


# 17efc1cd 04-Mar-2010 Nick Mathewson <[email protected]>

Update all our copyright notices to say "2010"


Revision tags: release-2.0.4-alpha
# e5bbd40a 18-Feb-2010 Nick Mathewson <[email protected]>

Clean up formatting: use tabs, not 8-spaces, to indent.


Revision tags: release-2.0.3-alpha, release-1.4.13-stable, release-2.0.2-alpha@1379, release-1.4.12-stable
# d6f2e199 17-Jul-2009 Nick Mathewson <[email protected]>

Unit tests for bufferevent_get(fd|_underlying)

svn:r1351


# d866f055 13-Jul-2009 Nick Mathewson <[email protected]>

Patch from Zack Weinberg: normalize perror() tt functions and add tt_fail/tt_abort_printf

svn:r1340


Revision tags: release-1.4.11-stable, release-2.0.1-alpha, release-1.4.10-stable
# e6ba208b 31-Jan-2009 Nick Mathewson <[email protected]>

Tinytest update: mostly just to allow test skipping.

svn:r1080


# a8203b34 29-Jan-2009 Nick Mathewson <[email protected]>

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 t

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

show more ...