Home | History | Annotate | Download | only in tests

Lines Matching refs:core

101   testfiles backtrace.$arch.{exec,core}
103 echo ./backtrace ./backtrace.$arch.{exec,core}
104 testrun ${abs_builddir}/backtrace -e ./backtrace.$arch.exec --core=./backtrace.$arch.core 1>backtrace.$arch.bt 2>backtrace.$arch.err || true
106 check_unsupported backtrace.$arch.err backtrace.$arch.core
107 check_all backtrace.$arch.{bt,err} backtrace.$arch.core
123 # Backtrace core file.
128 # Disable valgrind while dumping core.
132 # Skip the test if we cannot adjust core ulimit.
133 core="core.`ulimit -c unlimited || exit 77; set +ex; testrun ${abs_builddir}/$child --gencore; true`"
135 if [ -f core ]; then
136 mv core "$core"
138 if [ ! -f "$core" ]; then echo "No $core file generated"; exit 77; fi
147 tempfiles $core{,.{bt,err}}
148 (set +ex; testrun ${abs_builddir}/backtrace -e ${abs_builddir}/$child --core=$core 1>$core.bt 2>$core.err; true)
149 cat $core.{bt,err}
150 check_native_unsupported $core.err $child-$core
151 check_all $core.{bt,err} $child-$core