aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-272-1/+73
* error.c: send as a single stringnobu2017-04-261-0/+4
* suppress_warningnaruse2017-04-251-3/+8
* add timeout.ko12017-04-251-2/+11
* no longer rescue exceptions of #<=> when initializing a Rangeeregon2017-04-251-0/+8
* no longer rescue exceptions of #coerce in Integer#steperegon2017-04-252-3/+3
* no longer rescue exceptions in numeric comparison operationseregon2017-04-251-6/+4
* Import gemspechsbt2017-04-251-0/+2
* load.c: backtrace of circular requirenobu2017-04-251-5/+29
* Import gemspec and test file changes from ruby/gdbm.hsbt2017-04-251-0/+1
* parse.y: args tail at errornobu2017-04-241-0/+7
* Allow Net::HTTP to fetch user/pass from http_proxynaruse2017-04-231-0/+17
* Add diagnostic reports section header [ci skip]nobu2017-04-231-3/+3
* assert_syntax_error returns the exception [ci skip]nobu2017-04-231-0/+1
* Fix space flag when Inf/NaN and width==3nobu2017-04-231-0/+52
* test/test_prime.rb: update method name in commentstomar2017-04-221-1/+1
* test_file_exhaustive.rb: check case-sensitive fsnobu2017-04-221-2/+4
* define PACKED_STRUCT_UNALIGNED correctlynormal2017-04-221-0/+17
* test/socket/test_basicsocket: handle :wait_readable on read_nonblocknormal2017-04-211-0/+3
* Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt2017-04-215-215/+0
* test_framework.rb: for case-sensitive filesystemnobu2017-04-211-2/+2
* use correct synchronization.ko12017-04-201-6/+6
* ruby-lex.rb: fix continued line conditionsnobu2017-04-201-5/+5
* Removed deprecated extensions of mathn.hsbt2017-04-202-4/+0
* Move test_extlibs.rb because it's not the test of ruby itselfusa2017-04-201-0/+0
* socket: avoid fcntl for read/write_nonblock on Linuxnormal2017-04-191-0/+50
* compile.c: wrong optimizationnobu2017-04-181-0/+43
* test_optimization.rb: heredoc code stylenobu2017-04-181-36/+50
* should not return.ko12017-04-171-1/+1
* eval.c: copy before cause setupnobu2017-04-171-0/+7
* test_integer.rb: simplify teststomar2017-04-161-8/+5
* test/ruby/test_io.rb: use Thread.stop? to waitnobu2017-04-161-1/+1
* * test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa2017-04-161-18/+21
* bignum.c: fix inexact estimationnobu2017-04-151-0/+12
* fix RSTRUCT_LEN macro in public C APInormal2017-04-151-0/+10
* sync certainly.ko12017-04-141-1/+1
* more explicit synchronization.ko12017-04-141-1/+4
* IPSocket#inspectnobu2017-04-142-0/+20
* increase timeout seconds.ko12017-04-141-1/+1
* Terminate created threads.ko12017-04-132-1/+4
* thread.c: disable VM events when stack overflownobu2017-04-131-0/+15
* Use `assert_raise` instead of `assert_raises`.hsbt2017-04-121-2/+2
* Merge json-2.0.4.hsbt2017-04-122-0/+2
* thread.c: refine stream closed messagenobu2017-04-092-2/+2
* test/unit.rb: no jobserver in workersnobu2017-04-091-3/+0
* use dedicated assertionsnobu2017-04-073-56/+55
* fix condition of assert_not_respond_tonobu2017-04-071-1/+1
* assert_not_respond_to private methodnobu2017-04-071-0/+23
* assert_respond_to non-private methodnobu2017-04-071-5/+8
* fix TracePoint#return_value with non-local exitsko12017-04-061-0/+142