Disable stdout-during-shutdown test on emscripten.

This commit is contained in:
Mara Bos 2020-09-26 11:47:26 +02:00
parent 6f9c1323a7
commit 6b8b9c4adb
1 changed files with 5 additions and 0 deletions

View File

@ -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)]