From 84900724d59f092a6eebe2834c1c5a62186e430e Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Thu, 13 Jun 2019 10:14:03 -0400 Subject: [PATCH] testsuite: Mark T15633a and T15633b as fragile on Windows As noted in #16813, these tests seem to be fragile on Windows. --- testsuite/tests/ghci/should_run/all.T | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T index a9e280ad069d..4a629350a2ec 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") -- GitLab