diff options
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'])], |