From: simonmar Date: Wed, 26 Apr 2000 10:03:28 +0000 (+0000) Subject: [project @ 2000-04-26 10:03:28 by simonmar] X-Git-Tag: Approximately_9120_patches~4608 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c068eefd7befde47e7387f658aaa6cc8877b7e7f;p=ghc-hetmet.git [project @ 2000-04-26 10:03:28 by simonmar] Add uncaught exception test. --- 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