aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/test/unit/assertions.rb
Commit message (Expand)AuthorAgeFilesLines
* catch up frozen_string_literal: true.ko12017-06-221-1/+1
* Specify frozen_string_literal: true.hsbt2017-06-201-4/+4
* test: attempt to reduce failures in assert_cpu_usage_lownormal2017-06-031-1/+15
* tests: increase CPU percentage threshold for assert_cpu_usage_lownormal2017-05-281-1/+1
* test for IO.copy_stream CPU usage (r58534)normal2017-05-271-0/+7
* assertions.rb: AllFailures#foreachnobu2017-05-241-0/+19
* 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 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
* assertions.rb: ignore exit in childnobu2017-02-201-4/+3
* envutil.rb: diagnostic_reports for ruby-runnernobu2017-02-201-2/+2
* Fix a typo [ci skip]kazu2017-01-161-1/+1
* assertions.rb: prepare_syntax_checknobu2016-12-231-22/+17
* assertions.rb: syntax check by iseqnobu2016-12-231-14/+6
* assertions.rb: defered message in FailDescnobu2016-12-071-0/+1
* assertions.rb: assert_all_assertionsnobu2016-11-021-1/+2
* assertions.rb: success optionnobu2016-09-271-1/+11
* assertions.rb: add an alias pend for skiprhe2016-08-291-0/+3
* -test-/integernobu2016-05-221-10/+0
* assertions.rb: leave timeout to invoke_rubynobu2016-05-191-1/+1
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-2/+4
* test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.akr2016-05-011-0/+8
* assertions.rb: return the exceptionnobu2016-04-201-0/+1
* assertions.rb: set default internal encodingnobu2016-04-091-5/+15
* assertions.rb: fix result of assert_nothing_raisednobu2016-03-171-1/+0
* memory_status.rb: independent of MiniTestnobu2016-03-091-0/+2
* assertions.rb: fix assert_no_memory_leaknobu2016-02-171-2/+2
* incompatible encoding workaroundnobu2016-02-051-1/+1
* remove extra dotnobu2016-01-171-1/+1
* assertions.rb: show failed indexesnobu2015-12-201-3/+7
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* 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-131-0/+334
* assertions.rb: fallback encoding errornobu2015-12-051-1/+5
* use assert_raisenobu2015-10-301-0/+4
* assertions.rb: refine all_assertionsnobu2015-10-071-2/+12
* test/unit/assertions.rb: all_assertionsnobu2015-09-271-0/+22
* vm_eval.c: UncaughtThrowErrornobu2014-11-151-2/+2
* test_exception.rb: more testsnobu2014-11-071-1/+1
* Suppress double dots.akr2014-06-281-1/+5
* reapply r46568 "assertions.rb: refine message"nobu2014-06-271-1/+1
* Revert r46568 "assertions.rb: refine message"naruse2014-06-271-1/+1
* assertions.rb: refine messagenobu2014-06-261-1/+1
* * test/runner.rb: remove dependency test-unit and minitesthsbt2014-05-171-0/+461