summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-09-18 17:02:06 -0400
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-09-18 17:16:06 -0400
commitbe124deb9ee8104fba9c711d8b6e9a5158f00b00 (patch)
tree72b137d6f8b4272481449a9964df2533f61bf618
parentd4d61d2f72bdd4bc317a2b33bbe5411c9d42428b (diff)
downloadhaskell-wip/windows-ci.tar.gz
testsuite: Mark TH_spliceE5_prof as broken on Windowswip/windows-ci
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'])],