Skip to content

Commit ae49ded

Browse files
committed
feat(preview1): implement poll_oneoff
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent c927662 commit ae49ded

2 files changed

Lines changed: 334 additions & 100 deletions

File tree

crates/test-programs/tests/wasi-preview1-host-in-preview2.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,10 @@ async fn path_symlink_trailing_slashes() {
258258
run("path_symlink_trailing_slashes", false).await.unwrap()
259259
}
260260
#[test_log::test(tokio::test(flavor = "multi_thread"))]
261-
#[should_panic]
262261
async fn poll_oneoff_files() {
263262
run("poll_oneoff_files", false).await.unwrap()
264263
}
265264
#[test_log::test(tokio::test(flavor = "multi_thread"))]
266-
// This is a known bug with the preview 2 implementation:
267-
#[should_panic]
268265
async fn poll_oneoff_stdio() {
269266
run("poll_oneoff_stdio", true).await.unwrap()
270267
}

0 commit comments

Comments
 (0)