Home | History | Annotate | Download | only in tests

Lines Matching refs:child

25 child=testfile-backtrace-demangle
26 testfiles $child{,.core}
27 tempfiles $child.{bt,err}
39 testrun ${abs_top_builddir}/src/stack -n 2 -e $child --core $child.core >$child.bt 2>$child.err || exitcode=$?
40 cat $child.{bt,err}
47 if test $exitcode != 1 || ! grep "shown max number of frames" $child.err; then
51 if ! grep -w f $child.bt; then
55 if ! grep ' cxxfunc(int)' $child.bt; then