svn commit: r250222 - head/tools/regression/bin/sh/builtins

Jilles Tjoelker jilles at FreeBSD.org
Fri May 3 20:39:54 UTC 2013


Author: jilles
Date: Fri May  3 20:39:53 2013
New Revision: 250222
URL: http://svnweb.freebsd.org/changeset/base/250222

Log:
  sh: Remove racy test case for read builtin.
  
  This test case sometimes fails because of an EINTR-related race condition.
  Fixing this race condition likely requires an extra system call per byte,
  which would make the read builtin even slower than it already is, or very
  complicated trickery. Therefore, remove the test case for now.

Deleted:
  head/tools/regression/bin/sh/builtins/read8.0


More information about the svn-src-head mailing list