Skip to content

Commit b51a112

Browse files
committed
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
1 parent 33d8284 commit b51a112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/ruby/core/io/buffer/map_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def open_big_file_fixture
7373
@buffer.should.valid?
7474
end
7575

76-
platform_is_not :windows do
76+
platform_is_not :windows, :openbsd do
7777
it "is shareable across processes" do
7878
file_name = tmp("shared_buffer")
7979
@file = File.open(file_name, "w+")

0 commit comments

Comments
 (0)