Merge "[RESTRICT AUTOMERGE] fcntl_F_SETFD test: allow both Android 14 and 2024Q1 behavior." into android14-tests-dev
This commit is contained in:
commit
74c359277a
1 changed files with 1 additions and 1 deletions
|
@ -361,5 +361,5 @@ TEST(fcntl, open_O_TMPFILE_mode) {
|
|||
}
|
||||
|
||||
TEST(fcntl_DeathTest, fcntl_F_SETFD) {
|
||||
EXPECT_DEATH(fcntl(0, F_SETFD, O_NONBLOCK), "non-FD_CLOEXEC");
|
||||
EXPECT_DEATH(fcntl(0, F_SETFD, O_NONBLOCK), "FD_CLOEXEC");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue