From b51a11268840d257dade3dcb573b680c004a5a1b Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 29 Jan 2026 20:12:01 +0100 Subject: IO::Buffer.map seems not shareable across processes on OpenBSD * See https://rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20260129T163005Z.fail.html.gz --- spec/ruby/core/io/buffer/map_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby/core') diff --git a/spec/ruby/core/io/buffer/map_spec.rb b/spec/ruby/core/io/buffer/map_spec.rb index d60036307f..4543c2d022 100644 --- a/spec/ruby/core/io/buffer/map_spec.rb +++ b/spec/ruby/core/io/buffer/map_spec.rb @@ -73,7 +73,7 @@ describe "IO::Buffer.map" do @buffer.should.valid? end - platform_is_not :windows do + platform_is_not :windows, :openbsd do it "is shareable across processes" do file_name = tmp("shared_buffer") @file = File.open(file_name, "w+") -- cgit v1.2.3