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

ruby-changes:43529

From: naruse <ko1@a...>
Date: Thu, 7 Jul 2016 03:17:42 +0900 (JST)
Subject: [ruby-changes:43529] naruse:r55602 (trunk): require "rbconfig/sizeof"

naruse	2016-07-07 03:17:36 +0900 (Thu, 07 Jul 2016)

  New Revision: 55602

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

  Log:
    require "rbconfig/sizeof"
    
    They may fail parallel test-all

  Modified files:
    trunk/test/-ext-/string/test_modify_expand.rb
    trunk/test/stringio/test_stringio.rb
Index: test/stringio/test_stringio.rb
===================================================================
--- test/stringio/test_stringio.rb	(revision 55601)
+++ test/stringio/test_stringio.rb	(revision 55602)
@@ -1,6 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/stringio/test_stringio.rb#L1
 # frozen_string_literal: false
 require 'test/unit'
 require 'stringio'
+require "rbconfig/sizeof"
 require_relative '../ruby/ut_eof'
 
 class TestStringIO < Test::Unit::TestCase
Index: test/-ext-/string/test_modify_expand.rb
===================================================================
--- test/-ext-/string/test_modify_expand.rb	(revision 55601)
+++ test/-ext-/string/test_modify_expand.rb	(revision 55602)
@@ -1,6 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/-ext-/string/test_modify_expand.rb#L1
 # frozen_string_literal: false
 require 'test/unit'
 require "-test-/string"
+require "rbconfig/sizeof"
 
 class Test_StringModifyExpand < Test::Unit::TestCase
   def test_modify_expand_memory_leak

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

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