History log of /libevent-2.1.12/test/tinytest_demo.c (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release-2.2.1-alpha, release-2.1.12-stable, release-2.1.11-stable, release-2.1.10-stable, release-2.1.9-beta, release-2.0.23-beta
# 6ea1ec68 20-Nov-2018 Azat Khuzhin <[email protected]>

Merge branch 'TT_RETRIABLE'

* TT_RETRIABLE:
Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only)
regress: introduce TT_RETRIABLE

Fixes: #704
(cherry picked from commit 4d2f013b5d

Merge branch 'TT_RETRIABLE'

* TT_RETRIABLE:
Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only)
regress: introduce TT_RETRIABLE

Fixes: #704
(cherry picked from commit 4d2f013b5d20e674b22e5a8244f7fa63172dbdbf)

show more ...


Revision tags: release-2.1.8-stable, release-2.1.7-rc, release-2.1.6-beta
# f062bbe3 24-Feb-2016 Azat Khuzhin <[email protected]>

test/tinytest_demo: include <windows.h> for win32 to fix tdm-gcc

From: @gvanem
Fixes: #325


Revision tags: release-2.0.22-stable, release-1.4.15-stable, release-2.1.5-beta, 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
# ef7c4f79 28-Jun-2012 Nick Mathewson <[email protected]>

Update to latest tinytest (911b4f0349377)


Revision tags: release-2.0.19-stable, release-2.1.1-alpha, release-2.0.18-stable
# a9dc063c 13-Feb-2012 Nick Mathewson <[email protected]>

Merge in a punctuation fix from 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, 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
# 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, release-1.4.11-stable, release-2.0.1-alpha, release-1.4.10-stable
# 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 ...