History log of /netbsd-src/tests/include/t_paths.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 0351610f 05-Aug-2023 riastradh <riastradh@NetBSD.org>

tests/include/t_paths: Test all paths, nonfatally.

This way a single failure doesn't suppress failure reports for all
the other paths to test.

Omit some needless blank lines while here.


# 3f8fc68f 05-Aug-2023 riastradh <riastradh@NetBSD.org>

tests/include/t_paths: /dev/ksyms requires root.


# fbffadb9 03-Feb-2019 mrg <mrg@NetBSD.org>

- add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily


# 95bd0f4e 07-May-2015 pgoyette <pgoyette@NetBSD.org>

Use correcet variable name when printing the error code.


# 9f8be638 07-May-2015 pgoyette <pgoyette@NetBSD.org>

Don't fail if open() of sysmon devices returns ENODEV. This can
occur if sysmon subcomponents are not included in the kernel and
autoloading of modules is not allowed or not supported.


# 97c0a6f6 04-Nov-2014 justin <justin@NetBSD.org>

PR misc/49356 remove unnecessary references to atf-c/config.h

The function included via this header is not used and is removed in
later versions of atf, so let us avoid it.


# e110dcc9 09-Feb-2014 jmmv <jmmv@NetBSD.org>

Use compiler builtins instead of atf_arch and atf_machine.

The atf_arch and atf_machine configuration variables were removed from
atf-0.19 without me realizing that some tests were querying them dir

Use compiler builtins instead of atf_arch and atf_machine.

The atf_arch and atf_machine configuration variables were removed from
atf-0.19 without me realizing that some tests were querying them directly.

Instead of reintroducing those variables, just rely on compiler builtins
as many other tests already do.

Should fix PR bin/48582.

show more ...


# 1907ec3a 03-Jun-2012 joerg <joerg@NetBSD.org>

Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing pat

Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing paths, the
behavior is more consistent that way. Drop caching layer in devname(3),
it doesn't buy anything for the common case of having access to the
database. Teach devname(3) proper fallback behavior of scanning /dev.
Create both old-style and new-style database for now in /etc/rc.d/sysdb.

show more ...


# 2f943d64 06-Nov-2011 jruoho <jruoho@NetBSD.org>

Skip the test on sparc and point to PR port-sparc/45580.


# cc7aae5d 05-Nov-2011 jruoho <jruoho@NetBSD.org>

Add printfs to see where TNF's qemu/sparc fails.


# be8b5eb2 27-Sep-2011 jruoho <jruoho@NetBSD.org>

Define _PATH_CPUCTL.


# c0f2eaa6 12-Aug-2011 riastradh <riastradh@NetBSD.org>

Need root for /dev/power.


# 1db98a4a 23-Jul-2011 hannken <hannken@NetBSD.org>

putter_fop_stat(): set st_mode to S_IFCHR.

Fixes PR #44807: something broken in stat(2).


# 730b47d6 11-Jul-2011 njoly <njoly@NetBSD.org>

Convert some more ATF_REQUIRE calls to ATF_CHECK.


# 4b77c904 04-Apr-2011 jruoho <jruoho@NetBSD.org>

Mark this again as expected failure.


# e49416c4 30-Mar-2011 jruoho <jruoho@NetBSD.org>

Remove atf_tc_expect_fail(). Should be fixed.


# e1bbe644 30-Mar-2011 jruoho <jruoho@NetBSD.org>

Adjust for _PATH_CONSOLE, pointed out by njoly@.


# 9be2a3c2 30-Mar-2011 jruoho <jruoho@NetBSD.org>

Another proof that even the naive test cases are worth it;
expect a failure with fstat(2) and bpf(4), PR lib/44807.


# 8c6b9e26 30-Mar-2011 jruoho <jruoho@NetBSD.org>

Add some basic tests for fsync(2) and <paths.h>.