[commit: ghc] ghc-8.0: Testsuite: for tests that use TH, omit *all* prof_ways (a8d0d3e)

git at git.haskell.org git at git.haskell.org
Tue Aug 30 21:43:51 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/a8d0d3eb1e978276b19e4918ec4315f3fd62e0bb/ghc

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

commit a8d0d3eb1e978276b19e4918ec4315f3fd62e0bb
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Mon Feb 22 18:55:30 2016 +0100

    Testsuite: for tests that use TH, omit *all* prof_ways
    
    Instead of just profasm and profthreaded. And at least until
    -fexternal-interpreter is the default.
    
    Also:
      * WAY=profc doesn't exist anymore.
      * Omit all threaded_ways for conc039, not just a few.
    
    (cherry picked from commit e02b8c8dadcc77c0c40d5346246f6a3b548258c2)


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

a8d0d3eb1e978276b19e4918ec4315f3fd62e0bb
 testsuite/config/ghc                                | 2 +-
 testsuite/tests/annotations/should_compile/all.T    | 5 +----
 testsuite/tests/annotations/should_compile/th/all.T | 4 ++--
 testsuite/tests/annotations/should_run/all.T        | 2 +-
 testsuite/tests/concurrent/should_run/all.T         | 2 +-
 testsuite/tests/haddock/haddock_examples/test.T     | 2 +-
 testsuite/tests/overloadedrecflds/should_run/all.T  | 8 +++++---
 testsuite/tests/parser/should_compile/all.T         | 4 ++--
 testsuite/tests/partial-sigs/should_compile/all.T   | 4 ++--
 testsuite/tests/quasiquotation/qq005/test.T         | 2 +-
 testsuite/tests/quasiquotation/qq007/test.T         | 1 +
 testsuite/tests/quasiquotation/qq008/test.T         | 1 +
 testsuite/tests/quasiquotation/qq009/test.T         | 1 +
 testsuite/tests/quotes/TH_spliceViewPat/test.T      | 5 ++---
 testsuite/tests/rts/all.T                           | 8 ++++----
 testsuite/tests/simplCore/should_compile/all.T      | 2 +-
 16 files changed, 27 insertions(+), 26 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 a8d0d3eb1e978276b19e4918ec4315f3fd62e0bb


More information about the ghc-commits mailing list