Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1ae2f142a962647e457d5d6c412997dc81dd3e88 >--------------------------------------------------------------- commit 1ae2f142a962647e457d5d6c412997dc81dd3e88 Author: Simon Marlow <[email protected]> Date: Mon Nov 14 11:27:37 2011 +0000 omit prof/dyn ways >--------------------------------------------------------------- tests/quasiquotation/T4491/test.T | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/tests/quasiquotation/T4491/test.T b/tests/quasiquotation/T4491/test.T index 3c6a854..7d02388 100644 --- a/tests/quasiquotation/T4491/test.T +++ b/tests/quasiquotation/T4491/test.T @@ -1,2 +1,10 @@ -test('T4491', [req_interp, only_compiler_types(['ghc'])], +test('T4491', + [ + req_interp, + # We'd need to jump through some hoops to run this test the + # in the prof or dyn ways, due to the TH use, so for now we just + # omit the other ways + omit_ways(['profasm','profthreaded','dyn']), + only_compiler_types(['ghc']) + ], compile_and_run, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
