зеркало из https://github.com/github/ruby.git
Reenable spec on Solaris to find out which clocks fail on Solaris
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
be8d3ed1fd
Коммит
c608af0f1e
|
@ -1,7 +1,7 @@
|
|||
require_relative '../../spec_helper'
|
||||
|
||||
describe "Process.clock_gettime" do
|
||||
platform_is_not :windows, :solaris do
|
||||
platform_is_not :windows do
|
||||
Process.constants.select { |c|
|
||||
c.to_s.start_with?('CLOCK_') &&
|
||||
# These require CAP_WAKE_ALARM and are not documented in clock_gettime(),
|
||||
|
|
Загрузка…
Ссылка в новой задаче