We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9c132 commit 6b8b9c4Copy full SHA for 6b8b9c4
src/test/ui/stdout-during-shutdown.rs
@@ -1,5 +1,10 @@
1
// run-pass
2
// 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
8
9
#![feature(rustc_private)]
10
0 commit comments