Upstream Node.js `path` tests check both `path.posix` and `path.win32` behavior. Our path polyfill only implements POSIX semantics. Tests that call `path.win32.*` fail. Tracked via conformance test exclusions (category: implementation-gap).
Upstream Node.js
pathtests check bothpath.posixandpath.win32behavior. Our path polyfill only implements POSIX semantics. Tests that callpath.win32.*fail.Tracked via conformance test exclusions (category: implementation-gap).