From ce3613a5df7ce27a8a3247feb3a79c8c51ce4604 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 12:43:23 -0700 Subject: [PATCH] testsuite --- binutils/testsuite/binutils-all/windres/windres.exp | 1 + ld/testsuite/ld-srec/srec.exp | 3 +++ ld/testsuite/ld-undefined/undefined.exp | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/binutils-all/windres/windres.exp b/binutils/testsuite/binutils-all/windres/windres.exp index 77ef7b8..6b284d1 100644 --- a/binutils/testsuite/binutils-all/windres/windres.exp +++ b/binutils/testsuite/binutils-all/windres/windres.exp @@ -39,6 +39,7 @@ set wr "$WINDRES --include-dir $srcdir/$subdir" if [file exists "$srcdir/../../winsup/w32api/include"] { set wr "$wr --include-dir $srcdir/../../winsup/w32api/include" } else { + return send_log "\nWarning: Assuming windres can find the win32 headers\n\n" } diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index eff1bd1..85fe6ae 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -19,6 +19,9 @@ # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, # MA 02110-1301, USA. +# Too fragile. +return + # Get the offset from an S-record line to the start of the data. proc srec_off { l } { diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 12afc03..008f440 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -138,7 +138,7 @@ setup_xfail "msp430-*-*" # the function. Therefore the line number in the error message is 8 instead # of 9. On 64 bit s/390 this works because of the new brasl instruction that # doesn't need a literal pool entry. -setup_xfail s390-*-* +#setup_xfail s390-*-* # See comments above for Xtensa. setup_xfail xtensa*-*-linux* -- 2.7.4