summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-12-22 10:03:56 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2021-12-22 10:04:48 +0000
commit173873e13fa2658337f46997ac4417ca871e75c6 (patch)
treec5e54cbb87f79c6571fa4cb871b65bac19eb458c
parent09b6cb45505c2c32ddaffcdb930fb3f7873b2cfc (diff)
downloadhaskell-wip/fragile-windows.tar.gz
Mark T16525b as fragile on windowswip/fragile-windows
See ticket #20852
-rw-r--r--testsuite/tests/ghci/T16525b/all.T2
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'])