[commit: ghc] master: Testsuite: validate the tests/stage1 directory with the stage1 compiler (d94c405)

git at git.haskell.org git at git.haskell.org
Sat Jun 18 10:48:51 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d94c40561dde695e658169a3098642294f55c7e3/ghc

>---------------------------------------------------------------

commit d94c40561dde695e658169a3098642294f55c7e3
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Thu Jun 16 19:45:57 2016 +0200

    Testsuite: validate the tests/stage1 directory with the stage1 compiler
    
    * See `Note [Why is there no stage1 setup function?]`.
    * Move T2632 to the tests/stage1 directory (#10382).
    
    Reviewed by: ezyang, nomeata, bgamari
    
    Differential Revision: https://phabricator.haskell.org/D2341
    
    GHC Trac Issues: #12197


>---------------------------------------------------------------

d94c40561dde695e658169a3098642294f55c7e3
 .gitignore                                       |  4 +--
 testsuite/Makefile                               |  4 +--
 testsuite/driver/testglobals.py                  |  5 +++-
 testsuite/driver/testlib.py                      | 32 +++++++++++++++++++++++-
 testsuite/mk/test.mk                             |  6 +++--
 testsuite/tests/quotes/all.T                     |  1 -
 testsuite/tests/{annotations => stage1}/Makefile |  3 +++
 testsuite/tests/{quotes => stage1}/T2632.hs      |  0
 testsuite/tests/stage1/all.T                     |  6 +++++
 validate                                         | 31 ++++++++++++++++++++---
 10 files changed, 80 insertions(+), 12 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc d94c40561dde695e658169a3098642294f55c7e3


More information about the ghc-commits mailing list