UV_SHOULD_ENOENT
UV_SHOULD_ENOENT(
UV_SHOULD_ENOENT((open(uv_file2, O_RDWR) == -1), "open");
UV_SHOULD_ENOENT(((dirfd3= open(uv_dir2, O_RDONLY | O_DIRECTORY)) == -1), "open");
UV_SHOULD_ENOENT((open(uv_file2, O_RDWR) == -1), "open");
UV_SHOULD_ENOENT((open(filename, O_RDWR|O_CREAT, 0644) == -1), "open");
UV_SHOULD_ENOENT((opendir(uv_dir2) == NULL), "opendir");
UV_SHOULD_ENOENT((opendir(filename) == NULL), "opendir");
UV_SHOULD_ENOENT((opendir(filename) == NULL), "opendir");
UV_SHOULD_ENOENT((opendir(filename) == NULL), "opendir");
UV_SHOULD_ENOENT((opendir(filename) == NULL), "opendir");
UV_SHOULD_ENOENT((realpath(uv_dir2, buf) == NULL), "realpath");
UV_SHOULD_ENOENT((open(uv_file2, O_RDWR) == -1), "open");
UV_SHOULD_ENOENT((open(filename, O_RDWR|O_CREAT, 0644) == -1), "open");
UV_SHOULD_ENOENT((open(uv_file2, O_RDWR) == -1), "open");
UV_SHOULD_ENOENT((unlink(filename2) == -1), "unlink");
UV_SHOULD_ENOENT((link(uv_file2, filename) == -1), "link");
UV_SHOULD_ENOENT((link(uv_file1, filename2) == -1), "link");
UV_SHOULD_ENOENT((chdir(uv_dir2) == -1), "chdir");
UV_SHOULD_ENOENT((chdir(uv_dir2) == -1), "chdir");
UV_SHOULD_ENOENT((chdir("../../..") == -1), "chdir");
UV_SHOULD_ENOENT((chdir(uv_dir2) == -1), "chdir");
UV_SHOULD_ENOENT((rename(filename2, rfilename2) == -1), "rename");
UV_SHOULD_ENOENT((rename(filename1, rfilename2) == -1), "rename");
UV_SHOULD_ENOENT((rename(filename1, uv_file2) == -1), "rename");
UV_SHOULD_ENOENT((renameat(dirfd1, "file1", dirfd2, "rfile2") == -1),
UV_SHOULD_ENOENT((renameat(dirfd1, "file1", dirfd2, rfilename2) == -1),
UV_SHOULD_ENOENT((access(uv_file2, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/etc/passwd", R_OK) == -1), "access");
UV_SHOULD_ENOENT((access(uv_dir2, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/", R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/home", F_OK) == -1), "access");
UV_SHOULD_ENOENT((access(uv_file2, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access(uv_dir2, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/", R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/home", F_OK) == -1), "access");
UV_SHOULD_ENOENT((chflags(uv_file2, UF_NODUMP) == -1), "chflags");
UV_SHOULD_ENOENT((stat(uv_file2, &sb) == -1), "stat");
UV_SHOULD_ENOENT((stat(uv_dir2, &sb) == -1), "stat");
UV_SHOULD_ENOENT((stat("/", &sb) == -1), "stat");
UV_SHOULD_ENOENT((stat("/", &sb) == -1), "stat");
UV_SHOULD_ENOENT((stat("/usr", &sb) == -1), "stat");
UV_SHOULD_ENOENT((stat("/usr/share", &sb) == -1), "stat");
UV_SHOULD_ENOENT((stat("/usr/share/man", &sb) == -1), "stat");
UV_SHOULD_ENOENT((stat("/usr/share/man/nonexistent", &sb) == -1), "stat");
UV_SHOULD_ENOENT(((dirfd2after = open(uv_dir2, O_RDONLY | O_DIRECTORY)) == -1), "open");
UV_SHOULD_ENOENT((lstat(uv_file2, &sb) == -1), "lstat");
UV_SHOULD_ENOENT((symlink(uv_file1, filename2) == -1), "symlink");
UV_SHOULD_ENOENT((readlink(filename2, buf, sizeof(buf)) == -1), "readlink");
UV_SHOULD_ENOENT((openat(slashbefore, "etc/hosts", O_RDONLY) == -1), "openat");
UV_SHOULD_ENOENT((openat(slashbefore, uv_file2, O_RDWR) == -1), "openat");
UV_SHOULD_ENOENT((chmod(uv_file2, S_IRWXU) == -1), "chmod");
UV_SHOULD_ENOENT((chmod(uv_dir2, S_IRWXU) == -1), "chmod");
UV_SHOULD_ENOENT((opendir(uv_dir2) == NULL), "opendir after fork");
UV_SHOULD_ENOENT((open(uv_file2, O_RDWR|O_CREAT, 0644) == -1), "open after fork");
UV_SHOULD_ENOENT((openat(dirfd1before, "/etc/hosts", O_RDONLY) == -1), "openat");
UV_SHOULD_ENOENT((openat(dirfd1before, uv_file2, O_RDWR|O_CREAT, 0644) == -1), "openat");
UV_SHOULD_ENOENT((openat(dirfd2before, "/etc/hosts", O_RDONLY) == -1), "openat");
UV_SHOULD_ENOENT((openat(dirfd2before, "hooray", O_RDWR|O_CREAT, 0644) == -1), "openat");
UV_SHOULD_ENOENT((openat(dirfd2before, uv_file2, O_RDWR|O_CREAT, 0644) == -1), "openat");
UV_SHOULD_ENOENT((openat(dirfd1after, "/etc/hosts", O_RDONLY) == -1), "openat");
UV_SHOULD_ENOENT((open("../hello", O_RDWR|O_CREAT, 0644) == -1), "open");
UV_SHOULD_ENOENT((open(".././hello", O_RDWR|O_CREAT, 0644) == -1), "open");
UV_SHOULD_ENOENT((openat(dirfd1after, uv_file2, O_RDWR|O_CREAT, 0644) == -1), "openat");
UV_SHOULD_ENOENT((fd = (open("subdir", O_RDONLY | O_DIRECTORY)) == -1), "open");
UV_SHOULD_ENOENT((openat(dirfd2after, "../../derpyluvs", O_RDWR|O_CREAT, 0644) == -1), "openat");
UV_SHOULD_ENOENT((openat(dirfd2after, "/etc/hosts", O_RDONLY) == -1), "openat");
UV_SHOULD_ENOENT((openat(dirfd2after, uv_file2, O_RDWR|O_CREAT, 0644) == -1), "openat");
UV_SHOULD_ENOENT((stat("/usr/bin", &st) == -1), "stat");