Commit 83345b2
IO::Buffer.map is not shareable across processes on OpenBSD
Restore the OpenBSD exclusion dropped when the windows guard was
replaced with a fork guard in the spec sync. OpenBSD has fork but
MAP_SHARED writes are not reflected through read(2).
https://rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20260604T223004Z.fail.html.gz
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9dbd781 commit 83345b2
1 file changed
Lines changed: 25 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | | - | |
| 102 | + | |
97 | 103 | | |
98 | | - | |
99 | | - | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
0 commit comments