Searched hist:"40407 d3998d1a12cbe929721f4dbe72b4be478a6" (Results 1 – 4 of 4) sorted by relevance
/freebsd/tests/sys/audit/ |
H A D | utils.h | diff 40407d3998d1a12cbe929721f4dbe72b4be478a6 Tue Feb 02 10:55:18 CET 2021 Alex Richardson <arichardson@FreeBSD.org> tests/sys/audit: Skip extattr tests if extattrs are not supported
In the CheriBSD CI, we run the testsuite with /tmp as tmpfs. This causes the extattr audit tests to fail since tmpfs does not (yet) support extattrs. Skip those tests if the target path is on a file system that does not support extended file attributes.
While touching these two files also convert the ATF_REQUIRE_EQ(-1, ...) checks to use ATF_REQURIE_ERRNO().
Reviewed By: asomers Differential Revision: https://reviews.freebsd.org/D28392
|
H A D | file-attribute-access.c | diff 40407d3998d1a12cbe929721f4dbe72b4be478a6 Tue Feb 02 10:55:18 CET 2021 Alex Richardson <arichardson@FreeBSD.org> tests/sys/audit: Skip extattr tests if extattrs are not supported
In the CheriBSD CI, we run the testsuite with /tmp as tmpfs. This causes the extattr audit tests to fail since tmpfs does not (yet) support extattrs. Skip those tests if the target path is on a file system that does not support extended file attributes.
While touching these two files also convert the ATF_REQUIRE_EQ(-1, ...) checks to use ATF_REQURIE_ERRNO().
Reviewed By: asomers Differential Revision: https://reviews.freebsd.org/D28392
|
H A D | file-attribute-modify.c | diff 40407d3998d1a12cbe929721f4dbe72b4be478a6 Tue Feb 02 10:55:18 CET 2021 Alex Richardson <arichardson@FreeBSD.org> tests/sys/audit: Skip extattr tests if extattrs are not supported
In the CheriBSD CI, we run the testsuite with /tmp as tmpfs. This causes the extattr audit tests to fail since tmpfs does not (yet) support extattrs. Skip those tests if the target path is on a file system that does not support extended file attributes.
While touching these two files also convert the ATF_REQUIRE_EQ(-1, ...) checks to use ATF_REQURIE_ERRNO().
Reviewed By: asomers Differential Revision: https://reviews.freebsd.org/D28392
|
H A D | utils.c | diff 40407d3998d1a12cbe929721f4dbe72b4be478a6 Tue Feb 02 10:55:18 CET 2021 Alex Richardson <arichardson@FreeBSD.org> tests/sys/audit: Skip extattr tests if extattrs are not supported
In the CheriBSD CI, we run the testsuite with /tmp as tmpfs. This causes the extattr audit tests to fail since tmpfs does not (yet) support extattrs. Skip those tests if the target path is on a file system that does not support extended file attributes.
While touching these two files also convert the ATF_REQUIRE_EQ(-1, ...) checks to use ATF_REQURIE_ERRNO().
Reviewed By: asomers Differential Revision: https://reviews.freebsd.org/D28392
|