From: Ian Lance Taylor Date: Sat, 19 Aug 1995 21:37:43 +0000 (+0000) Subject: * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output X-Git-Tag: gdb-4_18~11092 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0af548446dfaa12f308d47649cd7e0c96874e91;p=platform%2Fupstream%2Fbinutils.git * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output of diff. * lib/gas-defs.exp: Define prune_system_crud if it is not already defined. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1c3e77b..5b1787c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 19 17:36:17 1995 Ian Lance Taylor + + * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output + of diff. + * lib/gas-defs.exp: Define prune_system_crud if it is not already + defined. + Fri Aug 18 11:09:38 1995 Ian Lance Taylor * gasp/mri/*.out: Use ;, not !, for the comment character. diff --git a/gas/testsuite/gasp/gasp.exp b/gas/testsuite/gasp/gasp.exp index f64abec..5987352 100644 --- a/gas/testsuite/gasp/gasp.exp +++ b/gas/testsuite/gasp/gasp.exp @@ -3,10 +3,12 @@ proc gasp_test { filename testname opt } { global GASP global srcdir + global host_triplet send_log "$srcdir/lib/run $GASP -I$srcdir/gasp -s $opt $filename.asm -o gasp.out\n" catch "exec $srcdir/lib/run $GASP -I$srcdir/gasp -s $opt $filename.asm -o gasp.out" errs catch "exec diff gasp.out $filename.out" diffs + set diffs [prune_system_crud $host_triplet $diffs] if ![string match "" $diffs] { send_log "$diffs\n" verbose $diffs