-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
[tests] fix test_fcntl issue when run in a ChromeOS linux runtime #133053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It doesn't appear to support F_NOTIFY? Detect the lack of that and skip the test.
8c7c405
to
544cba8
Compare
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…thonGH-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 355ee1a) Co-authored-by: Gregory P. Smith <greg@krypto.org>
GH-133056 is a backport of this pull request to the 3.13 branch. |
…ime (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 355ee1a) Co-authored-by: Gregory P. Smith <greg@krypto.org>
|
It doesn't appear to support F_NOTIFY? Detect the lack of that and skip the test.