summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2018-01-30skip EINVAL on unsupported platformko1
2018-01-29Update to ruby/spec@83063a3eregon
2018-01-29Update to ruby/mspec@5d49a6ceregon
2018-01-27defined? returns nil for toplevel constant lookupnobu
2018-01-26Fix rubyspec against the change in Hash#transform_keys!mrkn
2018-01-25Group related File.umask specs togethereregon
2018-01-25Remove specs trying arbitrary values for chmod and umaskeregon
2018-01-24system_spec.rb: add RubySpec for r62025k0kubun
2018-01-19r61950 changes mode_t to ushort on FreeBSD and Darwinnaruse
2018-01-11matrix.rb: add Matrix#antisymmetric?stomar
2018-01-10spec/: skip some specs so that no failure occurs in root privilegemame
2018-01-10spec/ruby/library/etc/getlogin_spec.rb: Use `logname` as an expected resultmame
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-27Update to ruby/spec@b95d7ederegon
2017-12-27Update to ruby/spec@0fe33aceregon
2017-12-27Update to ruby/mspec@5f563e4eregon
2017-12-27spec_helper.rb: libruby.so iff enable-sharednobu
2017-12-27spec_helper.rb: must find libruby.sonobu
2017-12-22Postponing the Bundler merge.hsbt
2017-12-21Simplify Thread#[]= speceregon
2017-12-21Merge release version of bundler-1.16.1 from upstream.hsbt
2017-12-20fix threading bug.ko1
2017-12-18Use syswrite to avoid potential buffering in IO#select speceregon
2017-12-17Integer#{any|all|no}_bits: Fix coercion. Add specs [#12753]marcandre
2017-12-15Update to ruby/spec@595645feregon
2017-12-15Update to ruby/mspec@19d929eeregon
2017-12-14The main Thread should have report_on_exception=true for consistencyeregon
2017-12-12Set Thread.report_on_exception=true by default to report exceptions in Threadseregon
2017-12-12ignore lines (to catch up r61155).ko1
2017-12-12struct.c: add keyword_init option to Struct.newk0kubun
2017-12-12* remove trailing spaces, append newline at EOF.svn
2017-12-12Merge 1-16-stable branch of bundler.hsbt
2017-12-12catch up r61131.ko1
2017-12-10Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre
2017-12-07Follow up r60970 for bundler's examples.hsbt
2017-12-01Update to ruby/spec@e2d0d1eeregon
2017-12-01* append newline at EOF.svn
2017-12-01Update to ruby/spec@bacedc5eregon
2017-12-01Update to ruby/mspec@b501adeeregon
2017-11-29Cherrypick 9f8d3d0 from ruby/specmarcandre
2017-11-29spec/ruby/optional/capi/constants_spec.rb: Data is deprecated nownobu
2017-11-27Ignored `bundle_ruby` example with Ruby core.hsbt
2017-11-19* append newline at EOF.svn
2017-11-19Add specs for concurrent Module#autoloaderegon
2017-11-19Reorganize Module#autoload to have similar specs next to each othereregon
2017-11-16parse.y: no return in classnobu
2017-11-05Modify spell miss.kazu
2017-11-04Workaround Travis CI issue by hardcoding localhosteregon
2017-11-04load from relative path to __FILE__nobu
2017-11-02Support Windowsusa