diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-22 18:55:30 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-25 23:26:06 +0100 |
commit | e02b8c8dadcc77c0c40d5346246f6a3b548258c2 (patch) | |
tree | 763797cee7bd7e9a0f8c9e6b39fe4835429a105f /testsuite/config | |
parent | 8e6e022216b19b10841a896ee1a0b08e019a9481 (diff) | |
download | haskell-e02b8c8dadcc77c0c40d5346246f6a3b548258c2.tar.gz |
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.
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 31b644a2b4..7d32e358cd 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -147,7 +147,7 @@ config.way_rts_flags = { 'ghci-ext' : [], } -# Useful classes of ways that can be used with only_ways() and +# Useful classes of ways that can be used with only_ways(), omit_ways() and # expect_broken_for(). prof_ways = [x[0] for x in config.way_flags('dummy_name').items() |