Wolfgang Jeltsch pushed to branch wip/jeltsch/obtaining-os-handles at Glasgow Haskell Compiler / GHC
Commits:
-
4bad11d6
by Wolfgang Jeltsch at 2026-01-26T17:31:52+02:00
1 changed file:
Changes:
| ... | ... | @@ -189,7 +189,7 @@ test('mkdirExists', [exit_code(1), when(opsys('mingw32'), ignore_stderr)], compi |
| 189 | 189 | |
| 190 | 190 | test('osHandles001FileDescriptors', omit_ways(['winio', 'winio_threaded']), compile_and_run, [''])
|
| 191 | 191 | test('osHandles001WindowsHandles', only_ways(['winio', 'winio_threaded']), compile_and_run, [''])
|
| 192 | -test('osHandles002FileDescriptors', when(opsys('mingw32'), skip), compile_and_run, [''])
|
|
| 192 | +test('osHandles002FileDescriptors', [when(opsys('mingw32'), skip), when(arch('javascript'), skip)], compile_and_run, [''])
|
|
| 193 | 193 | test('osHandles002WindowsHandles', only_ways(['winio', 'winio_threaded']), compile_and_run, [''])
|
| 194 | 194 | # It would be good to let `osHandles002FileDescriptors` run also on
|
| 195 | 195 | # Windows with the file-descriptor-based I/O manager. However, this
|