
Serge S. Gulin pushed to branch wip/T24603 at Glasgow Haskell Compiler / GHC Commits: 3ba16e48 by Serge S. Gulin at 2025-04-26T11:20:01+03:00 aligned tests - - - - - 2 changed files: - libraries/ghc-internal/src/GHC/Internal/System/Posix/Internals.hs - testsuite/tests/ghc-api/fixed-nodes/all.T Changes: ===================================== libraries/ghc-internal/src/GHC/Internal/System/Posix/Internals.hs ===================================== @@ -556,6 +556,8 @@ foreign import javascript interruptible "h$open" c_interruptible_open_ :: CFilePath -> CInt -> CMode -> IO CInt foreign import javascript interruptible "h$open" c_safe_open_ :: CFilePath -> CInt -> CMode -> IO CInt +foreign import javascript interruptible "h$openat" + c_openat :: CInt -> CFilePath -> CInt -> CMode -> IO CInt foreign import javascript interruptible "h$base_read" c_read :: CInt -> Ptr Word8 -> CSize -> IO CSsize foreign import javascript interruptible "h$base_read" ===================================== testsuite/tests/ghc-api/fixed-nodes/all.T ===================================== @@ -2,7 +2,6 @@ test('FixedNodes', [extra_run_opts(f'"{config.libdir}"'), extra_files(['T1A.hs', 'T1B.hs', 'T1C.hs']), wasm_broken(25953), - js_broken(25953) ], compile_and_run, ['-package ghc']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3ba16e485d3725684ce76816270a7ab7... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3ba16e485d3725684ce76816270a7ab7... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Serge S. Gulin (@gulin.serge)