diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-12-22 10:03:56 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-12-22 10:04:48 +0000 |
commit | 173873e13fa2658337f46997ac4417ca871e75c6 (patch) | |
tree | c5e54cbb87f79c6571fa4cb871b65bac19eb458c | |
parent | 09b6cb45505c2c32ddaffcdb930fb3f7873b2cfc (diff) | |
download | haskell-wip/fragile-windows.tar.gz |
Mark T16525b as fragile on windowswip/fragile-windows
See ticket #20852
-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']) |