summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2021-07-08Split test of Hash.[] and add assertion for default value/procNobuyoshi Nakada
2021-07-08Adapt test_emoji_breaks.rb to Unicode 13.0.0/Emoji 13.0Martin Dürst
2021-07-04Add domain check macrosNobuyoshi Nakada
2021-07-04Removed extra double quotes from domain error messagesNobuyoshi Nakada
2021-07-01Keep GC disabled until VM bootstrap has done [Bug #17583]Nobuyoshi Nakada
2021-07-01- add regression tests for U+6E7F (湿) in ISO-2022-JPMartin Dürst
2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams
2021-06-30Prevent "warning: ambiguity between regexp and two divisions"Yusuke Endoh
2021-06-30Use Module#ancestors order in recursive constant lookupAlan Wu
2021-06-29[WIP] add error_squiggle gemYusuke Endoh
2021-06-29Prefer qualified names under ThreadNobuyoshi Nakada
2021-06-27Check if closed after each yield [Bug #17661]Nobuyoshi Nakada
2021-06-26Work around issue transcoding issue with non-ASCII compatible encodings and x...Jeremy Evans
2021-06-24Remove shift of ep when computing Proc#hashJeremy Evans
2021-06-24Actually ignore FNM_CASEFOLD flag in Dir.globJeremy Evans
2021-06-22Rework `sysread` to use blocking `read_internal_locktmp`.Samuel Williams
2021-06-18ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh
2021-06-15Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada
2021-06-14[Bug #17880] Set leaf false on opt_setinlinecache (#4565)Eileen M. Uchitelle
2021-06-08Make ENV.clone warn and ENV.dup raiseJeremy Evans
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-03Assertions for duplicate literal hash key warningsNobuyoshi Nakada
2021-06-01Make `Thread#native_thread_id` not-implemented if unsupportedNobuyoshi Nakada
2021-05-29Attempt to fix floating point test failureJeremy Evans
2021-05-29Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans
2021-05-28compile.c: Emit send for === calls in when statementsAlan Wu
2021-05-27Fix lazy enumerator with index sizeJeremy Evans
2021-05-26Rescue NotImplementedError for a test of Thread#native_thread_idYusuke Endoh
2021-05-26Add Thread#native_thread_id [Feature #17853]NARUSE, Yui
2021-05-26RSS library is the bundled gems nowHiroshi SHIBATA
2021-05-26Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was r...Hiroshi SHIBATA
2021-05-25Disable compaction on platforms that can't support itAaron Patterson
2021-05-22Refined portability of test for [Bug #17739]Nobuyoshi Nakada
2021-05-21Do not allow array modifications after freeze inside sort!Jeremy Evans
2021-05-21Build CDHASH properly when loading iseq from binaryAlan Wu
2021-05-21Avoid setting the visibility of refinement method entriesAlan Wu
2021-05-21simple rescue+while+break should not use `throw`Koichi Sasada
2021-05-20compile.c: stop the jump-jump optimization if the second has any eventYusuke Endoh
2021-05-17[Win32] long path name support [Bug #12551]Gabriel Nagy
2021-05-14test/ruby/test_refinement.rb: prevent "assigned but unused variable"Yusuke Endoh
2021-05-13Also `\U` after control/meta is invalid [Bug #17861]Nobuyoshi Nakada
2021-05-12Avoid improper optimization of case statements mixed integer/rational/complexJeremy Evans
2021-05-12Fix handling of control/meta escapes in literal regexpsJeremy Evans
2021-05-13parse.y: Allow "command" syntax in endless method definitionYusuke Endoh
2021-05-12suppress warnings on repeat tests.Koichi Sasada
2021-05-12test_cdhash: refactor change class卜部昌平
2021-05-12cdhash_cmp: can also take complex卜部昌平
2021-05-12cdhash_cmp: rational literals with fractions卜部昌平
2021-05-12cdhash_cmp: can take rational literals卜部昌平