Skip to content

Commit

Permalink
Enable MRI tests for Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 7, 2018
1 parent 33c74d3 commit a612a6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions test/mri/excludes/TestQueue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@
exclude :test_sized_queue_pop_non_block, "needs investigation"
exclude :test_sized_queue_push_interrupt, "needs investigation"
exclude :test_thr_kill, "needs investigation"
exclude :test_blocked_pushers, "needs investigation"
exclude :test_blocked_pushers_empty, "needs investigation"
exclude :test_close, "needs investigation"
exclude :test_close_twice, "needs investigation"
exclude :test_deny_pushers, "needs investigation"
exclude :test_one_element_sized_queue, "needs investigation"
exclude :test_queue_close_multi_multi, "needs investigation"
exclude :test_queue_close_wakeup, "needs investigation"
exclude :test_size_queue_close_wakeup, "needs investigation"
exclude :test_sized_queue_assign_max, "needs investigation"
exclude :test_sized_queue_closed_push_non_blocking, "needs investigation"
exclude :test_sized_queue_one_closed_interrupt, "needs investigation"
exclude :test_queue_with_trap, "needs investigation"
1 change: 0 additions & 1 deletion test/mri/failing.exclude
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ socket/test_sockopt.rb
socket/test_tcp.rb
socket/test_udp.rb
socket/test_unix.rb
thread/test_queue.rb # possible issue on Travis - needs to be tried again
ruby/enc/test_euc_jp.rb # invalid multibyte char (EUC-JP)
ruby/enc/test_windows_1251.rb
dbm/test_dbm.rb
Expand Down

0 comments on commit a612a6e

Please sign in to comment.