summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-05-26 10:54:52 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-13 02:13:01 -0400
commit3445b9652671280920755ee3d2b49780eeb3a991 (patch)
tree985ff77d7f92924727d0a86b7bbeb3419ae6c728
parent4c7e9689f6fcc3eb974f0a76ae8078abda30026d (diff)
downloadhaskell-3445b9652671280920755ee3d2b49780eeb3a991.tar.gz
Only test T16190 with the NCG
T16190 is meant to test a NCG feature. It has already caused spurious failures in other MRs (e.g. !2165) when LLVM is used.
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 5a865fdd14..912a172c85 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -350,7 +350,10 @@ test ('WWRec',
['-v0 -O'])
test('T16190',
- [req_th, collect_compiler_stats()],
+ [ req_th,
+ unless(have_ncg(), skip), # T16190 tests a NCG feature
+ collect_compiler_stats()
+ ],
multimod_compile,
['T16190.hs', '-v0'])