diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-12-22 10:03:56 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-12-22 14:48:51 -0500 |
commit | 9552781abf3d199d01b01ed4b7d04abdc54b6b26 (patch) | |
tree | 849b5947211276bf1e0910b51c23e9925df45b20 /testsuite | |
parent | ac3e8c52d4acb4fc8c52abe7a90d6dfdef642ccd (diff) | |
download | haskell-9552781abf3d199d01b01ed4b7d04abdc54b6b26.tar.gz |
Mark T16525b as fragile on windows
See ticket #20852
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghci/T16525b/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/T16525b/all.T b/testsuite/tests/ghci/T16525b/all.T index edefb4423b..c3441ffdfa 100644 --- a/testsuite/tests/ghci/T16525b/all.T +++ b/testsuite/tests/ghci/T16525b/all.T @@ -1,2 +1,2 @@ # Tests unloading an object file which is in use in a thread -test('T16525b', [extra_files(['A.hs', 'B.hs'])], ghci_script, ['T16525b.script']) +test('T16525b', [when(opsys('mingw32'), fragile(20852)), extra_files(['A.hs', 'B.hs'])], ghci_script, ['T16525b.script']) |