aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* date_parse.c: avoid copyingNobuyoshi Nakada2019-08-121-1/+2
* Add another test for frame omitted inliningTakashi Kokubun2019-08-121-0/+16
* Use capture_output instead of capture_io.Hiroshi SHIBATA2019-08-1113-87/+87
* Adjust indent [ci skip]Nobuyoshi Nakada2019-08-111-1/+1
* Warn instance variable `E`Nobuyoshi Nakada2019-08-101-2/+6
* Fix parsing of mutiple assignment with rescue modifierJeremy Evans2019-08-091-0/+5
* restore timeoutKoichi Sasada2019-08-091-3/+1
* extend timeout to debug.Koichi Sasada2019-08-091-1/+3
* double memory limit on MJIT.Koichi Sasada2019-08-091-1/+2
* introduce RCLASS_CLONED flag for inline cache.Koichi Sasada2019-08-092-9/+46
* Iseq#to_binary: Add support for NoMatchingPatternError and TypeErrorAlan Wu2019-08-091-0/+10
* Should require without wrapper moduleNobuyoshi Nakada2019-08-091-0/+13
* 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