History log of /netbsd/tests/fs/lfs/t_pr.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 462a300a 09-Jul-2019 maya <maya@NetBSD.org>

return return atf_no_error() instead of 0 for consistency.

suggested by moritzbuhl in https://github.com/NetBSD/src/pull/11/


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

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


# bf772c70 22-Feb-2011 pooka <pooka@NetBSD.org>

make the timeouts a bit more generous for really slow systems


# a77ca5ec 15-Nov-2010 pooka <pooka@NetBSD.org>

double the timeout for slow hosts (from 1 to 2 seconds)


# 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 ...


# 56e49f7f 03-Jul-2010 jmmv <jmmv@NetBSD.org>

Re-add PR number and expected failure condition (as a comment, because the
problem is resolved). Per pooka's request.


# 7562f3f9 03-Jul-2010 jmmv <jmmv@NetBSD.org>

Replace custom xfail settings with the new expected failure support in
atf 0.10.


# 61ee6255 28-Jun-2010 pooka <pooka@NetBSD.org>

add test for PR kern/43503