Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/38f21bb2258c61af008323aa4603698fa5aa9e34 >--------------------------------------------------------------- commit 38f21bb2258c61af008323aa4603698fa5aa9e34 Author: Ian Lynagh <i...@well-typed.com> Date: Wed Jan 16 16:40:30 2013 +0000 Add a test for #7299 >--------------------------------------------------------------- tests/ghc-e/should_run/Makefile | 3 +++ tests/ghc-e/should_run/all.T | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tests/ghc-e/should_run/Makefile b/tests/ghc-e/should_run/Makefile index 2a7fd0a..3596f02 100644 --- a/tests/ghc-e/should_run/Makefile +++ b/tests/ghc-e/should_run/Makefile @@ -27,3 +27,6 @@ ghc-e005: 3890: '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e ":main" 3890.hs | cat +T7299: + '$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e "Control.Concurrent.threadDelay (1000 * 1000)" + diff --git a/tests/ghc-e/should_run/all.T b/tests/ghc-e/should_run/all.T index 60bafdf..e5a2529 100644 --- a/tests/ghc-e/should_run/all.T +++ b/tests/ghc-e/should_run/all.T @@ -13,3 +13,4 @@ test('2228', ['$MAKE --no-print-directory -s 2228']) test('2636', req_interp, run_command, ['$MAKE --no-print-directory -s 2636']) test('3890', req_interp, run_command, ['$MAKE --no-print-directory -s 3890']) +test('T7299', req_interp, run_command, ['$MAKE --no-print-directory -s T7299']) _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits