Home | History | Annotate | Download | only in ld-pe

Lines Matching full:testname

48 proc run_basefile_test { testname } {
56 --base-file=tmpdir/$testname.base \
57 --export-all-symbols" tmpdir/$testname.dll \
63 if { $verbose > 2 } then { verbose "output is [file_contents tmpdir/$testname.base]" 3 }
65 catch "exec wc -c tmpdir/$testname.base" err
67 if ![string match "0 tmpdir/$testname.base" [string trim $err]] then {
70 fail $testname
74 pass "$testname"
89 proc run_ver_script_test { testname } {
96 -Wl,--version-script,$srcdir/$subdir/$testname.ver \
97 -Wl,--output-def,tmpdir/$testname.def" tmpdir/$testname.dll \
102 if { $verbose > 2 } then { verbose "output is [file_contents tmpdir/$testname.def]" 3 }
103 if { [regexp_diff tmpdir/$testname.def $srcdir/$subdir/$testname.d] } then {
104 fail $testname
105 if { $verbose == 2 } then { verbose "output is [file_contents tmpdir/$testname.def]" 2 }
109 pass "$testname"