1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Yusuke Endoh 2019-05-24 12:17:05 +09:00
parent 498113d5d3
commit 50e993d4e3

View file

@ -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 = []