Skip to content

Commit

Permalink
feat(preview1): implement poll_oneoff
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Oct 3, 2023
1 parent c927662 commit ae49ded
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 100 deletions.
3 changes: 0 additions & 3 deletions crates/test-programs/tests/wasi-preview1-host-in-preview2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,10 @@ async fn path_symlink_trailing_slashes() {
run("path_symlink_trailing_slashes", false).await.unwrap()
}
#[test_log::test(tokio::test(flavor = "multi_thread"))]
#[should_panic]
async fn poll_oneoff_files() {
run("poll_oneoff_files", false).await.unwrap()
}
#[test_log::test(tokio::test(flavor = "multi_thread"))]
// This is a known bug with the preview 2 implementation:
#[should_panic]
async fn poll_oneoff_stdio() {
run("poll_oneoff_stdio", true).await.unwrap()
}
Expand Down
Loading

0 comments on commit ae49ded

Please sign in to comment.