summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2016-12-18Increase timeoutnaruse
2016-12-17sprintf.c: fix width underflownobu
2016-12-17Increase timeoutnaruse
2016-12-17re.c: non-regexp name referencenobu
2016-12-16multiline heredoc identifiernobu
2016-12-16fix chomping newline only linenobu
2016-12-15parse.y: newline in heredoc identifiernobu
2016-12-14encoding.c: handle needmore error from rb_enc_precise_mbclen()rhe
2016-12-14parse.y: fix yyerror messagenobu
2016-12-12test for Symbol#match? [Feature #12898]nobu
2016-12-12test_m17n.rb: escapenobu
2016-12-12String#match? and Symbol#match?nobu
2016-12-12re.c: char boundarynobu
2016-12-11parse.y: zero codepointsnobu
2016-12-10internal.h: change the default rounding mode to half-upmrkn
2016-12-08vm.c: check type of hash to mergenobu
2016-12-08vm_insnhelper.c: zsuper in refinementsnobu
2016-12-07Extend timeout for Solaris unstable10s.shugo
2016-12-07file.c: cygwin behaviornobu
2016-12-06array.c, enum.c: change sum algorithmmrkn
2016-12-06numeric.c: fix exception message for nil roundingmrkn
2016-12-06Fix typoskazu
2016-12-06EPERM by symlinknobu
2016-12-06EPERM by symlinknobu
2016-12-06re.c: check that MatchData is initializedrhe
2016-12-06test/ruby/test_hash.rb: suppress syntax warningrhe
2016-12-06switching hash removalnobu
2016-12-05Don't insert an entry to loading_tbl if another thread succeed to load.shugo
2016-12-05random.c: private randnobu
2016-12-04Increase timeout of TestRequire#test_require_with_loaded_features_popnaruse
2016-12-04class.c: missing unknown_keyword_errornobu
2016-12-03string.c: chomp optionnobu
2016-12-03add tests againts regressions for upcoming codepoint reordering in unfolding ...duerst
2016-12-03change test class name because it is not only about foldingduerst
2016-12-02test/ruby/test_string.rb: ensure restoring $/nobu
2016-12-02parse.y: relax spacesnobu
2016-12-01String#unpack1 [Feature #12752]naruse
2016-12-01Remove `offset:` from `Array#pack`usa
2016-12-01Supports `buffer` and `offset` in `Array#pack`usa
2016-12-01parse.y: reject invalid codepointnobu
2016-12-01Wait until excpetion handling is ready.shugo
2016-11-30Regexp supports Unicoe 9.0.0's \Xnaruse
2016-11-30parse.y: refine error messagenobu
2016-11-30fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst
2016-11-29get rid of ambiguous parentheses warningsnobu
2016-11-29object.c: no TypeError at special constnobu
2016-11-29object.c: no TypeError at special const clonenobu
2016-11-29Fix erroneous test of target against targetduerst
2016-11-29test_keyword.rb: more assertionsnobu
2016-11-29test_keyword.rb: assert_raise_with_message valuenobu