Skip to content

Commit 6b8b9c4

Browse files
committed
Disable stdout-during-shutdown test on emscripten.
1 parent 6f9c132 commit 6b8b9c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/ui/stdout-during-shutdown.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// run-pass
22
// check-run-results
3+
// ignore-emscripten
4+
5+
// Emscripten doesn't flush its own stdout buffers on exit, which would fail
6+
// this test. So this test is disabled on this platform.
7+
// See https://emscripten.org/docs/getting_started/FAQ.html#what-does-exiting-the-runtime-mean-why-don-t-atexit-s-run
38

49
#![feature(rustc_private)]
510

0 commit comments

Comments
 (0)