Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start to lift restriction of stdio only once #3

Merged
merged 5 commits into from
Sep 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Un-ignore now-passing test
  • Loading branch information
alexcrichton committed Sep 28, 2023
commit 43e7bfd343e5c0ac700179333d2e2cb66e4fb321
1 change: 0 additions & 1 deletion crates/test-programs/tests/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ async fn read_only() -> Result<()> {
}

#[test_log::test(tokio::test(flavor = "multi_thread"))]
#[ignore] // FIXME: this calls get_stdin but it's already consumed
async fn stream_pollable_lifetimes() -> Result<()> {
// Test program has two modes, dispatching based on argument.
{
Expand Down