History log of /netbsd-src/tests/kernel/kqueue/write/t_fifo.c (Results 1 – 5 of 5)
Revision Date Author Comments
# d0340288 02-Oct-2021 thorpej <thorpej@NetBSD.org>

- Add a new EVFILT_WRITE test case for FIFOs that correctly validates
the writability thresholds.
- Fix a bug in fifo_kqfilter() exposed by the new test case; in the
EVFILT_WRITE case, we were at

- Add a new EVFILT_WRITE test case for FIFOs that correctly validates
the writability thresholds.
- Fix a bug in fifo_kqfilter() exposed by the new test case; in the
EVFILT_WRITE case, we were attaching the wrong end of the socket
pair to the knote!
- In filt_fiforead(), use ">= so->so_rcv.sb_lowat" rather than "> 0"
for consistency with fifo_poll(). NFC.

show more ...


# c54cb811 13-Jan-2017 christos <christos@NetBSD.org>

Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.


# decf2b5e 07-Nov-2010 jmmv <jmmv@NetBSD.org>

Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deser

Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deserves a fix somehow
but I'm not sure at this point.

show more ...


# 6b84fb92 04-Jun-2010 jmmv <jmmv@NetBSD.org>

atf-0.9 introduces an use.fs test-case property to allow tests to write to
their work directory. The purpose is to be able to know which tests intend
to touch the file system and to allow a minor op

atf-0.9 introduces an use.fs test-case property to allow tests to write to
their work directory. The purpose is to be able to know which tests intend
to touch the file system and to allow a minor optimization in atf-run.

Define use.fs=true for all those tests requiring it. (This highlights that
some tests currently require modifying the file system but conceptually
they shouldn't be... which leaves room for further improvements/cleanups
later :-)

show more ...


# 99635d94 20-Feb-2009 jmmv <jmmv@NetBSD.org>

Add the kernel-level tests developed by Lukasz Strzygowski as part of the
atfify GSoC 2008 project.