From c451e48bd4f21d70b8d704da4d71b3ae2c95f361 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Wed, 22 Oct 2025 13:03:40 +0200 Subject: [PATCH] test: remove skipped items that actually pass --- test/skip.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/skip.json b/test/skip.json index ed8b719..c144e26 100644 --- a/test/skip.json +++ b/test/skip.json @@ -3,9 +3,7 @@ }, "WASI C tests [wasm32-wasip1]": { "sock_shutdown-invalid_fd": "not implemented yet", - "stat-dev-ino": "fail", "sock_shutdown-not_sock": "fail", - "fdopendir-with-access": "fail", "pwrite-with-append": "fail" }, "WASI Rust tests [wasm32-wasip1]": { @@ -17,7 +15,6 @@ "fd_flags_set": "fail", "path_filestat": "fail", "path_link": "fail", - "fd_fdstat_set_rights": "fail", "readlink": "fail", "path_symlink_trailing_slashes": "fail", "poll_oneoff_stdio": "fail",