From a6a619fcf7b7e7ba83896616431fa1ca521fb8e7 Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Wed, 10 May 2000 14:30:59 +0000 Subject: [PATCH] [project @ 2000-05-10 14:30:59 by rrt] Omitted some tests on mingw (conc020 *should* work, but doesn't). --- ghc/tests/concurrent/should_run/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ghc/tests/concurrent/should_run/Makefile b/ghc/tests/concurrent/should_run/Makefile index c60df67a1415..40c9db0b64c2 100644 --- a/ghc/tests/concurrent/should_run/Makefile +++ b/ghc/tests/concurrent/should_run/Makefile @@ -1,8 +1,14 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.5 2000/04/26 10:03:28 simonmar Exp $ +# $Id: Makefile,v 1.6 2000/05/10 14:30:59 rrt Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk + +ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +# conc020 *should* work +OMITTED_RUNTESTS = conc020.run conc021.run +endif + include $(TOP)/mk/should_run.mk conc009_RUNTEST_OPTS = -x 1 -- GitLab