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:
eregon 2018-12-29 21:54:59 +00:00
Родитель be8d3ed1fd
Коммит c608af0f1e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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(),