summaryrefslogtreecommitdiffstats
path: root/newlib/testsuite/newlib.locale/locale.exp
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-06-18 22:39:17 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-06-18 22:39:17 +0000
commitc9ca68d7b5f380070f9c4b75d953bcd5920984e7 (patch)
tree7d1c2265fe88934f972f9c540996f93ab26457d4 /newlib/testsuite/newlib.locale/locale.exp
parentfb921031414b63aa7fd1dcbe1d088c43a8485f22 (diff)
downloadcygnal-c9ca68d7b5f380070f9c4b75d953bcd5920984e7.tar.gz
cygnal-c9ca68d7b5f380070f9c4b75d953bcd5920984e7.tar.bz2
cygnal-c9ca68d7b5f380070f9c4b75d953bcd5920984e7.zip
* testsuite/lib/passfail.exp (newlib_pass_fail_all): New
procedure. (newlib_pass_fail): Change to compile and run only one file. * testsuite/newlib.locale/locale.exp: Use new newlib_pass_fail_all procedure. * testsuite/newlib.string/string.exp: Likewise.
Diffstat (limited to 'newlib/testsuite/newlib.locale/locale.exp')
-rw-r--r--newlib/testsuite/newlib.locale/locale.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/testsuite/newlib.locale/locale.exp b/newlib/testsuite/newlib.locale/locale.exp
index 77aa719fb..9d6f4dd64 100644
--- a/newlib/testsuite/newlib.locale/locale.exp
+++ b/newlib/testsuite/newlib.locale/locale.exp
@@ -6,8 +6,8 @@
load_lib passfail.exp
-set nonpassfailtests {
+set exclude_list {
"UTF-8.c"
}
-newlib_pass_fail $nonpassfailtests
+newlib_pass_fail_all -x $exclude_list