Martin Prikryl f10a09537b neon 0.34.2 7 месяцев назад
..
common 99e2a1d6d3 neon 0.34.0 11 месяцев назад
htdocs b71da71575 OpenSSL 1.0.1q 7 лет назад
.gdbinit b71da71575 OpenSSL 1.0.1q 7 лет назад
.gitignore b19c120bd0 neon 0.33.0 1 год назад
COPYING b71da71575 OpenSSL 1.0.1q 7 лет назад
ChangeLog b71da71575 OpenSSL 1.0.1q 7 лет назад
Makefile.in b19c120bd0 neon 0.33.0 1 год назад
README b71da71575 OpenSSL 1.0.1q 7 лет назад
STATUS b71da71575 OpenSSL 1.0.1q 7 лет назад
acl3744.c c9e32d665b neon 0.32.4 3 лет назад
auth.c 99e2a1d6d3 neon 0.34.0 11 месяцев назад
basic.c b19c120bd0 neon 0.33.0 1 год назад
compress.c ea42131e8e neon 0.32.1 4 лет назад
expired.pem b71da71575 OpenSSL 1.0.1q 7 лет назад
largefile.c c9e32d665b neon 0.32.4 3 лет назад
lock.c f10a09537b neon 0.34.2 7 месяцев назад
makekeys.sh b19c120bd0 neon 0.33.0 1 год назад
neon.prio ba6475dd97 neon 0.31.0 5 лет назад
notvalid.pem b71da71575 OpenSSL 1.0.1q 7 лет назад
nulca.pem b71da71575 OpenSSL 1.0.1q 7 лет назад
nulcn.pem b71da71575 OpenSSL 1.0.1q 7 лет назад
nulsan.pem b71da71575 OpenSSL 1.0.1q 7 лет назад
nulsrv.key b71da71575 OpenSSL 1.0.1q 7 лет назад
oldacl.c c9e32d665b neon 0.32.4 3 лет назад
openssl.conf b19c120bd0 neon 0.33.0 1 год назад
props.c f10a09537b neon 0.34.2 7 месяцев назад
redirect.c 99e2a1d6d3 neon 0.34.0 11 месяцев назад
request.c 99e2a1d6d3 neon 0.34.0 11 месяцев назад
resolve.c b71da71575 OpenSSL 1.0.1q 7 лет назад
run-tests.sh ba6475dd97 neon 0.31.0 5 лет назад
run.sh 99e2a1d6d3 neon 0.34.0 11 месяцев назад
session.c 99e2a1d6d3 neon 0.34.0 11 месяцев назад
skeleton.c b71da71575 OpenSSL 1.0.1q 7 лет назад
socket.c 99e2a1d6d3 neon 0.34.0 11 месяцев назад
ssl.c 99e2a1d6d3 neon 0.34.0 11 месяцев назад
string-tests.c c9e32d665b neon 0.32.4 3 лет назад
stubs.c ea42131e8e neon 0.32.1 4 лет назад
twooh7.c f10a09537b neon 0.34.2 7 месяцев назад
uri-tests.c f10a09537b neon 0.34.2 7 месяцев назад
util-socks.c b71da71575 OpenSSL 1.0.1q 7 лет назад
util-tests.c 99e2a1d6d3 neon 0.34.0 11 месяцев назад
utils.c 99e2a1d6d3 neon 0.34.0 11 месяцев назад
utils.h 99e2a1d6d3 neon 0.34.0 11 месяцев назад
xml.c b71da71575 OpenSSL 1.0.1q 7 лет назад
xmlreq.c c9e32d665b neon 0.32.4 3 лет назад

README


Stupidly Simple Test Suite for neon
-----------------------------------

The aim of the test suite is two-fold:

1. ensure compliance to the relevant RFCs in network behaviour.

2. ensure that the promises made by the public API are met
by the current implementation.

The file `STATUS' makes an attempt at listing RFC requirements and how
the test suite tests whether neon meets them or not (it's not finished
yet).

The test suite is licensed under the GPL.

Important Note About Test Failures
----------------------------------

Note that a test failure either means a bug in the test or a bug in
the code itself. On platforms without pipe(), there is a race
condition in the code which forks a server process: if you get random
failures on a slow or loaded box, increase the sleep time in
common/child.c:minisleep().

Extra Stuff
-----------

server-tests requires that you have a running HTTP server on localhost
port 80, and you have copied htdocs/* to server-htdocs-root/test/*

Credits
-------

This test suite is inspired by the Subversion project, discussion on
the subversion mailing list, and seeing chromatic's talks on XP. The
presentation is inspired by the standard Perl test suite. Imitation
is the greatest form of flattery, right?