From be124deb9ee8104fba9c711d8b6e9a5158f00b00 Mon Sep 17 00:00:00 2001 From: GHC GitLab CI Date: Fri, 18 Sep 2020 17:02:06 -0400 Subject: testsuite: Mark TH_spliceE5_prof as broken on Windows Due to #18721. --- testsuite/tests/th/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'])], -- cgit v1.2.1