diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2026-01-29 20:12:01 +0100 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2026-01-29 20:12:01 +0100 |
| commit | b51a11268840d257dade3dcb573b680c004a5a1b (patch) | |
| tree | 988f1649df5499e7c759ce2672edcda72c6bf412 /spec/ruby | |
| parent | 33d828470bc86b494fe9b8f6b684d7e8153f3b95 (diff) | |
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
Diffstat (limited to 'spec/ruby')
| -rw-r--r-- | spec/ruby/core/io/buffer/map_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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+") |
