From 6e01a39febad2db7041bfa33fbfe00149f880701 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 19 May 2004 17:47:55 +0000 Subject: [PATCH] don't put in a test that fails on all platforms Original commit message from CVS: don't put in a test that fails on all platforms --- tests/old/testsuite/schedulers/Makefile.am | 12 +++++++----- testsuite/schedulers/Makefile.am | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/tests/old/testsuite/schedulers/Makefile.am b/tests/old/testsuite/schedulers/Makefile.am index eaba16e2ef..10596f5e84 100644 --- a/tests/old/testsuite/schedulers/Makefile.am +++ b/tests/old/testsuite/schedulers/Makefile.am @@ -1,10 +1,12 @@ include ../Rules -tests_pass = \ - unlink_src unlink_sink \ - relink_src relink_sink \ - unref_src unref_sink \ - useless_iteration +tests_pass = \ + unlink_src unlink_sink \ + relink_src relink_sink \ + unref_src unref_sink + +# don't enable this one unless it actually works. +# useless_iteration tests_fail = tests_ignore = diff --git a/testsuite/schedulers/Makefile.am b/testsuite/schedulers/Makefile.am index eaba16e2ef..10596f5e84 100644 --- a/testsuite/schedulers/Makefile.am +++ b/testsuite/schedulers/Makefile.am @@ -1,10 +1,12 @@ include ../Rules -tests_pass = \ - unlink_src unlink_sink \ - relink_src relink_sink \ - unref_src unref_sink \ - useless_iteration +tests_pass = \ + unlink_src unlink_sink \ + relink_src relink_sink \ + unref_src unref_sink + +# don't enable this one unless it actually works. +# useless_iteration tests_fail = tests_ignore =