summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-09-18 17:02:06 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-20 20:30:57 -0400
commit9df77fed8918bb335874a584a829ee32325cefb5 (patch)
tree3596c997b072267a0fb4794ff8c81aae19b0190b
parent93ab3e8d235610b2cb339a5bad9ad2848eab18d4 (diff)
downloadhaskell-9df77fed8918bb335874a584a829ee32325cefb5.tar.gz
testsuite: Mark TH_spliceE5_prof as broken on Windows
Due to #18721.
-rw-r--r--testsuite/tests/th/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index e53b0d872a..6dae863564 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -51,7 +51,8 @@ test('TH_NestedSplices', [], multimod_compile,
# normal way first, which is why the work is done by a Makefile rule.
test('TH_spliceE5_prof',
[req_profiling, only_ways(['normal']),
- when(ghc_dynamic(), expect_broken(11495))],
+ when(ghc_dynamic(), expect_broken(11495)),
+ when(opsys('mingw32'), expect_broken(18271))],
makefile_test, ['TH_spliceE5_prof'])
test('TH_spliceE5_prof_ext', [req_profiling, only_ways(['normal'])],