diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-28 10:14:45 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-14 10:16:59 -0500 |
commit | 3fe8444f7e3904be14956f3fe68583da8b730ab4 (patch) | |
tree | 084f98c26a8c233ccf7cd40b9ba4311e620f3860 /testsuite | |
parent | c06df28dd490d0309e0b1885a6121b45f74edf3c (diff) | |
download | haskell-3fe8444f7e3904be14956f3fe68583da8b730ab4.tar.gz |
testsuite: Mark T7702 as fragile on Windows
Due to #16799. There was previously an attempt to mark it as broken but
the `opsys` name was incorrect.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T index 64a4e6df36..4ec89337ea 100644 --- a/testsuite/tests/simplCore/should_compile/all.T +++ b/testsuite/tests/simplCore/should_compile/all.T @@ -144,7 +144,7 @@ test('T7702', # a large effect on allocation which is hard to separate from the # allocation done by the plugin... but a regression allocates > 90mb collect_compiler_stats('peak_megabytes_allocated',70), - when(opsys('mingw'), expect_broken_for(16799, ['normal'])) + when(opsys('mingw32'), fragile_for(16799, ['normal'])) ], compile, ['-v0 -package-db T7702plugin/pkg.T7702/local.package.conf -fplugin T7702Plugin -package T7702plugin ' + config.plugin_way_flags]) |