[parrot/parrot] f74dd8: select.t: add a TODO due to undefined behavior
noreply at github.com
noreply at github.com
Tue Sep 27 12:55:52 UTC 2011
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: f74dd8b50c6e51fa99445969241a78892b9efe55
https://github.com/parrot/parrot/commit/f74dd8b50c6e51fa99445969241a78892b9efe55
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2011-09-27 (Tue, 27 Sep 2011)
Changed paths:
M t/dynpmc/select.t
Log Message:
-----------
select.t: add a TODO due to undefined behavior
>From opengroup.org:
"[...] what constitutes an exceptional condition is file type-specific.
[...] For [non-socket] file types it is implementation-defined."
This test fails on OS X and possibly other BSDs because they differ
from Linux's behavior. The entire test should probably use sockets
because, if nothing else, select on files doesn't work in Windows.
More information about the parrot-commits
mailing list