summaryrefslogtreecommitdiffstats
path: root/newlib/testsuite/lib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-11-14 23:04:05 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-11-14 23:04:05 +0000
commit665b994e3ac0c7e71e8813bef99a655ed2381ddd (patch)
treeaf0710307248be8a884792608184e824da11d700 /newlib/testsuite/lib
parent16f880fcbaa9de304b7fce1edd80126474ed05e2 (diff)
downloadcygnal-665b994e3ac0c7e71e8813bef99a655ed2381ddd.tar.gz
cygnal-665b994e3ac0c7e71e8813bef99a655ed2381ddd.tar.bz2
cygnal-665b994e3ac0c7e71e8813bef99a655ed2381ddd.zip
2002-11-14 Jeff Johnston <jjohnstn@redhat.com>
* testsuite/lib/passfail.exp (newlib_pass_fail): Changed to only issue one pass/fail message for a compile/link/execute. * testsuite/newlib.elix/elix.exp: New file. * testsuite/newlib.elix/tmmap.c: Ditto.
Diffstat (limited to 'newlib/testsuite/lib')
-rw-r--r--newlib/testsuite/lib/passfail.exp2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/testsuite/lib/passfail.exp b/newlib/testsuite/lib/passfail.exp
index 0a01f4816..82dc0093c 100644
--- a/newlib/testsuite/lib/passfail.exp
+++ b/newlib/testsuite/lib/passfail.exp
@@ -42,9 +42,7 @@ proc newlib_pass_fail { srcfile } {
if { $comp_output != "" } {
fail "Failed to compile $fullsrcfile.\n"
- fail "$fullsrcfile"
} else {
- pass "Compiled $fullsrcfile.\n"
set result [newlib_load $test_driver ""]
set status [lindex $result 0]
$status "$fullsrcfile"