concurrent-ruby/spec/concurrent
Benoit Daloze 5f59cbdbd0
Merge pull request #954 from ruby-concurrency/clarify_to_enum_thread_test
Only run the CRuby bug-specific test on CRuby
2022-03-18 18:05:22 +01:00
..
atomic Travis is done and never coming back 2022-03-15 00:45:16 +00:00
channel Skip flaky tests on truffleruby 2022-03-17 15:03:23 +01:00
collection Fix RubyNonConcurrentPriorityQueue#delete method 2021-03-27 16:06:07 +02:00
concern Reduce output pollution by warnings 2018-05-18 09:44:23 +02:00
edge Cleanup dead code for Ruby < 2.2 2022-03-18 17:45:12 +01:00
executor Merge pull request #954 from ruby-concurrency/clarify_to_enum_thread_test 2022-03-18 18:05:22 +01:00
thread_safe Travis is done and never coming back 2022-03-15 00:45:16 +00:00
utility RSpec - avoid monkey patching 2018-02-21 11:47:44 +01:00
.gitignore Initial commit of empty project. 2013-07-23 08:18:51 -04:00
actor_spec.rb Travis is done and never coming back 2022-03-15 00:45:16 +00:00
agent_spec.rb Travis is done and never coming back 2022-03-15 00:45:16 +00:00
array_spec.rb Revert previous changes for TruffleRuby 2018-07-01 21:13:07 +02:00
async_spec.rb Reset Async queue on fork 2020-06-30 20:29:46 -07:00
atom_spec.rb Ensure all threads in tests terminate 2018-05-17 15:34:49 +02:00
cancellation_spec.rb Fix ruby warnings 2019-03-02 13:16:10 +01:00
channel_spec.rb Travis is done and never coming back 2022-03-15 00:45:16 +00:00
collection_each_shared.rb RSpec - avoid monkey patching 2018-02-21 11:47:44 +01:00
configuration_spec.rb Travis is done and never coming back 2022-03-15 00:45:16 +00:00
dataflow_spec.rb Skip flaky tests on truffleruby 2022-03-17 15:03:23 +01:00
delay_spec.rb Fix spec timing 2019-03-12 08:34:48 +01:00
exchanger_spec.rb Travis is done and never coming back 2022-03-15 00:45:16 +00:00
future_spec.rb make sure sentinel values are ::Objects 2018-05-17 18:05:20 +02:00
hash_spec.rb Add specs for Hash initialization behavior 2018-06-24 13:56:32 +01:00
immutable_struct_spec.rb RSpec - avoid monkey patching 2018-02-21 11:47:44 +01:00
ivar_shared.rb RSpec - avoid monkey patching 2018-02-21 11:47:44 +01:00
ivar_spec.rb make sure sentinel values are ::Objects 2018-05-17 18:05:20 +02:00
lazy_register_spec.rb RSpec - avoid monkey patching 2018-02-21 11:47:44 +01:00
map_spec.rb Fix agent spec timing 2018-07-11 22:20:00 +02:00
maybe_spec.rb Fix ruby warnings 2019-03-02 13:16:10 +01:00
monotonic_time_spec.rb Concurrent.monotonic_time accept an optional unit parameter 2021-06-29 09:19:21 +02:00
mutable_struct_spec.rb Implement #dup and #clone for structs 2019-12-19 16:16:50 +01:00
mvar_spec.rb Travis is done and never coming back 2022-03-15 00:45:16 +00:00
options_spec.rb RSpec - avoid monkey patching 2018-02-21 11:47:44 +01:00
promise_spec.rb Fix spec determenism 2021-06-05 19:06:34 +02:00
promises_spec.rb ErlangActor improvements 2019-03-02 13:07:57 +01:00
scheduled_task_spec.rb Fix ruby warnings 2019-03-02 13:16:10 +01:00
set_spec.rb Fix Set thread safety 2021-06-04 19:39:05 +02:00
settable_struct_spec.rb Implement #dup and #clone for structs 2019-12-19 16:16:50 +01:00
struct_shared.rb Implement #dup and #clone for structs 2019-12-19 16:16:50 +01:00
synchronization_spec.rb Add latest JRuby version with JDK-11 2018-12-06 16:18:54 +01:00
thread_arguments_shared.rb RSpec - avoid monkey patching 2018-02-21 11:47:44 +01:00
throttle_spec.rb Skip flaky tests on truffleruby 2022-03-17 15:03:23 +01:00
timer_task_spec.rb Restore API from #926 with warnings 2022-03-13 20:45:13 +00:00
tvar_spec.rb Simplify TVar implementation at the cost of performance 2020-10-12 18:46:33 +01:00