aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_refinement.rb: skipshugo2016-06-291-0/+3
* Passed block symbol to procnobu2016-06-281-0/+29
* Move CaseTestnobu2016-06-281-10/+6
* Skip unavailable testsnobu2016-06-281-9/+5
* No respond_to? as if the default definitionnobu2016-06-241-0/+20
* * test/ruby/enc/test_regex_casefold.rb: Add Windows-1251, KOI8-R, andduerst2016-06-211-1/+3
* * test/ruby/test_io.rb: Skip test_readpartial_with_not_empty_buffer,duerst2016-06-211-4/+4
* It takes still too many memory...naruse2016-06-211-6/+23
* * test/ruby/test_in.rb: Skip test_read_buffer_error on cygwin,duerst2016-06-211-1/+1
* Optimize to speed upnaruse2016-06-201-16/+19
* Don't cache simple data to reduce memory usagenaruse2016-06-201-13/+13
* * test/ruby/test_in.rb: Skip test_open_fifo_does_not_block_other_threadsduerst2016-06-201-1/+1
* * vm.c (invoke_bmethod, invoke_block_from_c_0): revert r52104shugo2016-06-201-0/+46
* * test/ruby/test_dir_m17n.rb: Skip tests with non-UTF-8 encodingsduerst2016-06-191-0/+5
* variable.c: consider lengthnobu2016-06-191-4/+6
* Normalization test iff UTF-8 file systemnobu2016-06-191-2/+1
* use \A and \z instead of ^ and $ in regexpkazu2016-06-141-4/+4
* parse.y: no named capture conflict warningsnobu2016-06-131-2/+2
* numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]mrkn2016-06-132-0/+80
* * test/ruby/enc/test_case_comprehensive.rb: Add tests for full Unicodeduerst2016-06-131-1/+28
* File.expand_path compose test only on OS Xnobu2016-06-121-12/+15
* * test/ruby/enc/test_case_comprehensive.rb: Add tests for ASCII-onlyduerst2016-06-121-10/+24
* file.c: normalize cwdnobu2016-06-121-0/+18
* * enc/iso_8859_1.c: Implement non-ASCII case mapping.duerst2016-06-111-1/+1
* hash.c: ensure NUL-terminated for ENVnobu2016-06-101-0/+14
* test_proc.rb: test_lambda?nobu2016-06-081-0/+8
* test_syntax.rb: formal argument name testsnobu2016-06-071-6/+19
* * test/ruby/enc/test_case_comprehensive: Change test for encodingsduerst2016-06-071-4/+4
* * test/ruby/enc/test_case_comprehensive: Add regression tests forduerst2016-06-071-0/+83
* * test/ruby/enc/test_case_comprehensive: Fix method nameduerst2016-06-071-8/+8
* vm_insnhelper.c: check symbol proc to thrownobu2016-06-061-0/+9
* * string.c: Added UTF-16BE/LE and UTF-32BE/LE to supported encodingsduerst2016-06-061-1/+5
* * test/ruby/enc/test_case_comprehensive.rb: Speed up testing for smallduerst2016-06-061-1/+11
* * test/ruby/enc/test_case_mapping.rb:duerst2016-06-061-59/+59
* Thread.report_on_exceptionnobu2016-06-061-0/+56
* * test/ruby/enc/test_case_comprehensive.rb:duerst2016-06-051-3/+3
* * string.c: Raise ArgumentError when invalid string is detected induerst2016-06-022-1/+8
* Revert r55225naruse2016-05-311-4/+4
* * string.c: Activate full Unicode case mapping for UTF-8 by removingduerst2016-05-311-4/+4
* test_file_exhaustive.rb: writable opennobu2016-05-301-1/+1
* test_file_exhaustive.rb: blocking flocknobu2016-05-281-7/+51
* * remove trailing spaces.svn2016-05-281-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add error messages to testsduerst2016-05-281-5/+12
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55187 b2dd03c8-39d4-4d8f-98...duerst2016-05-281-0/+8
* variable.c: hidden constantsnobu2016-05-271-0/+2
* transcode.c: scrub in the given encodingnobu2016-05-271-0/+3
* * remove trailing spaces.svn2016-05-261-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add set of comprehensiveduerst2016-05-261-0/+117
* * regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse2016-05-251-0/+2
* * regcomp.c (compile_length_tree): return error code immediatelynaruse2016-05-251-0/+3