summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2018-08-13thread_pthread.c: eliminate timer thread by restructuring GVLnormal
2018-08-13Fix problem about notimplemented caseusa
2018-08-13Revert "Support optional inherit argument for Module#method_defined?"kazu
2018-08-13Support optional inherit argument for Module#method_defined?usa
2018-08-11test_rubyvm_mjit.rb: skip testing MJIT if not supportedk0kubun
2018-08-11test_env.rb: a failure on appveyornobu
2018-08-11test_rubyvm_mjit.rb: dump output on test_pausek0kubun
2018-08-11hash.c: env block size limit on Windowsnobu
2018-08-11_mjit_compile_pc_and_sp.erb: always move pck0kubun
2018-08-10enumerator.c: fix for non-integral argument for ArithmeticSequence#lastmrkn
2018-08-09enumerator.c: undef new and allocate of ArithmeticSequencemrkn
2018-08-09mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun
2018-08-09Fix error when Encoding.default_external is Encoding::IBM437kazu
2018-08-09Skip test_inplace_nonascii if external encoding is us-asciikazu
2018-08-09add 'x' mode character for O_EXCLkazu
2018-08-09io.c: fix non-ascii filename inplace editnobu
2018-08-07mjit.c: initial support for mswin MJITk0kubun
2018-08-06enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn
2018-08-06thread_pthread.c: restore timer-thread for now :<normal
2018-08-05test/ruby/test_thread.rb (test_thread_timer_and_interrupt): add timeoutsnormal
2018-08-05test/ruby/test_process.rb (test_wait_and_sigchld): allow extra SIGCHLDnormal
2018-08-04test/ruby/test_io.rb (test_select_leak): speedup and reduce memory usenormal
2018-08-04test/ruby/test_thread.rb (test_thread_interrupt_for_killed_thread): conserve ...normal
2018-08-04test/ruby/test_io.rb (test_race_gets_and_close): timeout each threadnormal
2018-08-03ast.c: allocator of Nodenobu
2018-08-03random.c: endless range randomnobu
2018-08-02test_jit.rb: split the test concernk0kubun
2018-07-31Move obsoleted test/thread/test_*.rb with the current implementation.hsbt
2018-07-31test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeoutnormal
2018-07-29thread_pthread: remove timer-thread by restructuring GVLnormal
2018-07-29test/ruby/test_process.rb (test_wait_and_sigchld): improve reliabilitynormal
2018-07-29test_jit.rb: skip known test failure on MinGWk0kubun
2018-07-29test_jit.rb: use the appropiate namek0kubun
2018-07-29mjit.c: disable compaction on empty queue w/ --jit-waitk0kubun
2018-07-28mjit.c: introduce JIT compaction [experimental]k0kubun
2018-07-27mjit.c: keep all .o filesk0kubun
2018-07-27test_jit.rb: test unload_unitsk0kubun
2018-07-27ruby.c: taint ARGV on Windowsnobu
2018-07-25test/ruby/test_io.rb (test_select_leak): skip with MJITnormal
2018-07-24test_jit.rb: give up debugging cc1 issuek0kubun
2018-07-24test_jit.rb: suppress unused variable warningk0kubun
2018-07-2360 sec is not enough at allusa
2018-07-23increase timeout seconds.ko1
2018-07-22object.c: prefer base optargnobu
2018-07-22fix sum on infinitynobu
2018-07-22test_rubyoptions.rb: allow passing test_verbosek0kubun
2018-07-21thread.c (do_select): fix leak on exceptionnormal
2018-07-18test_rubyoptions.rb: skip testing JIT on mswink0kubun
2018-07-18ruby.c: accept --disable-jit optionk0kubun
2018-07-17test for wrong order: optionnobu