]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] [tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Apr 2025 20:54:37 +0000 (22:54 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Apr 2025 20:54:37 +0000 (20:54 +0000)
commit8fdc10686ba46150879230e67ce33d454fe6fa76
treefd96e80e6372cec2bbaa3cdd0bcd80f7464ccefb
parentfdcaaad1cc7cee1bc23097d9493c2c1cdd9f404e
[3.13] [tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053) (GH-133056)

[tests] fix test_fcntl issue when run in a ChromeOS linux runtime (GH-133053)

* [tests] test_fcntl fails when run in a ChromeOS linux runtime container.

It doesn't appear to support F_NOTIFY? Detect the lack of that and skip the test.
(cherry picked from commit 355ee1a429e68602696d5a4a9966c1448af1c8d1)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_fcntl.py