aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* thread.c: refine stream closed messagenobu2017-04-092-2/+2
* test/unit.rb: no jobserver in workersnobu2017-04-091-3/+0
* 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
* envutil.rb: basename for diagnostic_reportsnobu2017-03-141-2/+2
* Supress warning: instance variable @repeat_count not initializednaruse2017-03-071-0/+1
* test: use RbConfig::Limitsnobu2017-03-021-5/+3
* assertions.rb: ignore exit in childnobu2017-02-201-4/+3
* envutil.rb: diagnostic_reports for ruby-runnernobu2017-02-202-9/+13
* parallel.rb: fix interventionnobu2017-02-101-2/+1
* test/unit.rb: old GNU makenobu2017-02-071-1/+1
* test/unit.rb: most-assertednobu2017-02-071-9/+27
* test/unit.rb: definednobu2017-02-071-1/+1
* test/unit: record in parallelnobu2017-02-072-0/+31
* test/unit.rb: statisticsnobu2017-02-071-0/+34
* @job_tokens is defined iff @jobserver is truenaruse2017-02-051-1/+1
* test/unit.rb: jobserver for workersnobu2017-02-041-3/+4
* test/unit.rb: job tokensnobu2017-02-041-9/+15
* test/unit.rb: initialize instance variablenobu2017-02-041-0/+1
* test/unit.rb: share job slotsnobu2017-02-031-1/+32
* test/unit.rb: job testing flagnobu2017-02-031-7/+3
* test/unit.rb: minimum workersnobu2017-01-281-1/+1
* leakchecker.rb: get rid of uninitialized Tempfilenobu2017-01-271-1/+3
* Fix a typo [ci skip]kazu2017-01-161-1/+1
* test/unit.rb: restore parallel optionnobu2016-12-241-0/+2
* test/unit.rb: --subprocess-timeout-scale optionnobu2016-12-242-0/+24
* test/unit.rb: --repeat-count optionnobu2016-12-242-13/+40
* assertions.rb: prepare_syntax_checknobu2016-12-231-22/+17
* assertions.rb: syntax check by iseqnobu2016-12-231-14/+6
* test/unit.rb: separator [ci skip]nobu2016-12-201-0/+1
* test/unit.rb: fix -n optionnobu2016-12-081-2/+2
* assertions.rb: defered message in FailDescnobu2016-12-071-0/+1
* Remove closed checks and use `&.`kazu2016-12-051-1/+1
* assertions.rb: assert_all_assertionsnobu2016-11-021-1/+2
* test/unit.rb: no file name if idle [ci skip]nobu2016-10-281-2/+1
* test/unit.rb: show idling workersnobu2016-10-241-0/+2
* memory_status.c: system callnobu2016-10-081-2/+7
* assertions.rb: success optionnobu2016-09-271-1/+11
* Use qualified namesnobu2016-08-301-1/+1
* assertions.rb: add an alias pend for skiprhe2016-08-291-0/+3
* test/unit.rb: no verbose in worker processesnobu2016-08-081-1/+1
* * test/lib/test/unit.rb: added test files with `_test` suffix for jsonhsbt2016-07-131-1/+2
* -test-/integernobu2016-05-223-11/+14
* assertions.rb: leave timeout to invoke_rubynobu2016-05-191-1/+1
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-172-2/+5
* test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.akr2016-05-011-0/+8
* envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr2016-05-011-0/+6