diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-13 10:14:03 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-21 13:32:34 -0400 |
commit | 84900724d59f092a6eebe2834c1c5a62186e430e (patch) | |
tree | 9772703a2bce3d19edebda359ea690ab647f7c96 | |
parent | 7bd1c3e15f83c04447bc2ec41bbc36c9c1b7fe0d (diff) | |
download | haskell-84900724d59f092a6eebe2834c1c5a62186e430e.tar.gz |
testsuite: Mark T15633a and T15633b as fragile on Windows
As noted in #16813, these tests seem to be fragile on Windows.
-rw-r--r-- | testsuite/tests/ghci/should_run/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T index a9e280ad06..4a629350a2 100644 --- a/testsuite/tests/ghci/should_run/all.T +++ b/testsuite/tests/ghci/should_run/all.T @@ -46,7 +46,7 @@ test('T15369', just_ghci, ghci_script, ['T15369.script']) test('T15633a', [extra_files(['tc-plugin-ghci/']), - when(opsys('mingw32'), multi_cpu_race), + when(opsys('mingw32'), [multi_cpu_race, fragile(16813)]), only_ways(['ghci']), pre_cmd('$MAKE -s --no-print-directory -C tc-plugin-ghci package.plugins01 TOP={top}'), extra_hc_opts("-package-db tc-plugin-ghci/pkg.plugins01/local.package.conf -fplugin TcPluginGHCi") @@ -55,7 +55,7 @@ test('T15633a', test('T15633b', [extra_files(['tc-plugin-ghci/']), - when(opsys('mingw32'), multi_cpu_race), + when(opsys('mingw32'), [multi_cpu_race, fragile(16813)]), only_ways(['ghci']), pre_cmd('$MAKE -s --no-print-directory -C tc-plugin-ghci package.plugins01 TOP={top}'), extra_hc_opts("-package-db tc-plugin-ghci/pkg.plugins01/local.package.conf") |