|
From: Bart V. A. <bar...@gm...> - 2006-11-27 18:55:22
|
Thanks for all the help -- I have changed pth_detached.stderr.exp from an empty file into three blank lines, and my test now passes the regression tests. Can I submit this test now or should I wait until drd is finished ? This regression test (pth_detached.c) is not particularly useful for testin nulgrind in its current state, but is an essential regression test for nulgrind with the drd patch applied (because of the changes in coregrind/vg_preloaded.c). Bart Van Assche. On 11/26/06, Nicholas Nethercote <nj...@cs...> wrote: > On Sun, 26 Nov 2006, Julian Seward wrote: > > > 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 > > And .stdout.out can be omitted if it is empty. > > There's some documentation at the top of tests/vg_regtest.in, and also in > docs/xml/manual-writing-tools.xml under "Regression tests". |