diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-07-01 12:17:00 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-07-02 18:33:39 +0900 |
commit | 1ab31eb4294132a0fb3282755843575da87f0918 (patch) | |
tree | bca36c169343277b913a75bb7df8fc61c8190054 | |
parent | 4688b92a86fa6f24510f2d4d4b0ad31c569c01ed (diff) |
[ruby/fiddle] Pick ruby/ruby changes for
`test/fiddle/test_function.rb`
(https://github.com/ruby/fiddle/pull/141)
https://github.com/ruby/ruby/pull/11048#issuecomment-2185630854
---------
https://github.com/ruby/fiddle/commit/a245f19763
Co-authored-by: Yusuke Endoh <[email protected]>
-rw-r--r-- | test/fiddle/test_function.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fiddle/test_function.rb b/test/fiddle/test_function.rb index 1785f492ad..2bd67c9da1 100644 --- a/test/fiddle/test_function.rb +++ b/test/fiddle/test_function.rb @@ -167,6 +167,8 @@ module Fiddle end def test_nogvl_poll + require "envutil" unless defined?(EnvUtil) + # XXX hack to quiet down CI errors on EINTR from r64353 # [ruby-core:88360] [Misc #14937] # Making pipes (and sockets) non-blocking by default would allow |