[commit: ghc] master: Split off quotes/ from th/ for tests that can be done on stage1 compiler. (21c72e7)
git at git.haskell.org
git at git.haskell.org
Sat May 9 08:25:17 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/21c72e7d38c96ac80d31addf67ae4b3c7a6c3bbb/ghc
>---------------------------------------------------------------
commit 21c72e7d38c96ac80d31addf67ae4b3c7a6c3bbb
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Mon May 4 17:06:24 2015 -0700
Split off quotes/ from th/ for tests that can be done on stage1 compiler.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: run these tests with stage1
Reviewers: simonpj, austin
Subscribers: bgamari, thomie
Differential Revision: https://phabricator.haskell.org/D877
GHC Trac Issues: #10382
>---------------------------------------------------------------
21c72e7d38c96ac80d31addf67ae4b3c7a6c3bbb
testsuite/tests/quotes/.gitignore | 4 +++
testsuite/tests/{annotations => quotes}/Makefile | 0
testsuite/tests/{th => quotes}/T2632.hs | 2 --
testsuite/tests/{th => quotes}/T2931.hs | 1 -
testsuite/tests/{th => quotes}/T3572.hs | 0
testsuite/tests/{th => quotes}/T3572.stdout | 0
testsuite/tests/{th => quotes}/T4056.hs | 2 +-
testsuite/tests/{th => quotes}/T4169.hs | 2 --
testsuite/tests/{th => quotes}/T4170.hs | 1 -
testsuite/tests/{th => quotes}/T5721.hs | 2 +-
testsuite/tests/{th => quotes}/T6062.hs | 1 -
testsuite/tests/quotes/T8455.hs | 5 ++++
testsuite/tests/{th => quotes}/T8633.hs | 0
testsuite/tests/{th => quotes}/T8759a.hs | 2 +-
testsuite/tests/{th => quotes}/T8759a.stderr | 0
testsuite/tests/{th => quotes}/T9824.hs | 1 -
.../tests/{th => quotes}/TH_abstractFamily.hs | 0
.../tests/{th => quotes}/TH_abstractFamily.stderr | 0
testsuite/tests/{th => quotes}/TH_bracket1.hs | 0
testsuite/tests/{th => quotes}/TH_bracket2.hs | 0
testsuite/tests/{th => quotes}/TH_bracket3.hs | 0
testsuite/tests/{th => quotes}/TH_ppr1.hs | 0
testsuite/tests/{th => quotes}/TH_ppr1.stdout | 0
testsuite/tests/{th => quotes}/TH_reifyType1.hs | 0
testsuite/tests/{th => quotes}/TH_reifyType2.hs | 0
testsuite/tests/{th => quotes}/TH_repE1.hs | 0
testsuite/tests/{th => quotes}/TH_repE3.hs | 0
testsuite/tests/{th => quotes}/TH_scope.hs | 0
.../tests/{th => quotes}/TH_spliceViewPat/A.hs | 0
.../tests/{th => quotes}/TH_spliceViewPat/Main.hs | 0
.../tests/{th => quotes}/TH_spliceViewPat/Makefile | 0
.../TH_spliceViewPat/TH_spliceViewPat.stdout | 0
.../tests/{th => quotes}/TH_spliceViewPat/test.T | 5 ----
testsuite/tests/{th => quotes}/TH_tf2.hs | 0
testsuite/tests/quotes/all.T | 29 ++++++++++++++++++++
testsuite/tests/th/T8455.hs | 5 ----
testsuite/tests/th/all.T | 31 ++++------------------
37 files changed, 46 insertions(+), 47 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 21c72e7d38c96ac80d31addf67ae4b3c7a6c3bbb
More information about the ghc-commits
mailing list