OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testrun
(Results
26 - 35
of
35
) sorted by null
1
2
/external/elfutils/src/tests/
test-subr.sh
60
testrun
"$@" > $outfile 2>&1 || :
78
testrun
()
function
128
# Provide a command to run on all self-test files with
testrun
.
134
testrun
$* $file \
148
testrun
$* $file > /dev/null \
run-strip-reloc.sh
35
testrun
${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile ||
38
testrun
${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \
43
testrun
${abs_top_builddir}/src/readelf -a $outfile1 > readelf.out ||
58
testrun
${abs_top_builddir}/src/readelf -w $debugfile1 \
62
testrun
${abs_top_builddir}/src/readelf -w $debugfile2 \
run-arsymtest.sh
36
testrun
${abs_builddir}/arsymtest $lib $tmpfile || exit 1
run-backtrace-demangle.sh
33
testrun
${abs_top_builddir}/src/stack -n 2 -e $child --core $child.core >$child.bt 2>$child.err || exitcode=$?
run-nm-self.sh
31
testrun
${abs_top_builddir}/src/nm $what_arg $format_arg $out_arg $self_file > /dev/null
backtrace-subr.sh
104
testrun
${abs_builddir}/backtrace -e ./backtrace.$arch.exec --core=./backtrace.$arch.core 1>backtrace.$arch.bt 2>backtrace.$arch.err || true
117
(set +ex;
testrun
${abs_builddir}/backtrace --backtrace-exec=${abs_builddir}/$child 1>$child.bt 2>$child.err; true)
133
core="core.`ulimit -c unlimited || exit 77; set +ex;
testrun
${abs_builddir}/$child --gencore; true`"
148
(set +ex;
testrun
${abs_builddir}/backtrace -e ${abs_builddir}/$child --core=$core 1>$core.bt 2>$core.err; true)
run-readelf-test1.sh
29
testrun
${abs_top_builddir}/src/readelf -r testfile3 > testfile.temp
run-addr2line-test.sh
58
cat stdin.nl |
testrun
${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nl.out || exit 1
67
echo -n "0x08048468" |
testrun
${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nonl.out || exit 1
71
echo -n "foo" |
testrun
${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nl.out || exit 1
run-allfcts-multi.sh
48
testrun
${abs_builddir}/allfcts test-offset-loop | head -n 20 > allfcts.out
run-alldts.sh
23
testrun
${abs_builddir}/alldts
Completed in 513 milliseconds
1
2