summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-08-03ast.c: allocator of Nodenobu
2018-08-03random.c: endless range randomnobu
2018-08-02test_jit.rb: split the test concernk0kubun
2018-08-02test/socket/test_socket.rb (test_timestampns): retry sendnormal
2018-07-31mjit.c: allow using MJIT header in build directoryk0kubun
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-28test_function.rb: fix messagesnobu
2018-07-28use https:// instead of http://kazu
2018-07-28fix range check for Hangul jamo trailers in Unicode normalizationduerst
2018-07-28always run unicode normalization that do not depend on data fileduerst
2018-07-28update unicode data files directory for normalization testsduerst
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-26Add missing escapekazu
2018-07-26webrick: Support bcrypt password hashingnormal
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-24time.rb: yday supportnobu
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-20test/-ext-/gvl/test_last_thread.rb: skip under MJITnormal
2018-07-20Promote Shell library to default gems.hsbt
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
2018-07-16No one knows how many leap seconds in year 2100naruse
2018-07-16ruby.c: disable DidYouMean as gemnobu
2018-07-14webrick/httpresponse: set_redirect requires a valid URInormal
2018-07-13test/ruby/test_signal.rb (test_sigchld_ignore): increase timeoutnormal
2018-07-12removed unusecd constantsnobu
2018-07-11Failed to unlink before close on mswinkazu
2018-07-11test/ruby/test_io.rb (test_copy_stream_to_duplex_io): join threadnormal
2018-07-11test/ruby/test_io.rb: skip garbage and CPU tests if multi-threadednormal
2018-07-11test/test_{tempfile,tmpdir}: get rid of leftover filesnormal
2018-07-09Fix crash when loading iseq from an arraytenderlove
2018-07-09Don't copy FL_USER* on Kernel#clone. [Bug #14847]ko1
2018-07-09dir.c: fix directory globnobu