diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-11-14 23:04:05 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-11-14 23:04:05 +0000 |
commit | 665b994e3ac0c7e71e8813bef99a655ed2381ddd (patch) | |
tree | af0710307248be8a884792608184e824da11d700 /newlib/testsuite/newlib.elix/elix.exp | |
parent | 16f880fcbaa9de304b7fce1edd80126474ed05e2 (diff) | |
download | cygnal-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/newlib.elix/elix.exp')
-rw-r--r-- | newlib/testsuite/newlib.elix/elix.exp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/newlib/testsuite/newlib.elix/elix.exp b/newlib/testsuite/newlib.elix/elix.exp new file mode 100644 index 000000000..6c0ee92e6 --- /dev/null +++ b/newlib/testsuite/newlib.elix/elix.exp @@ -0,0 +1,19 @@ +# Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved. +# +# Permission to use, copy, modify, and distribute this software +# is freely granted, provided that this notice is preserved. +# + +global host_triplet target_triplet + +load_lib passfail.exp + +set exclude_list { +} + +verbose $host_triplet +verbose $target_triplet + +if [string match "i\[3456\]86-pc-linux-gnu" $target_triplet] then { + newlib_pass_fail_all -x $exclude_list +} |