Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
77abb4ab
by Cheng Shao at 2026-03-30T15:25:21-04:00
1 changed file:
Changes:
| ... | ... | @@ -182,7 +182,7 @@ test('T17414', |
| 182 | 182 | compile_and_run, [''])
|
| 183 | 183 | test('T17510', expect_broken(17510), compile_and_run, [''])
|
| 184 | 184 | test('bytestringread001', extra_run_opts('test.data'), compile_and_run, [''])
|
| 185 | -test('T17912', [only_ways(['threaded1']), when(opsys('mingw32'),expect_broken(17912))], compile_and_run, [''])
|
|
| 185 | +test('T17912', [only_ways(['threaded1']), when(opsys('mingw32'),fragile(24739))], compile_and_run, [''])
|
|
| 186 | 186 | test('T18832', only_ways(['threaded1']), compile_and_run, [''])
|
| 187 | 187 | |
| 188 | 188 | test('mkdirExists', [exit_code(1), when(opsys('mingw32'), ignore_stderr)], compile_and_run, [''])
|