aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* enumerator.c: fix for non-integral argument for ArithmeticSequence#lastmrkn2018-08-101-0/+24
* enumerator.c: undef new and allocate of ArithmeticSequencemrkn2018-08-091-0/+8
* net/http, net/ftp: skip SSL/TLS session resumption testsrhe2018-08-092-0/+20
* mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun2018-08-093-26/+79
* Fix error when Encoding.default_external is Encoding::IBM437kazu2018-08-091-5/+5
* test/io/console/test_io_console.rb: fix short read failuresnormal2018-08-091-14/+14
* test/io/wait/test_io_wait_uncommon.rb (test_tty_wait): increase timeoutnormal2018-08-091-1/+1
* Skip test_inplace_nonascii if external encoding is us-asciikazu2018-08-091-0/+3
* add 'x' mode character for O_EXCLkazu2018-08-091-0/+8
* io.c: fix non-ascii filename inplace editnobu2018-08-091-2/+19
* test/lib/leakchecker.rb (find_tempfiles): don't warn for missing filesnormal2018-08-091-1/+2
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-081-25/+10
* openssl: sync with upstream repositoryrhe2018-08-084-17/+59
* mjit.c: initial support for mswin MJITk0kubun2018-08-071-0/+44
* Silence Net::HTTP warning in test.hsbt2018-08-071-0/+4
* Add missing test for WEBrick::HTTPAuth::Htgroup.hsbt2018-08-071-0/+19
* Support old versions of Ruby with FrozenError.hsbt2018-08-075-10/+16
* Add test for coverage.hsbt2018-08-071-0/+42
* enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn2018-08-064-4/+383
* test/ripper/test_parser_events.rb (test_block_variables): increase RLIMIT_ASnormal2018-08-061-2/+5
* thread_pthread.c: restore timer-thread for now :<normal2018-08-063-9/+7
* test/ruby/test_thread.rb (test_thread_timer_and_interrupt): add timeoutsnormal2018-08-051-2/+3
* test/ruby/test_process.rb (test_wait_and_sigchld): allow extra SIGCHLDnormal2018-08-051-1/+5
* test/ruby/test_io.rb (test_select_leak): speedup and reduce memory usenormal2018-08-041-5/+20
* test/ruby/test_thread.rb (test_thread_interrupt_for_killed_thread): conserve ...normal2018-08-041-0/+1
* test/ruby/test_io.rb (test_race_gets_and_close): timeout each threadnormal2018-08-041-4/+5
* 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