diff options
-rw-r--r-- | bootstraptest/test_fiber.rb | 5 | ||||
-rw-r--r-- | thread.c | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -37,3 +37,8 @@ assert_normal_exit %q{ assert_normal_exit %q{ Fiber.new(&Object.method(:class_eval)).resume("foo") }, '[ruby-dev:34128]' @@ -1127,6 +1127,10 @@ thread_join(rb_thread_t *target_th, VALUE timeout, rb_hrtime_t *limit) /* OK. killed. */ break; default: rb_bug("thread_join: Fixnum (%d) should not reach here.", FIX2INT(err)); } } |