Uh oh!
There was an error while loading. Please reload this page.
test(fspy): run node fs tests with Deno - #541
Merged
Merged
Conversation
MemberAuthor
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 13, 2026
wan9chiforce-pushed
the
test/fspy-deno-node-fs
branch
2 times, most recently
from
July 13, 2026 03:36
14d3c1e to
dd85cb5Comparewan9chi
marked this pull request as ready for review
July 13, 2026 04:36
MemberAuthor
Merge activity
|
wan9chi
changed the base branch from
fix/fspy-handle-open-reentrancy
to
graphite-base/541July 13, 2026 04:40
Co-authored-by: GPT-5 Codex <codex@openai.com>
wan9chiforce-pushed
the
test/fspy-deno-node-fs
branch
from
July 13, 2026 04:50
dd85cb5 to
9cbf275CompareUh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Motivation
The shared Node-compatible filesystem tests only covered Node.js, leaving Deno compatibility unverified. Add Deno as a workspace test dependency and run the same ignored
node_fscases against both runtimes on supported targets. Deno does not distribute a musl runtime, so only its generated cases are excluded there while Node coverage remains enabled.