1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/fiber
Yusuke Endoh df0bcb3385 test/fiber/test_scheduler.rb: Remove the test file from $LOADED_FEATURES
to prevent the following failure on `make test-all --repeat-count=2`

http://ci.rvm.jp/results/trunk-repeat20-asserts@phosphorus-docker/3957774
```
  1) Error:
TestFiberScheduler#test_autoload:
NameError: uninitialized constant TestFiberSchedulerAutoload
          Object.const_get(:TestFiberSchedulerAutoload)
                ^^^^^^^^^^
```
2022-05-09 10:20:25 +09:00
..
autoload.rb Use a proper mutex for autoloading features. (#5788) 2022-05-08 10:22:58 +12:00
http.rb
scheduler.rb Improve interface for get/set/copy. 2021-12-21 12:25:42 +13:00
test_address_resolve.rb
test_backtrace.rb
test_enumerator.rb Use omit instead of skip without the default gems tests 2022-01-11 21:17:59 +09:00
test_io.rb Use omit instead of skip without the default gems tests 2022-01-11 21:17:59 +09:00
test_io_buffer.rb Use omit instead of skip without the default gems tests 2022-01-11 21:17:59 +09:00
test_mutex.rb
test_process.rb rb_fiber_terminate must not return [Bug #18497] 2022-01-19 19:57:16 +09:00
test_ractor.rb Use omit instead of skip without the default gems tests 2022-01-11 21:17:59 +09:00
test_scheduler.rb test/fiber/test_scheduler.rb: Remove the test file from $LOADED_FEATURES 2022-05-09 10:20:25 +09:00
test_sleep.rb
test_thread.rb
test_timeout.rb