Module Name: src
Committed By: christos
Date: Sat May 28 15:37:11 UTC 2011
Modified Files:
src/tests/kernel: t_pollts.c
Log Message:
PR/44896 has been fixed.
BTW: We've created a mess here again with the directory structure of the
tests. What goes in syscalls, what goes in sys, and what goes in kernel?
I think we should follow the userland location for paths where those should
be defined, so everything should go into libc/sys.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/kernel/t_pollts.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/kernel/t_pollts.c
diff -u src/tests/kernel/t_pollts.c:1.1 src/tests/kernel/t_pollts.c:1.2
--- src/tests/kernel/t_pollts.c:1.1 Sat May 28 11:24:49 2011
+++ src/tests/kernel/t_pollts.c Sat May 28 11:37:11 2011
@@ -126,7 +126,7 @@
sigset_t mask;
int ret;
- atf_tc_expect_fail("PR kern/44986");
+ /* Cf kern/44986 */
fd = open(_PATH_DEVNULL, O_RDONLY);
assert(fd >= 0);