|
Revision tags: dev, v36.0.9, v44.0.1, v43.0.2, v36.0.8, v24.0.8, v44.0.0, v43.0.1, v42.0.2, v36.0.7, v24.0.7, v43.0.0, v42.0.1, v41.0.4, v42.0.0, v40.0.4, v36.0.6, v24.0.6, v41.0.3, v41.0.2, v41.0.1, v36.0.5, v40.0.3, v41.0.0, v36.0.4, v39.0.2, v40.0.2, v40.0.1, v40.0.0 |
|
| #
9fd594a3 |
| 09-Dec-2025 |
Andy Wingo <[email protected]> |
filesystem: ErrorCode::IsDirectory when opening directory with WRITE (#12136)
* filesystem: ErrorCode::IsDirectory when opening director w/o READ
On Windows, it was possible to return a directory d
filesystem: ErrorCode::IsDirectory when opening directory with WRITE (#12136)
* filesystem: ErrorCode::IsDirectory when opening director w/o READ
On Windows, it was possible to return a directory descriptor if READ wasn't in the permissions. Fixes wasmtime for https://github.com/WebAssembly/wasi-testsuite/issues/176.
* Fix unused-variable error
* Fix the sense of the EISDIR compatibility hack
I had misremembered the nature of this incompatibility. Fixed (hopefully) with a reference to POSIX.
prtest:full
* Update test expectations
prtest:full
* Update expectations for wasi-testsuite tests
path_open_preopen is now working on Windows.
* Possible fix for wasip1 file_open test
prtest:full
show more ...
|
|
Revision tags: v39.0.1, v39.0.0, v38.0.4, v37.0.3, v36.0.3, v24.0.5, v38.0.3, v38.0.2, v38.0.1 |
|
| #
b315a0a8 |
| 14-Oct-2025 |
Yosh <[email protected]> |
Rename test programs (#11828)
* exclude DS_Store files from git diffs
* "preview" -> "p" prefix in test programs
* fix test building
* prefix http tests as p2_http
* rename more tests
* rename
Rename test programs (#11828)
* exclude DS_Store files from git diffs
* "preview" -> "p" prefix in test programs
* fix test building
* prefix http tests as p2_http
* rename more tests
* rename another file
* get more tests to pass
* fix build.rs
* finish renaming tests
* undo DS_Store addition
* fix remaining naming issues
* debug print on failing test
* debug again
* again
* remove debug annotations
* prefix cli_serve_sleep
* final touches
show more ...
|