[Git][ghc/ghc][wip/jeltsch/obtaining-os-handles] Disable `osHandles002FileDescriptors` for JavaScript
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 Disable `osHandles002FileDescriptors` for JavaScript - - - - - 1 changed file: - libraries/base/tests/IO/all.T Changes: ===================================== libraries/base/tests/IO/all.T ===================================== @@ -189,7 +189,7 @@ test('mkdirExists', [exit_code(1), when(opsys('mingw32'), ignore_stderr)], compi test('osHandles001FileDescriptors', omit_ways(['winio', 'winio_threaded']), compile_and_run, ['']) test('osHandles001WindowsHandles', only_ways(['winio', 'winio_threaded']), compile_and_run, ['']) -test('osHandles002FileDescriptors', when(opsys('mingw32'), skip), compile_and_run, ['']) +test('osHandles002FileDescriptors', [when(opsys('mingw32'), skip), when(arch('javascript'), skip)], compile_and_run, ['']) test('osHandles002WindowsHandles', only_ways(['winio', 'winio_threaded']), compile_and_run, ['']) # It would be good to let `osHandles002FileDescriptors` run also on # Windows with the file-descriptor-based I/O manager. However, this View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4bad11d6f13323819efb62093090b70d... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4bad11d6f13323819efb62093090b70d... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)