|
From: Julian S. <js...@ac...> - 2006-11-26 18:14:52
|
It's probably complaining that the .stderr.out (the actual stderr) does not match the .stderr.exp (the expected stderr). It will certainly complain if the .stderr.exp does not exist. What I do is create the .c file and .vgtest file edit Makefile.am ; rebuild right from ./autogen.sh so as to get up to date Makefiles make regtest (which dies on the test) copy .stderr.out to .stderr.exp (if it looks correct); ditto for .stdout.out/.stdout.exp J On Sunday 26 November 2006 18:05, Bart Van Assche wrote: > Can anyone tell me where I can find instructions for writing > regression tests ? I tried to add a regression test for detached POSIX > threads, but "make -s regtest" tells me that it fails on stderr. All > the test writes to stderr is the Valgrind banner however. |