7 Jun 2007 09:52
Patches to get TAP testing to work
Kent Boortz <kent <at> mysql.com>
2007-06-07 07:52:56 GMT
2007-06-07 07:52:56 GMT
Hi,
Some patches I have applied to get the tests running, using TAP
output. Some might just apply to my setup, just included for
completeness. Note that I run the tests in CVS against the current
MySQL v3 driver and unixODBC 2.2.12.
tests/tst.pl
As test cases output trace information, this mixes with the TAP
lines making it hard to parse. I just let the tap output start
with a newline, but would be better to make all output unbuffered
maybe.
tests/v3/conformance/Other/ins1/ins1.c
tests/v3/conformance/Other/lgetdata/lgetdata.c
tests/v3/conformance/Other/lonchar2/lonchar2.c
FreeBSD doesn't like the use of #include <malloc.h>,
suggests in error message to use #include <stdlib.h>
tests/v3/conformance/Core/AllocHandle-DBC/AllocHandle-DBC.pro
tests/v3/conformance/Core/AllocHandle-ENV/AllocHandle-ENV.pro
Could not reach all headers included, added "../../../../common"
tests/v3/conformance/Other/getset/getset.c
Moved last declaration before first statement.
(Continue reading)
RSS Feed