[project @ 2000-04-26 10:03:28 by simonmar]
authorsimonmar <unknown>
Wed, 26 Apr 2000 10:03:28 +0000 (10:03 +0000)
committersimonmar <unknown>
Wed, 26 Apr 2000 10:03:28 +0000 (10:03 +0000)
Add uncaught exception test.

ghc/tests/concurrent/should_run/Makefile
ghc/tests/concurrent/should_run/conc021.hs [new file with mode: 0644]
ghc/tests/concurrent/should_run/conc021.stderr [new file with mode: 0644]

index fb804f0..c60df67 100644 (file)
@@ -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 (file)
index 0000000..6d3fe0a
--- /dev/null
@@ -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 (file)
index 0000000..e69de29