summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-10-25Strip trailing spaces [ci skip]Nobuyoshi Nakada
2023-10-25Fixup 5461bc18f88Hiroshi SHIBATA
2023-10-25omit failing test at arm64-neoverse-n1Hiroshi SHIBATA
2023-10-25Add tests for passing nil to Comparable#clamp(min, max)Kouhei Yanagita
2023-10-25Fix [Bug #19632]: Disable external iterator for frozen enumerator (#7791)Hiroya Fujinami
2023-10-24Remove SHAPE_MAX_NUM_IVSAaron Patterson
2023-10-24geniv objects can become too complexAaron Patterson
2023-10-23[PRISM] Implement compilation for PreExecutionNodesJemma Issroff
2023-10-23[PRISM] Fix AssocSplat nodeJemma Issroff
2023-10-23[rubygems/rubygems] Ignore non-tar format `.gem` files during searchdearblue
2023-10-23[PRISM] Fix __LINE__ to be 1-indexed by defaultJemma Issroff
2023-10-23[PRISM] Add several testsJemma Issroff
2023-10-23[PRISM] Fix compilation for IfNode, UnlessNodeJemma Issroff
2023-10-23[PRISM] Add tests for BlockNode, BlockLocalVariableNode, BlockParamet… (#8725)Jemma Issroff
2023-10-21[rubygems/rubygems] Gem::NameTuple equality ignores Gem::Platform/string plat...Martin Emde
2023-10-21[ruby/irb] Minor refactors around irb.rbStan Lo
2023-10-21Raise TypeError for bad IO::Buffer.map argument (#8728)Charles Oliver Nutter
2023-10-21Extract IO::Buffer.for string locking test (#8729)Charles Oliver Nutter
2023-10-20YJIT: Skip printing stats at exit if --yjit-disable (#8727)Takashi Kokubun
2023-10-20[PRISM] Setup encodings in prism compilerJemma Issroff
2023-10-20YJIT: On test_bug_19316, only check the resultAlan Wu
2023-10-20Add tests for all implemented nodes, leave ones that need fixing commented outJemma Issroff
2023-10-20Added TODOs on all implemented nodes, matched orderingJemma Issroff
2023-10-20[PRISM] Fixed StringConcatNode, uncommented testsJemma Issroff
2023-10-20[Bug #19966] [PRISM] Fix singleton method definitionNobuyoshi Nakada
2023-10-20[PRISM] Enclose in the test classNobuyoshi Nakada
2023-10-19YJIT: Make test_yjit.rb faster with --yjit-stats=quietAlan Wu
2023-10-19YJIT: Print exit reasons on failure in test_yjit.rbAlan Wu
2023-10-19YJIT: Add RubyVM::YJIT.enable (#8705)Takashi Kokubun
2023-10-18Skip some timeout tests on s390xYusuke Endoh
2023-10-18Use assert_separately to avoid defining `foo`Aaron Patterson
2023-10-18Temporarily removed location code on scope nodesJemma Issroff
2023-10-18Remove pm_compile_context_t, move the context onto ScopeNodeJemma Issroff
2023-10-18Add test for many ivarsKatherine Oelsner
2023-10-18[ruby/drb] Support :SSL{Min,Max}Version config optionsJeremy Evans
2023-10-18[ruby/prism] Fix lex compat when dedent should be 0Kevin Newton
2023-10-18[ruby/prism] Add * and & to methods with ...Kevin Newton
2023-10-18[ruby/prism] Use the unescaped regexp to scan for capture groupsKevin Newton
2023-10-18[ruby/prism] Index{Operator,And,Or}WriteNodeKevin Newton
2023-10-18[rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens
2023-10-18Show backtraces when failedKoichi Sasada
2023-10-18Loosen assertion for flaky weak references testPeter Zhu
2023-10-18YJIT: Use RbConfig.ruby instead of EnvUtil.rubybin (#8689)Takashi Kokubun
2023-10-17[ruby/prism] Ensure last encoding flag winseileencodes
2023-10-17"+MN" in descriptionKoichi Sasada
2023-10-17[ruby/prism] Fix up super with a blockargKevin Newton
2023-10-16[ruby/prism] Additionally handle encoding comments in vim modeKevin Newton
2023-10-16[ruby/prism] Parse all magic commentsKevin Newton
2023-10-16[ruby/net-http] Force TLS version to 1.2 when using LibreSSLJeremy Evans
2023-10-16[PRISM] Compile AliasGlobalVariableNode (#8675)Jemma Issroff