aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* String#uminus dedupes unconditionallynormal2018-06-041-5/+3
* Add TracePoint#parametersmame2018-06-031-0/+21
* object.c: Add a new alias `then` to `Kernel#yield_self`; [Feature #14594]matz2018-05-301-0/+5
* spec/ruby: revert r63503 and r63508nobu2018-05-292-18/+3
* Specs must keep working on older versions and other implementationseregon2018-05-272-2/+2
* spec/ruby: fix RUBY_DESCRIPTION check with JIT enabledk0kubun2018-05-242-3/+18
* range.c: === by cover?nobu2018-05-171-4/+13
* * spec/ruby/command_line/dash_upper_i_spec.rb: skip symlink on Windows likeusa2018-04-291-12/+14
* Generalize the check to MRI in the -I speceregon2018-04-281-1/+1
* Ignore the extension of miniruby on Windows in the -I speceregon2018-04-281-1/+1
* Update to ruby/spec@6f38a82eregon2018-04-28145-2442/+2693
* Update to ruby/mspec@b5b13deeregon2018-04-286-12/+21
* rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou2018-04-283-7/+0
* Avoid "should_not raise_error" in Thread#raise speceregon2018-04-251-3/+3
* Fix style in Thread#raise speceregon2018-04-251-8/+8
* Use Thread.pass in loop{} to check interrupts more ofteneregon2018-04-251-1/+1
* Same as the last commit (comment out tests for CI).ko12018-04-222-1/+4
* Skip some tests to make CI healthy.ko12018-04-221-0/+3
* dir.c: warning for NULnobu2018-04-191-3/+5
* string.c: fix dumped suffixnobu2018-04-161-2/+2
* use requrie_relativenobu2018-03-312-4/+4
* use require_relativenobu2018-03-311-2/+2
* file_types.rb: use the current terminal devicenobu2018-03-311-1/+1
* Update to ruby/spec@a585ec3eregon2018-03-267-59/+103
* Update to ruby/mspec@8b54bf3eregon2018-03-264-2/+73
* parse.y: else without rescuenobu2018-03-231-5/+13
* Bug Fix Enumerator::Lazy#uniq state for multiple callnobu2018-03-131-0/+31
* Fix setting method visibility on method wrapped with prependnobu2018-03-121-0/+39
* required paths are real pathsnobu2018-03-053-6/+6
* Update to ruby/spec@c1b568beregon2018-03-043689-6096/+6095
* Update to ruby/spec@51f301deregon2018-02-272-6/+10
* Update to ruby/spec@cbe855ceregon2018-02-2738-177/+185
* Update to ruby/mspec@d287466eregon2018-02-273-13/+20
* r62071 is backported into Ruby 2.5 [Bug #14407]naruse2018-02-261-2/+2
* Check the result of to_int in Kernel#Integermrkn2018-02-261-5/+12
* Add a new #filter alias for #selecteregon2018-02-2513-168/+253
* groups_spec.rb: get rid of limit on macOSnobu2018-02-231-2/+1
* Use Process::Tmsnobu2018-02-238-13/+13
* erb.rb: deprecate safe_level of ERB.newk0kubun2018-02-222-13/+62
* skip EINVAL on unsupported platformko12018-01-301-1/+1
* Update to ruby/spec@83063a3eregon2018-01-29494-3104/+4128
* Update to ruby/mspec@5d49a6ceregon2018-01-293-5/+82
* defined? returns nil for toplevel constant lookupnobu2018-01-271-2/+2
* Fix rubyspec against the change in Hash#transform_keys!mrkn2018-01-261-3/+3
* Group related File.umask specs togethereregon2018-01-251-9/+9
* Remove specs trying arbitrary values for chmod and umaskeregon2018-01-252-122/+9
* system_spec.rb: add RubySpec for r62025k0kubun2018-01-241-0/+8
* r61950 changes mode_t to ushort on FreeBSD and Darwinnaruse2018-01-192-14/+64
* matrix.rb: add Matrix#antisymmetric?stomar2018-01-111-0/+35
* spec/: skip some specs so that no failure occurs in root privilegemame2018-01-1010-120/+150