aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Remove rubyspec temporary directoriesNobuyoshi Nakada2020-04-281-3/+15
* [ruby/spec] Removed space between method name and argument list parenNobuyoshi Nakada2020-04-265-5/+5
* [ruby/spec] Fixed missing shouldNobuyoshi Nakada2020-04-261-1/+1
* Support XDG_* (#2174)Hiroshi SHIBATA2020-04-232-3/+16
* Skip Process#clock_getres specs on AndroidYusuke Endoh2020-04-191-2/+2
* Removed NIL/TRUE/FALSENobuyoshi Nakada2020-04-171-24/+0
* Endless method definition [Feature #16746]Nobuyoshi Nakada2020-04-101-0/+13
* Turn class variable warnings into exceptionsJeremy Evans2020-04-103-21/+17
* Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada2020-04-081-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-5/+1
* Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada2020-04-063-27/+0
* Fixed the location of the shared libraryNobuyoshi Nakada2020-04-042-6/+6
* rbconfig_spec.rb: removed needless windows guardNobuyoshi Nakada2020-04-041-11/+9
* Update to ruby/spec@7289ea3Benoit Daloze2020-04-042-5/+16
* Update to ruby/mspec@fad32a5Benoit Daloze2020-04-041-1/+0
* Use `platform_is` guardNobuyoshi Nakada2020-04-034-4/+4
* Refined "Drop support for ruby 2.4 from ruby/spec"Nobuyoshi Nakada2020-04-039-162/+196
* Refined spec/mspec/tool/remove_old_guards.rbNobuyoshi Nakada2020-04-031-4/+5
* Update to ruby/spec@cc7b9e5Benoit Daloze2020-04-022-9/+4
* Update to ruby/mspec@b9fe8d6Benoit Daloze2020-04-021-1/+1
* Removed obsolete namesNobuyoshi Nakada2020-04-033-9/+2
* Drop support for ruby 2.4 from ruby/specNobuyoshi Nakada2020-04-01144-3227/+2223
* Use FrozenError instead of frozen_error_classNobuyoshi Nakada2020-04-01103-385/+367
* spec/ruby/core/time/: Use near time for timezone testYusuke Endoh2020-03-293-7/+7
* spec/bundler/other/platform_spec.rb: skip an attempt to simulate JRubyYusuke Endoh2020-03-291-0/+1
* Increase the number of Process.times attemptsTakashi Kokubun2020-03-281-1/+1
* Improve reliability of the Process.times specBenoit Daloze2020-03-281-4/+12
* Do not check that #stime changes in Process.times specBenoit Daloze2020-03-281-1/+0
* Remove debugging codeBenoit Daloze2020-03-281-8/+1
* Remove Process.clock_getres "matches the resolution in practice" specsBenoit Daloze2020-03-282-72/+0
* Remove spec which is an incorrect usage of rb_rescue2()Benoit Daloze2020-03-282-36/+0
* spec/ruby/library/rbconfig/rbconfig_spec.rb: restore "not windows" guardYusuke Endoh2020-03-281-9/+11
* Fixed RbConfig spec for multiarchNobuyoshi Nakada2020-03-281-6/+7
* Guard RbConfig spec unless installedNobuyoshi Nakada2020-03-281-1/+1
* spec/ruby/optional/capi/kernel_spec.rb: stop a spec that causes SEGVYusuke Endoh2020-03-281-10/+18
* Update to ruby/spec@ec84479Benoit Daloze2020-03-2850-377/+739
* Update to ruby/mspec@16b5a0aBenoit Daloze2020-03-2820-162/+192
* Show failed timesNobuyoshi Nakada2020-03-241-1/+3
* Try to avoid random failures on clock_getres_spec.rbTakashi Kokubun2020-03-231-1/+1
* Support obj.clone(freeze: true) for freezing cloneJeremy Evans2020-03-221-3/+9
* Removed non-RUBY_INTEGER_UNIFICATION codeNobuyoshi Nakada2020-03-211-18/+0
* `Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]Yusuke Endoh2020-03-161-2/+10
* hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh2020-03-161-10/+28
* Enclosed version constantNobuyoshi Nakada2020-03-151-3/+5
* Added guard against [Bug #16497]Nobuyoshi Nakada2020-03-151-1/+23
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-151-0/+3
* Update some syslog tests to absurb the format change of FreeBSD syslogYusuke Endoh2020-03-122-7/+6
* Added version guard for OpenSSL::ConfigNobuyoshi Nakada2020-03-102-12/+31
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-091-0/+18
* Do not autosplat when calling procs that accept rest and keywordsJeremy Evans2020-03-081-11/+20