Skip to content

Commit

Permalink
Disable stdout-during-shutdown test on emscripten.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Sep 26, 2020
1 parent 6f9c132 commit 6b8b9c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/ui/stdout-during-shutdown.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// run-pass
// check-run-results
// ignore-emscripten

// Emscripten doesn't flush its own stdout buffers on exit, which would fail
// this test. So this test is disabled on this platform.
// See https://emscripten.org/docs/getting_started/FAQ.html#what-does-exiting-the-runtime-mean-why-don-t-atexit-s-run

#![feature(rustc_private)]

Expand Down

0 comments on commit 6b8b9c4

Please sign in to comment.