Sat Dec 15 11:53:50 PST 2007  Ian Lynagh <[EMAIL PROTECTED]>
  * Simplify the testsuite driver
  Now instead of saying, e.g.
      namebase_if_compiler_lt('ghc','6.9', 'foo-6.8')
  you say
      if_compiler_lt('ghc','6.9', namebase('foo-6.8'))

    M ./driver/testglobals.py -1 +1
    M ./driver/testlib.py -78 +29
    M ./tests/ghc-regress/arrows/should_run/all.T -3 +3
    M ./tests/ghc-regress/gadt/all.T -3 +3
    M ./tests/ghc-regress/ghci.debugger/scripts/all.T -3 +3
    M ./tests/ghc-regress/indexed-types/should_compile/all.T -6 +6
    M ./tests/ghc-regress/indexed-types/should_fail/all.T -1 +1
    M ./tests/ghc-regress/parser/should_fail/all.T -1 +1
    M ./tests/ghc-regress/rebindable/all.T -1 +1
    M ./tests/ghc-regress/rename/should_fail/all.T -1 +1
    M ./tests/ghc-regress/th/all.T -3 +3
    M ./tests/ghc-regress/typecheck/should_compile/all.T -2 +2
    M ./tests/ghc-regress/typecheck/should_fail/all.T -7 +7

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to