aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-03 21:49:51 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-03 21:49:52 +0900
commitfb67d4fc77f211cfec6b2065787d9212f4e2154b (patch)
tree25c5c8e7dda54e25f40500abf3517dddcc02cb5c /bootstraptest
parentecc37ee67b90426198bd768d0bf036663e301d06 (diff)
downloadruby-fb67d4fc77f211cfec6b2065787d9212f4e2154b.tar.gz
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.
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/pending.rb5
-rw-r--r--bootstraptest/test_thread.rb3
2 files changed, 5 insertions, 3 deletions
diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb
index 744c0adac1..0959bfa2b0 100644
--- a/bootstraptest/pending.rb
+++ b/bootstraptest/pending.rb
@@ -37,3 +37,8 @@ assert_normal_exit %q{
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 de08d516a4..84c2be7e36 100644
--- a/bootstraptest/test_thread.rb
+++ b/bootstraptest/test_thread.rb
@@ -19,9 +19,6 @@ assert_equal %q{ok}, %q{
:ok
}.value
}
-assert_equal %q{[]}, %q{
- Thread.new{sleep}.backtrace
-}
assert_equal %q{ok}, %q{
begin
v = 0