[前][次][番号順一覧][スレッド一覧]

ruby-changes:54427

From: eregon <ko1@a...>
Date: Sun, 30 Dec 2018 06:55:38 +0900 (JST)
Subject: [ruby-changes:54427] eregon:r66642 (trunk): Reenable spec on Solaris to find out which clocks fail on Solaris

eregon	2018-12-30 06:54:59 +0900 (Sun, 30 Dec 2018)

  New Revision: 66642

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66642

  Log:
    Reenable spec on Solaris to find out which clocks fail on Solaris

  Modified files:
    trunk/spec/ruby/core/process/clock_gettime_spec.rb
Index: spec/ruby/core/process/clock_gettime_spec.rb
===================================================================
--- spec/ruby/core/process/clock_gettime_spec.rb	(revision 66641)
+++ spec/ruby/core/process/clock_gettime_spec.rb	(revision 66642)
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/clock_gettime_spec.rb#L1
 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(),

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]