diff options
author | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2020-09-18 17:02:06 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-20 20:30:57 -0400 |
commit | 9df77fed8918bb335874a584a829ee32325cefb5 (patch) | |
tree | 3596c997b072267a0fb4794ff8c81aae19b0190b /testsuite | |
parent | 93ab3e8d235610b2cb339a5bad9ad2848eab18d4 (diff) | |
download | haskell-9df77fed8918bb335874a584a829ee32325cefb5.tar.gz |
testsuite: Mark TH_spliceE5_prof as broken on Windows
Due to #18721.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/th/all.T | 3 |
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'])], |