Skip to content
Snippets Groups Projects
Commit 84900724 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Mark T15633a and T15633b as fragile on Windows

As noted in #16813, these tests seem to be fragile on Windows.
parent 7bd1c3e1
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment