From c068eefd7befde47e7387f658aaa6cc8877b7e7f Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 26 Apr 2000 10:03:28 +0000 Subject: [PATCH] [project @ 2000-04-26 10:03:28 by simonmar] Add uncaught exception test. --- ghc/tests/concurrent/should_run/Makefile | 3 ++- ghc/tests/concurrent/should_run/conc021.hs | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ghc/tests/concurrent/should_run/conc021.hs create mode 100644 ghc/tests/concurrent/should_run/conc021.stderr diff --git a/ghc/tests/concurrent/should_run/Makefile b/ghc/tests/concurrent/should_run/Makefile index fb804f0..c60df67 100644 --- a/ghc/tests/concurrent/should_run/Makefile +++ b/ghc/tests/concurrent/should_run/Makefile @@ -1,11 +1,12 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.4 2000/03/21 15:54:25 simonmar Exp $ +# $Id: Makefile,v 1.5 2000/04/26 10:03:28 simonmar Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_run.mk conc009_RUNTEST_OPTS = -x 1 +conc021_RUNTEST_OPTS = -x 250 SRC_HC_OPTS += -dcore-lint -syslib concurrent -fglasgow-exts diff --git a/ghc/tests/concurrent/should_run/conc021.hs b/ghc/tests/concurrent/should_run/conc021.hs new file mode 100644 index 0000000..6d3fe0a --- /dev/null +++ b/ghc/tests/concurrent/should_run/conc021.hs @@ -0,0 +1,3 @@ +module PrelMain where + +mainIO = error "wurble" diff --git a/ghc/tests/concurrent/should_run/conc021.stderr b/ghc/tests/concurrent/should_run/conc021.stderr new file mode 100644 index 0000000..e69de29 -- 1.7.10.4