Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/91dc0cff24c3449a94745ec1db87302745ef249f >--------------------------------------------------------------- commit 91dc0cff24c3449a94745ec1db87302745ef249f Author: Ian Lynagh <[email protected]> Date: Wed Jul 13 20:57:11 2011 +0100 Make and use a req_interp helper Tests can now specify that they require the interpreter (i.e. that they use one of ghci, annotations, TH, etc). config/ghc | 1 + driver/testglobals.py | 3 ++ driver/testlib.py | 4 +++ tests/ghc-regress/annotations/should_compile/all.T | 5 +++- tests/ghc-regress/annotations/should_fail/all.T | 21 +++++++++++-------- tests/ghc-regress/driver/all.T | 2 +- tests/ghc-regress/ghc-e/should_run/all.T | 16 +++++++------- tests/ghc-regress/ghci/scripts/all.T | 2 +- tests/ghc-regress/ghci/should_run/all.T | 5 +++- tests/ghc-regress/layout/all.T | 3 +- tests/ghc-regress/quasiquotation/all.T | 2 +- tests/ghc-regress/quasiquotation/qq001/test.T | 2 +- tests/ghc-regress/quasiquotation/qq002/test.T | 2 +- tests/ghc-regress/quasiquotation/qq003/test.T | 2 +- tests/ghc-regress/quasiquotation/qq004/test.T | 2 +- tests/ghc-regress/safeHaskell/safeLanguage/all.T | 2 +- tests/ghc-regress/th/2014/all.T | 5 ++- 17 files changed, 49 insertions(+), 30 deletions(-) Diff suppressed because of size. To see it, use: git show 91dc0cff24c3449a94745ec1db87302745ef249f _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
