Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/kernel PR/44896 has been fixed.



details:   https://anonhg.NetBSD.org/src/rev/16b96c9d9db3
branches:  trunk
changeset: 765496:16b96c9d9db3
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 28 15:37:11 2011 +0000

description:
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.

diffstat:

 tests/kernel/t_pollts.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 274755783424 -r 16b96c9d9db3 tests/kernel/t_pollts.c
--- a/tests/kernel/t_pollts.c   Sat May 28 15:34:49 2011 +0000
+++ b/tests/kernel/t_pollts.c   Sat May 28 15:37:11 2011 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index