mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
omit random failure tests with FreeBSD
20220906
T043002Z.fail.html.gz20220905
T103002Z.fail.html.gz
This commit is contained in:
parent
03ae415d50
commit
8cd6f2a087
2 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,7 @@ module DRbCore
|
||||||
def test_06_timeout
|
def test_06_timeout
|
||||||
omit if RUBY_PLATFORM.include?("armv7l-linux")
|
omit if RUBY_PLATFORM.include?("armv7l-linux")
|
||||||
omit if RUBY_PLATFORM.include?("sparc-solaris2.10")
|
omit if RUBY_PLATFORM.include?("sparc-solaris2.10")
|
||||||
|
omit if RUBY_PLATFORM.include?("freebsd")
|
||||||
omit if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? # expecting a certain delay is difficult for --jit-wait CI
|
omit if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? # expecting a certain delay is difficult for --jit-wait CI
|
||||||
Timeout.timeout(60) do
|
Timeout.timeout(60) do
|
||||||
ten = Onecky.new(10)
|
ten = Onecky.new(10)
|
||||||
|
|
|
@ -562,6 +562,8 @@ class TestSocket < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_closed_read
|
def test_closed_read
|
||||||
|
omit if RUBY_PLATFORM.include?("freebsd")
|
||||||
|
|
||||||
require 'timeout'
|
require 'timeout'
|
||||||
require 'socket'
|
require 'socket'
|
||||||
bug4390 = '[ruby-core:35203]'
|
bug4390 = '[ruby-core:35203]'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue