aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test_optimization.rb: tailcallnobu2016-03-171-37/+41
* * enc/unicode.c: Fixed two macro definitions.duerst2016-03-171-0/+6
* test_marshal.rb: assert bad linknobu2016-03-171-5/+4
* * marshal.c (r_object0): raise ArgumentError when linking to undefineddrbrain2016-03-161-0/+12
* * test/ruby/test_bignum.rb: Make sure to use Bignum values in the tests.mrkn2016-03-161-66/+79
* parse.y: symbol literals for alias/undefnobu2016-03-161-0/+24
* proc.c: fail symbol proc bindingnobu2016-03-161-0/+9
* * test/ruby/enc/test_case_mapping.rb: Fixed and activated a test for Cherokee.duerst2016-03-161-1/+1
* * test/ruby/enc/test_case_mapping.rb: Fixed a logical error.duerst2016-03-161-1/+1
* * test/ruby/enc/test_case_mapping.rb: Adding tests for Cherokee.duerst2016-03-161-0/+8
* * test/ruby/enc/test_case_mapping.rb: Adding tests for actual Unicodeduerst2016-03-161-6/+21
* * enum.c (enum_inject): Consider redefinition of Fixnum#+.akr2016-03-151-0/+12
* test_marshal.rb: use assert_ruby_statusnobu2016-03-151-5/+1
* test_rubyoptions.rb: VERSION_PATTERNnobu2016-03-151-6/+8
* * test/ruby/test_rubyoptions.rb (test_disable): add tests forheadius2016-03-141-0/+2
* * marshal.c (r_object0): Fix Marshal crash for corrupt extended object.drbrain2016-03-141-0/+11
* * test/ruby/test_rubyoptions.rb: make version matching supportheadius2016-03-141-2/+11
* node.c: hidden options hashnobu2016-03-101-8/+7
* test_hash.rb: tests for to_hnobu2016-03-091-0/+22
* * test/ruby/test_require.rb (test_require_with_loaded_features_pop):headius2016-03-081-1/+1
* vm_method.c: fix aliased original namenobu2016-03-081-0/+28
* test/ruby/test_array.rb: split permute + stack error tests out.headius2016-03-081-2/+8
* test_rubyoptions.rb: fix testnobu2016-03-071-2/+3
* * ruby.c (warn_cr_in_shebang): meaningless check on DOSISH platforms.usa2016-03-071-1/+1
* * test/ruby/test_process.rb (test_execopts_gid): Skip a testodaira2016-03-061-1/+10
* ruby.c: warn_cr_in_shebangnobu2016-03-041-1/+1
* test_rubyoptions.rb: encoding optionnobu2016-03-041-4/+3
* * test/ruby/test_io_m17n.rb (test_each_codepoint_need_more): Bumpheadius2016-03-031-1/+1
* NoMethodError#private_call?nobu2016-02-281-0/+25
* test_exception.rb: split test_name_error_infonobu2016-02-281-3/+21
* numeric.c: wrong type step should raise TypeErrornobu2016-02-262-3/+3
* * test/ruby/test_process.rb (test_execopts_open_chdir_m17n_path): it's origin...usa2016-02-251-1/+1
* * test/ruby/test_exception.rb: fix bad spawn argument (multipleheadius2016-02-231-1/+1
* Bump up timeout for slower-starting implementations/platforms.headius2016-02-231-1/+1
* * test/ruby/test_math.rb: use 64 bits in test_override_bignum_to_fheadius2016-02-221-2/+2
* * test/ruby/test_math.rb: override tests must always put to_f backheadius2016-02-221-3/+3
* test_dir_m17n.rb: fix ASCII-8BIT envnobu2016-02-201-1/+8
* dir.c: paths as UTF-8nobu2016-02-201-1/+8
* test/ruby: suppress runtime warningsnobu2016-02-1910-29/+36
* test/ruby: suppress parser warningsnobu2016-02-1931-91/+104
* test: use assert_not_*nobu2016-02-191-1/+1
* string.c: Symbol#matchnobu2016-02-181-0/+24
* * re.c: Add MatchData#named_capturessorah2016-02-181-0/+14
* test_dir.rb: Dir.empty? with directoriesnobu2016-02-171-0/+4
* test_dir.rb: Dir.empty? with dot filenobu2016-02-171-9/+8
* * test/ruby/test_dir.rb (TestDir#test_empty?): fix a platform dependent test.usa2016-02-171-1/+8
* string.c: fix rb_str_initnobu2016-02-171-0/+18
* Additional fix and tests for r53851naruse2016-02-171-0/+11
* * string.c (rb_str_init): introduce String.new(capacity: size)naruse2016-02-171-0/+12
* numeric.c: fix segfaultnobu2016-02-161-0/+10