зеркало из https://github.com/github/ruby.git
Skip the Process.clock_getres spec on AIX
https://rubyci.org/logs/rubyci.s3.amazonaws.com/aix71_ppc/ruby-trunk/log/20190522T103301Z.fail.html.gz
This commit is contained in:
Родитель
498113d5d3
Коммит
50e993d4e3
|
@ -2,7 +2,7 @@ require_relative '../../spec_helper'
|
|||
require_relative 'fixtures/clocks'
|
||||
|
||||
describe "Process.clock_getres" do
|
||||
platform_is_not :freebsd do # clock_getres() seems incorrect on FreeBSD
|
||||
platform_is_not :freebsd, :aix do # clock_getres() seems incorrect on FreeBSD and AIX?
|
||||
ProcessSpecs.clock_constants_for_resolution_checks.each do |name, value|
|
||||
it "matches the clock in practice for Process::#{name}" do
|
||||
times = []
|
||||
|
|
Загрузка…
Ссылка в новой задаче