Lines Matching defs:CHECK
163 /* check we can create directories */
170 /* check we can remove them and that it makes them unreachable */
185 /* check we can create directories with one or more / appended */
224 /* check we can create directories */
542 * we can check that the fs does not crash, and if the file is
769 #define CHECK(a) ATF_REQUIRE_EQ(sb.a, sb2.a)
771 CHECK(st_uid);
772 CHECK(st_gid);
773 CHECK(st_mode);
777 CHECK(st_atimespec.tv_sec);
779 CHECK(st_mtimespec.tv_sec);
782 CHECK(st_atimespec.tv_nsec);
783 CHECK(st_mtimespec.tv_nsec);
785 #undef CHECK
1083 ATF_TC_FSAPPLY(attrs, "check setting attributes works");
1084 ATF_TC_FSAPPLY(fcntl_lock, "check fcntl F_SETLK");