aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* spec/ruby/library/etc/getlogin_spec.rb: Use `logname` as an expected resultmame2018-01-101-1/+6
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+2
* Update to ruby/spec@b95d7ederegon2017-12-271-11/+26
* Update to ruby/spec@0fe33aceregon2017-12-27162-621/+1267
* spec_helper.rb: libruby.so iff enable-sharednobu2017-12-271-1/+1
* spec_helper.rb: must find libruby.sonobu2017-12-271-11/+14
* Simplify Thread#[]= speceregon2017-12-211-4/+2
* fix threading bug.ko12017-12-201-2/+3
* Use syswrite to avoid potential buffering in IO#select speceregon2017-12-181-1/+1
* Integer#{any|all|no}_bits: Fix coercion. Add specs [#12753]marcandre2017-12-173-0/+109
* Update to ruby/spec@595645feregon2017-12-1539-105/+1078
* The main Thread should have report_on_exception=true for consistencyeregon2017-12-141-0/+10
* Set Thread.report_on_exception=true by default to report exceptions in Threadseregon2017-12-121-2/+10
* ignore lines (to catch up r61155).ko12017-12-122-3/+3
* struct.c: add keyword_init option to Struct.newk0kubun2017-12-121-1/+1
* catch up r61131.ko12017-12-121-2/+2
* Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre2017-12-101-6/+90
* Update to ruby/spec@e2d0d1eeregon2017-12-012-34/+53
* * append newline at EOF.svn2017-12-011-1/+1
* Update to ruby/spec@bacedc5eregon2017-12-01104-510/+2105
* Cherrypick 9f8d3d0 from ruby/specmarcandre2017-11-298-16/+72
* spec/ruby/optional/capi/constants_spec.rb: Data is deprecated nownobu2017-11-291-2/+4
* * append newline at EOF.svn2017-11-191-0/+1
* Add specs for concurrent Module#autoloaderegon2017-11-192-0/+50
* Reorganize Module#autoload to have similar specs next to each othereregon2017-11-191-20/+16
* parse.y: no return in classnobu2017-11-161-16/+0
* Workaround Travis CI issue by hardcoding localhosteregon2017-11-041-1/+1
* load from relative path to __FILE__nobu2017-11-041-1/+1
* stop refine_spec because it causes double free errorko12017-10-301-0/+3
* Clarify what is written and read in IO#popen speceregon2017-10-291-1/+1
* Fix spec which can fail if the pipe is closed before flushing in the subprocesseregon2017-10-291-0/+1
* Ignore the libruby check if it cannot be founderegon2017-10-281-3/+3
* Make sure to compile each extension only once in ruby/speceregon2017-10-282-8/+3
* Use ENV['RUBY_EXE'] as RbConfig.ruby might be incorrecteregon2017-10-281-1/+1
* * append newline at EOF.svn2017-10-281-1/+1
* Update to ruby/spec@a6b8805eregon2017-10-28218-327/+4068
* Add specs for [Feature #13983] Rational and Complex should be frozeneregon2017-10-283-0/+68
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-271-2/+2
* Fix typoa_matsuda2017-10-271-2/+2
* io.c: write a newline togethernobu2017-10-251-6/+3
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-221-2/+2
* Revert "ignore server side error"naruse2017-10-211-1/+1
* ignore server side errornaruse2017-10-211-1/+1
* spec/ruby/optional/capi/io_spec.rb: speling ficsnormal2017-10-161-1/+1
* array.c: improve operations on small arraysnobu2017-09-293-15/+16
* Update to ruby/spec@691755deregon2017-09-2818-26/+134
* check_funcall_missing() should call respond_to_missing?(name, priv=true)eregon2017-09-201-4/+20
* Prefer adapting specs to complicating library codeeregon2017-09-201-4/+8