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

ruby-changes:60919

From: Nobuyoshi <ko1@a...>
Date: Mon, 27 Apr 2020 10:39:56 +0900 (JST)
Subject: [ruby-changes:60919] c180c58fc1 (master): Removed already resolved test [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=c180c58fc1

From c180c58fc17935a2bacffac57a3707d68b11eb4f Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 27 Apr 2020 01:29:17 +0900
Subject: Removed already resolved test [ci skip]

That bug has been fixed by ec0c394b9eb, and the test has been
added by 181ffea5e04.

diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb
index 0959bfa..66aab1e 100644
--- a/bootstraptest/pending.rb
+++ b/bootstraptest/pending.rb
@@ -31,13 +31,6 @@ assert_equal 'ok', %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/pending.rb#L31
   end
 }
 
-assert_normal_exit %q{
-  r = Range.allocate
-  def r.<=>(o) true end
-  r.instance_eval { initialize r, r }
-  r.inspect
-}
-
 # This randomly fails on mswin.
 assert_equal %q{[]}, %q{
   Thread.new{sleep}.backtrace
-- 
cgit v0.10.2


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

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