aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* assertions.rb: return the exceptionnobu2016-04-201-0/+1
* test/unit.rb: show warning locationsnobu2016-04-111-1/+1
* assertions.rb: set default internal encodingnobu2016-04-091-5/+15
* test/unit.rb: defer failures in non-replace modenobu2016-03-221-1/+1
* test/unit.rb: show crashed filenobu2016-03-211-0/+1
* test/unit.rb: defer failures in verbose modenobu2016-03-191-0/+1
* assertions.rb: fix result of assert_nothing_raisednobu2016-03-171-1/+0
* * test/lib/test/unit.rb: describe !/REGEXP/ in the help message.akr2016-03-111-1/+1
* testunit: negative filternobu2016-03-111-4/+26
* memory_status.rb: independent of MiniTestnobu2016-03-092-12/+19
* memory_status.rb: remove unused valuesnobu2016-03-091-3/+2
* test/unit: not return the cursor if verbosenobu2016-03-031-1/+1
* test/unit: return the cursornobu2016-03-021-3/+4
* test/unit: refine output in job_status=normalnobu2016-02-271-6/+9
* test/unit: fix for the testnobu2016-02-271-2/+7
* test/unit: refine output in verbose modenobu2016-02-271-13/+11
* test/unit: add --jobs-status=nonenobu2016-02-271-2/+2
* test/unit: no newlines to be chompednobu2016-02-271-1/+1
* assertions.rb: fix assert_no_memory_leaknobu2016-02-171-2/+2
* incompatible encoding workaroundnobu2016-02-052-2/+2
* follow r53691kazu2016-02-021-1/+1
* suppress warning: assigned but unused variablenaruse2016-01-291-2/+2
* remove extra dotnobu2016-01-171-1/+1
* leakchecker.rb: remove temporary measurenobu2016-01-051-1/+1
* assertions.rb: show failed indexesnobu2015-12-201-3/+7
* test/unit.rb: color on ttynobu2015-12-191-1/+1
* test/unit.rb: fix outputsnobu2015-12-191-10/+6
* test/unit.rb: use full columnsnobu2015-12-181-15/+9
* Exception#backtrace may be nil if it is manually creatednaruse2015-12-161-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-1617-0/+17
* test: use String#b instead of dup.force_encodingnobu2015-12-141-3/+3
* * test/lib/envutil.rb: move enutil's assertions under Test::Unit::Assertion.hsbt2015-12-132-341/+334
* * iseq.c: rename methodsko12015-12-091-3/+3
* envutil.rb: improve messagenobu2015-12-081-2/+4
* * introduce new ISeq binary format serializer/de-serializerko12015-12-081-14/+33
* * test/lib/iseq_loader_checker.rb: add iseq dumper/loader checker.ko12015-12-071-0/+55
* assertions.rb: fallback encoding errornobu2015-12-051-1/+5
* SIGTERM should be also capturednaruse2015-11-291-1/+1
* read may return nilnaruse2015-11-201-1/+1
* * test/runner.rb: extracted test helper.hsbt2015-11-061-0/+8
* set as binary before gsubnaruse2015-10-301-2/+2
* use assert_raisenobu2015-10-301-0/+4
* assertions.rb: refine all_assertionsnobu2015-10-071-2/+12
* test/unit/assertions.rb: all_assertionsnobu2015-09-272-13/+32
* * test/lib/envutil.rb: mkfifo command based File.mkfifo methodakr2015-09-191-5/+0
* file.c: File.mkfifonobu2015-09-181-2/+1
* envutil.rb: abort at timeoutnobu2015-08-121-6/+10
* envutil.rb: -w for assert_separatelynobu2015-07-301-1/+1
* test/unit.rb: show signalnobu2015-07-271-0/+4
* test/unit.rb: suppress warningsnobu2015-07-271-3/+4