From: rrt Date: Wed, 10 May 2000 14:30:59 +0000 (+0000) Subject: [project @ 2000-05-10 14:30:59 by rrt] X-Git-Tag: Approximately_9120_patches~4525 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a6a619fcf7b7e7ba83896616431fa1ca521fb8e7;p=ghc-hetmet.git [project @ 2000-05-10 14:30:59 by rrt] Omitted some tests on mingw (conc020 *should* work, but doesn't). --- diff --git a/ghc/tests/concurrent/should_run/Makefile b/ghc/tests/concurrent/should_run/Makefile index c60df67..40c9db0 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