mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 14:52:28 +00:00
Release Cosmopolitan v3.2
This commit is contained in:
parent
873069fcd7
commit
a3deef70c2
11 changed files with 75 additions and 18 deletions
|
@ -126,9 +126,8 @@ TEST(writev, empty_stillPerformsIoOperation) {
|
|||
ASSERT_NE(-1, (fd = open("file", O_RDONLY)));
|
||||
errno = 0;
|
||||
EXPECT_SYS(EBADF, -1, writev(fd, iov, ARRAYLEN(iov)));
|
||||
#ifndef __aarch64__
|
||||
// Can't test this due to qemu-aarch64 bug
|
||||
EXPECT_EQ(-1, writev(fd, NULL, 0));
|
||||
#endif
|
||||
if (!(IsAarch64() && IsQemu())) {
|
||||
EXPECT_EQ(-1, writev(fd, NULL, 0));
|
||||
}
|
||||
EXPECT_NE(-1, close(fd));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue