HomeSort by relevance Sort by last modified time
    Searched refs:testfile (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/elfutils/tests/
run-test-flag-nobits.sh 20 testfiles testfile
22 testrun ${abs_builddir}/test-flag-nobits testfile
run-strip-test10.sh 18 original=testfile-x32
19 stripped=testfile-x32-d
20 debugfile=testfile-x32-debug
run-elfstrmerge-test.sh 23 testfile="$1"
24 testfiles ${testfile}
26 mergedfile="${testfile}.merged"
29 echo "merging string tables ${testfile} -> ${mergedfile}"
30 testrun ${abs_top_builddir}/tests/elfstrmerge -o ${mergedfile} ${testfile}
34 # Random ELF32 testfile with extra STT_SECTION symbols
37 # Random ELF64 testfile with extra STT_SECTION symbols
run-unstrip-test3.sh 9 # gcc -o testfile-info-link -g testprog.c
10 # objcopy --only-keep-debug testfile-info-link testfile-info-link.debuginfo
11 # eu-strip --strip-debug -o testfile-info-link.stripped testfile-info-link
13 original=testfile-info-link
14 stripped=testfile-info-link.stripped
15 debugfile=testfile-info-link.debuginfo
run-early-offscn.sh 20 testfiles testfile
22 testrun ${abs_builddir}/early-offscn testfile 0x500
run-strip-test9.sh 19 original=testfile-x32
20 stripped=testfile-x32-s
run-unstrip-test.sh 25 tempfiles testfile.unstrip testfile.inplace
32 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip $stripped $debugfile
34 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.unstrip
38 rm -f testfile.inplace
39 cp $debugfile testfile.inplace
40 chmod 644 testfile.inplace
41 testrun ${abs_top_builddir}/src/unstrip $stripped testfile.inplace
43 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.inplace
run-strip-test.sh 23 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
28 tempfiles testfile.temp testfile.debug.temp testfile.unstrip
30 testrun ${abs_top_builddir}/src/strip -o testfile.temp $debugout $original
34 cmp $stripped testfile.temp || status=$?
37 testrun ${abs_top_builddir}/src/elflint -q testfile.temp || status=$?
40 cmp $debugfile testfile.debug.temp || status=$?
43 testrun ${abs_top_builddir}/src/elflint -q -d testfile.debug.temp || status=$?
46 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip testfile.temp testfile.debug.tem
    [all...]
run-dwelfgnucompressed.sh 80 testfiles testfile-zgnu64
81 testrun_compare ${abs_top_builddir}/tests/dwelfgnucompressed testfile-zgnu64 <<\EOF
87 testfiles testfile-zgnu64be
88 testrun_compare ${abs_top_builddir}/tests/dwelfgnucompressed testfile-zgnu64be <<\EOF
94 testfiles testfile-zgnu32
95 testrun_compare ${abs_top_builddir}/tests/dwelfgnucompressed testfile-zgnu32 <<\EOF
101 testfiles testfile-zgnu32be
102 testrun_compare ${abs_top_builddir}/tests/dwelfgnucompressed testfile-zgnu32be <<\EOF
run-dwfl-report-elf-align.sh 20 testfiles testfile-dwfl-report-elf-align-shlib.so
23 # 7f3560c92000-7f3560c93000 r-xp 00000000 fd:02 25037063 testfile-dwfl-report-elf-align-shlib.so
24 # 7f3560c93000-7f3560e92000 ---p 00001000 fd:02 25037063 testfile-dwfl-report-elf-align-shlib.so
25 # 7f3560e92000-7f3560e93000 rw-p 00000000 fd:02 25037063 testfile-dwfl-report-elf-align-shlib.so
26 # testfile-dwfl-report-elf-align-shlib.so:
35 # #1 0x00007f3560c92585 in shlib () from ./testfile-dwfl-report-elf-align-shlib.so
37 # 0x7f3560c92000 is VMA address of first byte of testfile-dwfl-report-elf-align-shlib.so.
41 testrun ${abs_builddir}/dwfl-report-elf-align ./testfile-dwfl-report-elf-align-shlib.so \
run-arsymtest.sh 24 testfile=arsymtest.test
26 tempfiles $okfile $tmpfile $testfile
37 sort $tmpfile > $testfile
40 if cmp $okfile $testfile; then
run-debugaltlink.sh 21 testfiles testfile42 testfile_multi_main testfile-dwzstr \
25 testfile_multi_main testfile-dwzstr \
29 testfile-dwzstr: testfile-dwzstr.multi, build ID: 6da22627dae55c1d62cf9122827c665e240a056b
run-macro-test.sh 30 # gcc -gdwarf-4 -g3 -o testfile-macros macro.c
31 # gcc -gstrict-dwarf -gdwarf-4 -g3 -o testfile-macinfo macro.c
33 testfiles testfile-macinfo testfile-macros
38 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macinfo \
40 { echo "*** failure readelf --debug-dump=info testfile-macinfo"; status=1; }
45 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macros \
47 { echo "*** failure readelf --debug-dump=info testfile-macros"; status=1; }
run-compress-test.sh 68 testfile="$1"
69 testfiles ${testfile}
70 testrun_elfcompress_file ${testfile}
73 mergedfile="${testfile}.merged"
75 echo "merging string tables ${testfile} -> ${mergedfile}"
76 testrun ${abs_top_builddir}/tests/elfstrmerge -o ${mergedfile} ${testfile}
80 # Random ELF32 testfile
83 # Random ELF64 testfile
86 # Random ELF64BE testfile
89 # Random ELF32BE testfile
    [all...]
run-aggregate-size.sh 38 # gcc -g -c -o testfile-sizes1.o sizes.c
39 # clang -g -c -o testfile-sizes2.o sizes.c
63 # gcc -std=c99 -g -c -o testfile-sizes3.o sizes.c
65 testfiles testfile-sizes1.o testfile-sizes2.o testfile-sizes3.o
67 testrun_compare ${abs_builddir}/aggregate_size -e testfile-sizes1.o <<\EOF
79 testrun_compare ${abs_builddir}/aggregate_size -e testfile-sizes2.o <<\EOF
91 testrun_compare ${abs_builddir}/aggregate_size -e testfile-sizes3.o <<\EOF
run-getsrc-die.sh 24 testfiles testfile testfile-inlines testfile-lex-inlines
26 testrun_compare ${abs_top_builddir}/tests/getsrc_die testfile 0x08048468 0x0804845c <<\EOF
31 testrun_compare ${abs_top_builddir}/tests/getsrc_die testfile-inlines 0x00000000000005a0 0x00000000000005a1 0x00000000000005b0 0x00000000000005b1 0x00000000000005c0 0x00000000000005d0 0x00000000000005e0 0x00000000000005e1 0x00000000000005f1 0x00000000000005f2 <<\EOF
44 testrun_compare ${abs_top_builddir}/tests/getsrc_die testfile-lex-inlines 0x0000000000000680 0x0000000000000681 0x0000000000000690 0x0000000000000691 <<\EOF
run-readelf-zx.sh 22 testfiles testfile-zgnu64
23 testrun_compare ${abs_top_builddir}/src/readelf -z -x.zdebug_aranges testfile-zgnu64 <<\EOF
34 testfiles testfile-zgabi64
35 testrun_compare ${abs_top_builddir}/src/readelf -z -x.debug_aranges testfile-zgabi64 <<\EOF
46 testfiles testfile-zgnu32
47 testrun_compare ${abs_top_builddir}/src/readelf -z -x.zdebug_aranges testfile-zgnu32 <<\EOF
56 testfiles testfile-zgabi32
57 testrun_compare ${abs_top_builddir}/src/readelf -z -x.debug_aranges testfile-zgabi32 <<\EOF
run-typeiter.sh 45 # | g++ -x c++ -g -fdebug-types-section -o testfile-debug-types -
47 testfiles testfile59 testfile-debug-types
57 testrun_compare ${abs_builddir}/typeiter2 testfile-debug-types <<\EOF
run-readelf-test1.sh 23 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
27 tempfiles testfile.temp
29 testrun ${abs_top_builddir}/src/readelf -r testfile3 > testfile.temp
31 diff -u - testfile.temp <<EOF
  /external/ltp/testcases/kernel/syscalls/dup/
dup07.c 42 static const char *testfile = "dup07"; variable
62 if ((rdoret = creat(testfile, 0444)) == -1) {
63 tst_resm(TFAIL, "Unable to creat file '%s'", testfile);
66 tst_resm(TFAIL, "Unable to dup '%s'", testfile);
82 unlink(testfile);
84 if ((wroret = creat(testfile, 0222)) == -1) {
85 tst_resm(TFAIL, "Unable to creat file '%s'", testfile);
88 tst_resm(TFAIL, "Unable to dup '%s'", testfile);
105 unlink(testfile);
107 if ((rdwret = creat(testfile, 0666)) == -1)
    [all...]
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsxtest02 34 touch $TCtmp/testfile
35 $TCbin/fsx-linux -N $1 $TCtmp/testfile
fsxtest 38 touch /testmount/testfile
39 fsx-linux -N $3 /testmount/testfile
  /external/vboot_reference/tests/
vb21_host_misc_tests.c 32 const char *testfile = "file_tests.dat"; local
40 unlink(testfile);
42 TEST_EQ(vb2_read_file(testfile, &read_data, &read_size),
47 TEST_SUCC(vb2_write_file(testfile, test_data, sizeof(test_data)),
49 TEST_SUCC(vb2_read_file(testfile, &read_data, &read_size),
54 unlink(testfile);
61 TEST_SUCC(vb2_write_object(testfile, c), "vb2_write_object() good");
62 TEST_SUCC(vb2_read_file(testfile, &read_data, &read_size),
68 unlink(testfile);
  /external/ltp/testcases/kernel/security/smack/
smack_file_access.sh 33 testfile="testfile"
38 smack_notroot /bin/sh -c "echo InitialData 2>/tmp/smack_fail.log > $testfile"
39 if [ ! -f "$testfile" ]; then
40 tst_brkm TFAIL "Test file \"$testfile\" can not be created."
43 setfattr --name=security.SMACK64 --value=TheOther "$testfile"
44 setto=$(getfattr --only-values -n security.SMACK64 -e text $testfile)
47 tst_brkm TFAIL "Test file \"$testfile\" labeled \"$setto\" incorrectly."
63 got_read=$(smack_notroot $CAT "$testfile")
66 tst_brkm TFAIL "Read failed for \"$testfile\" labeled \"TheOther\".
    [all...]
  /external/expat/conftools/
PrintPath 73 testfile="pp.t.$$"
75 cat > $testfile <<ENDTEST
83 if `/bin/sh $testfile 2>/dev/null`; then
88 rm -f $testfile

Completed in 265 milliseconds

1 2 3 4 5 6 7 8