aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Reduce unnecessary EXEC_TAG in requireNobuyoshi Nakada2019-08-081-2/+2
* solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada2019-08-081-1/+7
* solve "duplicate :raise event" [Bug #15877]Koichi Sasada2019-08-081-0/+13
* Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA2019-08-084-9/+5
* Fix Date#step testNobuyoshi Nakada2019-08-071-2/+4
* Revert "Don't echo results of assignment expressions"aycabta2019-08-062-126/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-062-0/+126
* Removing duplicated assertions on test_array.rb - MINUS methodEspartaco Palma2019-08-061-4/+0
* Improve same directory detection in FileUtilsJustin Collins2019-08-061-0/+10
* Give up stabilizing TestProcess on Travis osxTakashi Kokubun2019-08-062-2/+9
* [rubygems/rubygems] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VER...Benoit Daloze2019-08-052-31/+20
* [rubygems/rubygems] Fix error handling of #with_engine_versionBenoit Daloze2019-08-051-12/+13
* [rubygems/rubygems] Cleanup after testing `rake package`David Rodríguez2019-08-051-0/+2
* [rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73bronzdoc2019-08-051-0/+18
* Expand the timeout of `test_pstore_files_are_accessed_as_binary_files`NAKAMURA Usaku2019-08-051-1/+1
* Check if signaledNobuyoshi Nakada2019-08-051-2/+4
* Refined assertion messagesNobuyoshi Nakada2019-08-051-11/+9
* Fixed assertionNobuyoshi Nakada2019-08-051-1/+1
* Extend sleep before sending USR1 in TestProcessTakashi Kokubun2019-08-041-1/+1
* Revert "Skip test_race_exception on MJIT for now"Takashi Kokubun2019-08-041-1/+0
* [ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou2019-08-042-84/+256
* [ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou2019-08-041-25/+28
* [ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou2019-08-044-0/+45
* [ruby/rexml] xpath boolean: implementKouhei Sutou2019-08-041-0/+75
* [ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou2019-08-042-4/+92
* [ruby/rexml] Message less confusing error to human (#16)ujihisa2019-08-041-0/+13
* [ruby/rexml] test: compare with real elementKouhei Sutou2019-08-041-2/+5
* [ruby/rexml] Fix crash with nil XPath variables (#13)Alyssa Ross2019-08-041-0/+19
* [ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou2019-08-041-1/+49
* [ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou2019-08-041-1/+9
* Defer skip to avoid errors on ensureTakashi Kokubun2019-08-041-1/+1
* Skip test_race_exception on MJIT for nowTakashi Kokubun2019-08-041-0/+1
* change call CGI methods from :: to .Semyon Pupkov2019-08-041-31/+31
* Fix dangling path name from fstringNobuyoshi Nakada2019-08-031-0/+11
* Revert "Remove opt_nil_p test to remove warning for now"Yusuke Endoh2019-08-021-0/+7
* Remove opt_nil_p test to remove warning for nowTakashi Kokubun2019-08-021-7/+0
* Fix uplevelNobuyoshi Nakada2019-08-021-4/+4
* Make attr* methods define public methods if self in caller is not same as rec...Jeremy Evans2019-08-011-0/+26
* Extend sleep before sending USR1 in TestProcessTakashi Kokubun2019-08-011-1/+1
* Add a test for opt_nil_pTakashi Kokubun2019-08-011-1/+8
* fix tracepoint + backtrace SEGV卜部昌平2019-08-011-0/+12
* Compact ensure clause and rename variables to fix alignmentKazuhiro NISHIYAMA2019-08-011-23/+19
* check hash_hint is different.Koichi Sasada2019-08-011-1/+10
* test/ruby/test_hash.rb: remove a unused vribleYusuke Endoh2019-07-311-1/+1
* Fix `Leaked thread`Kazuhiro NISHIYAMA2019-07-311-1/+1
* check SystemStackErrorKoichi Sasada2019-07-311-6/+10
* test/ruby/test_float.rb: suppress an overflow warningYusuke Endoh2019-07-311-1/+6
* test/ruby/test_io.rb (test_binmode_pipe): close all pipes explicitlyYusuke Endoh2019-07-311-41/+56
* test/rdoc/test_rdoc_rubygems_hook.rb: suppress deprecation warningYusuke Endoh2019-07-311-2/+4
* test/ruby/test_file_exhaustive.rb: suppress method-redefined warningYusuke Endoh2019-07-311-0/+1