mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
|
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
Towards #29972 Tries to reland #31094 that got reverted on #31103 due to CI test failures. This PR differs by fixing the `[kUnref]` method to close resource ID correctly. Allows the following tests to pass: - https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-filehandle-close.js - https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-fs-filehandle-use-after-close.js --------- Signed-off-by: Daniel Osvaldo Rahmanto <daniel.rahmanto@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| _fs_access_test.ts | ||
| _fs_appendFile_test.ts | ||
| _fs_chmod_test.ts | ||
| _fs_chown_test.ts | ||
| _fs_close_test.ts | ||
| _fs_copy_test.ts | ||
| _fs_dir_test.ts | ||
| _fs_exists_test.ts | ||
| _fs_fdatasync_test.ts | ||
| _fs_fstat_test.ts | ||
| _fs_fsync_test.ts | ||
| _fs_ftruncate_test.ts | ||
| _fs_futimes_test.ts | ||
| _fs_handle_test.ts | ||
| _fs_link_test.ts | ||
| _fs_lstat_test.ts | ||
| _fs_mkdir_test.ts | ||
| _fs_mkdtemp_test.ts | ||
| _fs_open_test.ts | ||
| _fs_opendir_test.ts | ||
| _fs_read_test.ts | ||
| _fs_readdir_test.ts | ||
| _fs_readFile_test.ts | ||
| _fs_readlink_test.ts | ||
| _fs_realpath_test.ts | ||
| _fs_rename_test.ts | ||
| _fs_rm_test.ts | ||
| _fs_rmdir_test.ts | ||
| _fs_stat_test.ts | ||
| _fs_statfs_test.ts | ||
| _fs_symlink_test.ts | ||
| _fs_truncate_test.ts | ||
| _fs_unlink_test.ts | ||
| _fs_utimes_test.ts | ||
| _fs_watch_test.ts | ||
| _fs_write_test.ts | ||
| _fs_writeFile_test.ts | ||