Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/01a07222b2ce50956589734f623ce88247925d7d >--------------------------------------------------------------- commit 01a07222b2ce50956589734f623ce88247925d7d Author: Simon Marlow <[email protected]> Date: Fri Sep 21 14:19:05 2012 +0100 test for #7227 >--------------------------------------------------------------- tests/rts/{rtsflags001.hs => T7227.hs} | 0 tests/rts/all.T | 4 ++++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tests/rts/rtsflags001.hs b/tests/rts/T7227.hs similarity index 100% copy from tests/rts/rtsflags001.hs copy to tests/rts/T7227.hs diff --git a/tests/rts/all.T b/tests/rts/all.T index 25a3de2..d69d211 100644 --- a/tests/rts/all.T +++ b/tests/rts/all.T @@ -158,3 +158,7 @@ test('T7040_ghci', [ only_ways(['ghci']), cmd_prefix('$MAKE T7040_ghci_setup && '), extra_clean(['T7040_ghci_c.o']) ], compile_and_run, ['T7040_ghci_c.o']) + +test('T7227', [ extra_run_opts('+RTS -tT7227.stat --machine-readable -RTS'), + extra_clean(['T7227.stat']) ] + , compile_and_run, [''] ) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
