mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 14:09:02 +02:00
omit failing test at arm64-neoverse-n1
This commit is contained in:
parent
593de2b048
commit
5461bc18f8
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@ class TestSocket_UNIXSocket < Test::Unit::TestCase
|
||||||
y = 1000
|
y = 1000
|
||||||
begin
|
begin
|
||||||
s1.send_io(nil)
|
s1.send_io(nil)
|
||||||
|
rescue Errno::ETOOMANYREFS => e
|
||||||
|
# for arm64-neoverse-n1
|
||||||
|
omit e.message
|
||||||
rescue NotImplementedError
|
rescue NotImplementedError
|
||||||
assert_raise(NotImplementedError) { s2.recv_io }
|
assert_raise(NotImplementedError) { s2.recv_io }
|
||||||
rescue TypeError
|
rescue TypeError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue