aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ast.c: allocator of Nodenobu2018-08-031-0/+4
* random.c: endless range randomnobu2018-08-031-0/+1
* test_jit.rb: split the test concernk0kubun2018-08-021-14/+17
* test/socket/test_socket.rb (test_timestampns): retry sendnormal2018-08-021-30/+29
* mjit.c: allow using MJIT header in build directoryk0kubun2018-07-311-1/+2
* Move obsoleted test/thread/test_*.rb with the current implementation.hsbt2018-07-313-2/+2
* test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeoutnormal2018-07-311-1/+1
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-291-1/+1
* test/ruby/test_process.rb (test_wait_and_sigchld): improve reliabilitynormal2018-07-291-14/+16
* test_jit.rb: skip known test failure on MinGWk0kubun2018-07-291-0/+4
* test_jit.rb: use the appropiate namek0kubun2018-07-291-1/+1
* mjit.c: disable compaction on empty queue w/ --jit-waitk0kubun2018-07-291-3/+6
* mjit.c: introduce JIT compaction [experimental]k0kubun2018-07-281-2/+11
* test_function.rb: fix messagesnobu2018-07-281-3/+14
* use https:// instead of http://kazu2018-07-281-1/+1
* fix range check for Hangul jamo trailers in Unicode normalizationduerst2018-07-281-0/+7
* always run unicode normalization that do not depend on data fileduerst2018-07-281-0/+2
* update unicode data files directory for normalization testsduerst2018-07-281-2/+3
* mjit.c: keep all .o filesk0kubun2018-07-271-18/+23
* test_jit.rb: test unload_unitsk0kubun2018-07-272-2/+28
* ruby.c: taint ARGV on Windowsnobu2018-07-271-0/+7
* Add missing escapekazu2018-07-261-1/+1
* webrick: Support bcrypt password hashingnormal2018-07-261-80/+95
* test/ruby/test_io.rb (test_select_leak): skip with MJITnormal2018-07-251-0/+1
* test_jit.rb: give up debugging cc1 issuek0kubun2018-07-241-15/+13
* test_jit.rb: suppress unused variable warningk0kubun2018-07-241-1/+1
* time.rb: yday supportnobu2018-07-241-0/+10
* 60 sec is not enough at allusa2018-07-231-1/+1
* increase timeout seconds.ko12018-07-231-2/+2
* object.c: prefer base optargnobu2018-07-221-0/+6
* fix sum on infinitynobu2018-07-222-0/+22
* test_rubyoptions.rb: allow passing test_verbosek0kubun2018-07-221-1/+11
* thread.c (do_select): fix leak on exceptionnormal2018-07-211-0/+16
* test/-ext-/gvl/test_last_thread.rb: skip under MJITnormal2018-07-201-0/+3
* Promote Shell library to default gems.hsbt2018-07-201-0/+1
* test_rubyoptions.rb: skip testing JIT on mswink0kubun2018-07-181-3/+5
* ruby.c: accept --disable-jit optionk0kubun2018-07-181-7/+26
* test for wrong order: optionnobu2018-07-171-0/+4
* No one knows how many leap seconds in year 2100naruse2018-07-161-2/+2
* ruby.c: disable DidYouMean as gemnobu2018-07-161-0/+1
* webrick/httpresponse: set_redirect requires a valid URInormal2018-07-141-0/+21
* test/ruby/test_signal.rb (test_sigchld_ignore): increase timeoutnormal2018-07-131-1/+1
* removed unusecd constantsnobu2018-07-121-4/+0
* Failed to unlink before close on mswinkazu2018-07-111-1/+1
* test/ruby/test_io.rb (test_copy_stream_to_duplex_io): join threadnormal2018-07-111-1/+2
* test/ruby/test_io.rb: skip garbage and CPU tests if multi-threadednormal2018-07-111-0/+2
* test/test_{tempfile,tmpdir}: get rid of leftover filesnormal2018-07-112-7/+12
* Fix crash when loading iseq from an arraytenderlove2018-07-091-0/+7
* Don't copy FL_USER* on Kernel#clone. [Bug #14847]ko12018-07-091-0/+35
* dir.c: fix directory globnobu2018-07-091-1/+23