From 1432af7a72e607d7247cbab358e3569fba3e744e Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 22 Aug 2000 14:05:05 +0000 Subject: [PATCH] [project @ 2000-08-22 14:05:05 by sewardj] Don't do cg026 on sparc; it doesn't work with the NCG (foreign label stderr). --- ghc/tests/codeGen/should_run/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc/tests/codeGen/should_run/Makefile b/ghc/tests/codeGen/should_run/Makefile index 108f1cb..73d44ab 100644 --- a/ghc/tests/codeGen/should_run/Makefile +++ b/ghc/tests/codeGen/should_run/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.13 2000/08/15 11:41:19 rrt Exp $ +# $Id: Makefile,v 1.14 2000/08/22 14:05:05 sewardj Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk @@ -7,6 +7,9 @@ include $(TOP)/mk/boilerplate.mk ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" OMITTED_RUNTESTS = cg030.run cg035.run endif +ifeq "$(TARGETPLATFORM)" "sparc-sun-solaris2" +OMITTED_RUNTESTS = cg026.run +endif include $(TOP)/mk/should_run.mk -- 1.7.10.4