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

ruby-changes:50428

From: nobu <ko1@a...>
Date: Fri, 23 Feb 2018 12:46:01 +0900 (JST)
Subject: [ruby-changes:50428] nobu:r62545 (trunk): Use Process::Tms

nobu	2018-02-23 12:45:55 +0900 (Fri, 23 Feb 2018)

  New Revision: 62545

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

  Log:
    Use Process::Tms

  Added directories:
    trunk/spec/ruby/core/process/tms/
  Added files:
    trunk/spec/ruby/core/process/tms/cstime_spec.rb
    trunk/spec/ruby/core/process/tms/cutime_spec.rb
    trunk/spec/ruby/core/process/tms/element_reference_spec.rb
    trunk/spec/ruby/core/process/tms/members_spec.rb
    trunk/spec/ruby/core/process/tms/new_spec.rb
    trunk/spec/ruby/core/process/tms/stime_spec.rb
    trunk/spec/ruby/core/process/tms/utime_spec.rb
  Removed directories:
    trunk/spec/ruby/core/struct/tms/
  Modified files:
    trunk/spec/ruby/core/process/times_spec.rb
Index: spec/ruby/core/struct/tms/utime_spec.rb
===================================================================
--- spec/ruby/core/struct/tms/utime_spec.rb	(revision 62544)
+++ spec/ruby/core/struct/tms/utime_spec.rb	(nonexistent)
@@ -1,9 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/struct/tms/utime_spec.rb#L0
-require File.expand_path('../../../../spec_helper', __FILE__)
-
-describe "Struct::Tms#utime" do
-  it "needs to be reviewed for spec completeness"
-end
-
-describe "Struct::Tms#utime=" do
-  it "needs to be reviewed for spec completeness"
-end

Property changes on: spec/ruby/core/struct/tms/utime_spec.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: spec/ruby/core/struct/tms/cstime_spec.rb
===================================================================
--- spec/ruby/core/struct/tms/cstime_spec.rb	(revision 62544)
+++ spec/ruby/core/struct/tms/cstime_spec.rb	(nonexistent)
@@ -1,9 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/struct/tms/cstime_spec.rb#L0
-require File.expand_path('../../../../spec_helper', __FILE__)
-
-describe "Struct::Tms#cstime" do
-  it "needs to be reviewed for spec completeness"
-end
-
-describe "Struct::Tms#cstime=" do
-  it "needs to be reviewed for spec completeness"
-end

Property changes on: spec/ruby/core/struct/tms/cstime_spec.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: spec/ruby/core/struct/tms/cutime_spec.rb
===================================================================
--- spec/ruby/core/struct/tms/cutime_spec.rb	(revision 62544)
+++ spec/ruby/core/struct/tms/cutime_spec.rb	(nonexistent)
@@ -1,9 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/struct/tms/cutime_spec.rb#L0
-require File.expand_path('../../../../spec_helper', __FILE__)
-
-describe "Struct::Tms#cutime" do
-  it "needs to be reviewed for spec completeness"
-end
-
-describe "Struct::Tms#cutime=" do
-  it "needs to be reviewed for spec completeness"
-end

Property changes on: spec/ruby/core/struct/tms/cutime_spec.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: spec/ruby/core/struct/tms/element_reference_spec.rb
===================================================================
--- spec/ruby/core/struct/tms/element_reference_spec.rb	(revision 62544)
+++ spec/ruby/core/struct/tms/element_reference_spec.rb	(nonexistent)
@@ -1,5 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/struct/tms/element_reference_spec.rb#L0
-require File.expand_path('../../../../spec_helper', __FILE__)
-
-describe "Struct::Tms.[]" do
-  it "needs to be reviewed for spec completeness"
-end

Property changes on: spec/ruby/core/struct/tms/element_reference_spec.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: spec/ruby/core/struct/tms/new_spec.rb
===================================================================
--- spec/ruby/core/struct/tms/new_spec.rb	(revision 62544)
+++ spec/ruby/core/struct/tms/new_spec.rb	(nonexistent)
@@ -1,5 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/struct/tms/new_spec.rb#L0
-require File.expand_path('../../../../spec_helper', __FILE__)
-
-describe "Struct::Tms.new" do
-  it "needs to be reviewed for spec completeness"
-end

Property changes on: spec/ruby/core/struct/tms/new_spec.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: spec/ruby/core/struct/tms/members_spec.rb
===================================================================
--- spec/ruby/core/struct/tms/members_spec.rb	(revision 62544)
+++ spec/ruby/core/struct/tms/members_spec.rb	(nonexistent)
@@ -1,5 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/struct/tms/members_spec.rb#L0
-require File.expand_path('../../../../spec_helper', __FILE__)
-
-describe "Struct::Tms.members" do
-  it "needs to be reviewed for spec completeness"
-end

Property changes on: spec/ruby/core/struct/tms/members_spec.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: spec/ruby/core/struct/tms/stime_spec.rb
===================================================================
--- spec/ruby/core/struct/tms/stime_spec.rb	(revision 62544)
+++ spec/ruby/core/struct/tms/stime_spec.rb	(nonexistent)
@@ -1,9 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/struct/tms/stime_spec.rb#L0
-require File.expand_path('../../../../spec_helper', __FILE__)
-
-describe "Struct::Tms#stime" do
-  it "needs to be reviewed for spec completeness"
-end
-
-describe "Struct::Tms#stime=" do
-  it "needs to be reviewed for spec completeness"
-end

Property changes on: spec/ruby/core/struct/tms/stime_spec.rb
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Index: spec/ruby/core/process/times_spec.rb
===================================================================
--- spec/ruby/core/process/times_spec.rb	(revision 62544)
+++ spec/ruby/core/process/times_spec.rb	(revision 62545)
@@ -1,8 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/times_spec.rb#L1
 require File.expand_path('../../../spec_helper', __FILE__)
 
 describe "Process.times" do
-  it "returns a Struct::Tms" do
-    Process.times.should be_kind_of(Struct::Tms)
+  it "returns a Process::Tms" do
+    Process.times.should be_kind_of(Process::Tms)
   end
 
   it "returns current cpu times" do
Index: spec/ruby/core/process/tms/stime_spec.rb
===================================================================
--- spec/ruby/core/process/tms/stime_spec.rb	(nonexistent)
+++ spec/ruby/core/process/tms/stime_spec.rb	(revision 62545)
@@ -0,0 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/tms/stime_spec.rb#L1
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Process::Tms#stime" do
+  it "needs to be reviewed for spec completeness"
+end
+
+describe "Process::Tms#stime=" do
+  it "needs to be reviewed for spec completeness"
+end

Property changes on: spec/ruby/core/process/tms/stime_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/ruby/core/process/tms/utime_spec.rb
===================================================================
--- spec/ruby/core/process/tms/utime_spec.rb	(nonexistent)
+++ spec/ruby/core/process/tms/utime_spec.rb	(revision 62545)
@@ -0,0 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/tms/utime_spec.rb#L1
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Process::Tms#utime" do
+  it "needs to be reviewed for spec completeness"
+end
+
+describe "Process::Tms#utime=" do
+  it "needs to be reviewed for spec completeness"
+end

Property changes on: spec/ruby/core/process/tms/utime_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/ruby/core/process/tms/cstime_spec.rb
===================================================================
--- spec/ruby/core/process/tms/cstime_spec.rb	(nonexistent)
+++ spec/ruby/core/process/tms/cstime_spec.rb	(revision 62545)
@@ -0,0 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/tms/cstime_spec.rb#L1
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Process::Tms#cstime" do
+  it "needs to be reviewed for spec completeness"
+end
+
+describe "Process::Tms#cstime=" do
+  it "needs to be reviewed for spec completeness"
+end

Property changes on: spec/ruby/core/process/tms/cstime_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/ruby/core/process/tms/cutime_spec.rb
===================================================================
--- spec/ruby/core/process/tms/cutime_spec.rb	(nonexistent)
+++ spec/ruby/core/process/tms/cutime_spec.rb	(revision 62545)
@@ -0,0 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/tms/cutime_spec.rb#L1
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Process::Tms#cutime" do
+  it "needs to be reviewed for spec completeness"
+end
+
+describe "Process::Tms#cutime=" do
+  it "needs to be reviewed for spec completeness"
+end

Property changes on: spec/ruby/core/process/tms/cutime_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/ruby/core/process/tms/element_reference_spec.rb
===================================================================
--- spec/ruby/core/process/tms/element_reference_spec.rb	(nonexistent)
+++ spec/ruby/core/process/tms/element_reference_spec.rb	(revision 62545)
@@ -0,0 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/tms/element_reference_spec.rb#L1
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Process::Tms.[]" do
+  it "needs to be reviewed for spec completeness"
+end

Property changes on: spec/ruby/core/process/tms/element_reference_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/ruby/core/process/tms/new_spec.rb
===================================================================
--- spec/ruby/core/process/tms/new_spec.rb	(nonexistent)
+++ spec/ruby/core/process/tms/new_spec.rb	(revision 62545)
@@ -0,0 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/tms/new_spec.rb#L1
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Process::Tms.new" do
+  it "needs to be reviewed for spec completeness"
+end

Property changes on: spec/ruby/core/process/tms/new_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/ruby/core/process/tms/members_spec.rb
===================================================================
--- spec/ruby/core/process/tms/members_spec.rb	(nonexistent)
+++ spec/ruby/core/process/tms/members_spec.rb	(revision 62545)
@@ -0,0 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/tms/members_spec.rb#L1
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Process::Tms.members" do
+  it "needs to be reviewed for spec completeness"
+end

Property changes on: spec/ruby/core/process/tms/members_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property

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

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