History log of /netbsd-src/libexec/httpd/testsuite/test-simple (Results 1 – 6 of 6)
Revision Date Author Comments
# 6807b854 14-Dec-2018 maya <maya@NetBSD.org>

Don't pass ${HOST} to test scripts.
htnl_cmp compares against the output of `hostname`.

This makes the tests pass on my machine.


# a3912675 21-Nov-2018 mrg <mrg@NetBSD.org>

- move special files defines into bozohttpd.h, so we can ...
- consolidate all the special file checks into
bozo_check_special_files() so that all builds check the same
list of special files, reg

- move special files defines into bozohttpd.h, so we can ...
- consolidate all the special file checks into
bozo_check_special_files() so that all builds check the same
list of special files, regardless of build options.
- convert "(void)bozo_http_error(...); return -1;" into plain
"return bozo_http_error(...);"
- fix the call to bozo_check_special_files() to be used on all
input types. part of the fixes for failure to reject access
to /.htpasswd as reported by JP on tech-security.
- use warn_unused_result attribute on bozo_check_special_files(),
and fix the failures to return failure. second part of the
htpasswd access fix.
- update testsuite to use a fixed fake hostname.

call this bozohttpd 20181121.

show more ...


# 2c19cec6 31-Jan-2017 mrg <mrg@NetBSD.org>

- fix a bug in cgi processing. from Dennis Lindroos.
- add a testcase for this, and expand test-simple to handle additional
args to bozohttpd for eg, cgi-bin setting.
- fix objdir bugs in the test

- fix a bug in cgi processing. from Dennis Lindroos.
- add a testcase for this, and expand test-simple to handle additional
args to bozohttpd for eg, cgi-bin setting.
- fix objdir bugs in the testsuite.

show more ...


# 10c3be53 27-Dec-2016 schmonz <schmonz@NetBSD.org>

When testing non-verbosely, show diff on failure. ok mrg@


# 7ec9a291 26-Sep-2016 schmonz <schmonz@NetBSD.org>

Missed in previous: exit 1 if html_cmp says no match.


# 268438ca 23-Sep-2016 schmonz <schmonz@NetBSD.org>

Add a VERBOSE knob to the testsuite ("yes" by default, producing
basically the same output as before). When turned off, tests run
silently except when there's a failure.

Reviewed by mrg@.