Module Name: src Committed By: rillig Date: Thu Sep 9 21:47:47 UTC 2021
Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: disable flappy test for EINTR with _IOFBF for now This case is currently not handled correctly by fwrite/fflush, which makes the test fail sometimes. The tests for _IONBF and _IOLBF are pretty stable though. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdio/t_intr.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.