ruby-changes:57519
From: Takashi <ko1@a...>
Date: Tue, 3 Sep 2019 21:51:47 +0900 (JST)
Subject: [ruby-changes:57519] fb67d4fc77 (master): Move an unstable bootstraptest to pending
https://git.ruby-lang.org/ruby.git/commit/?id=fb67d4fc77 From fb67d4fc77f211cfec6b2065787d9212f4e2154b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Tue, 3 Sep 2019 21:49:51 +0900 Subject: Move an unstable bootstraptest to pending This has been unstable on AppVeyor mswin since the introduction 3fd83cb6fcc483d2eac0795bc139c521a3a59bd2. https://ci.appveyor.com/project/ruby/ruby/builds/27103307/job/j7xwjmsos2k22cck Let's have it in pending.rb to be fixed. diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb index 744c0ad..0959bfa 100644 --- a/bootstraptest/pending.rb +++ b/bootstraptest/pending.rb @@ -37,3 +37,8 @@ assert_normal_exit %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/pending.rb#L37 r.instance_eval { initialize r, r } r.inspect } + +# This randomly fails on mswin. +assert_equal %q{[]}, %q{ + Thread.new{sleep}.backtrace +} diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index de08d51..84c2be7 100644 --- a/bootstraptest/test_thread.rb +++ b/bootstraptest/test_thread.rb @@ -19,9 +19,6 @@ assert_equal %q{ok}, %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_thread.rb#L19 :ok }.value } -assert_equal %q{[]}, %q{ - Thread.new{sleep}.backtrace -} assert_equal %q{ok}, %q{ begin v = 0 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/