aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Bug #19973] Warn duplicated keyword arguments after keyword splatNobuyoshi Nakada2023-10-261-0/+6
* Make beginless Range#size return nil if it ends with non-numericfn ⌃ ⌥2023-10-261-0/+1
* [ruby/prism] Use `cargo fmt`Ian Ker-Seymer2023-10-262-0/+4
* Fix few test_prism_eval that snuck inHParker2023-10-251-4/+4
* [rubygems/rubygems] Raise exception on unexpected EOF in marshalSamuel Giddins2023-10-251-0/+17
* Use `assert_prism_eval` over `test_prism_eval` in helpereileencodes2023-10-251-225/+225
* [PRISM] Add tests for ParametersNodeJemma Issroff2023-10-251-0/+5
* [PRISM] Implement NoKeywordsParameterNodeJemma Issroff2023-10-251-0/+5
* Reduce the number of times IO is passed in send_io/recv_io testYusuke Endoh2023-10-251-7/+2
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2023-10-251-1/+1
* Fixup 5461bc18f88Hiroshi SHIBATA2023-10-251-4/+6
* omit failing test at arm64-neoverse-n1Hiroshi SHIBATA2023-10-251-0/+3
* Add tests for passing nil to Comparable#clamp(min, max)Kouhei Yanagita2023-10-251-0/+6
* Fix [Bug #19632]: Disable external iterator for frozen enumerator (#7791)Hiroya Fujinami2023-10-251-0/+10
* Remove SHAPE_MAX_NUM_IVSAaron Patterson2023-10-241-5/+7
* geniv objects can become too complexAaron Patterson2023-10-241-5/+89
* [PRISM] Implement compilation for PreExecutionNodesJemma Issroff2023-10-231-0/+12
* [PRISM] Fix AssocSplat nodeJemma Issroff2023-10-231-2/+3
* [rubygems/rubygems] Ignore non-tar format `.gem` files during searchdearblue2023-10-231-0/+15
* [PRISM] Fix __LINE__ to be 1-indexed by defaultJemma Issroff2023-10-231-1/+1
* [PRISM] Add several testsJemma Issroff2023-10-231-5/+6
* [PRISM] Fix compilation for IfNode, UnlessNodeJemma Issroff2023-10-231-5/+11
* [PRISM] Add tests for BlockNode, BlockLocalVariableNode, BlockParamet… (#8725)Jemma Issroff2023-10-231-0/+29
* [rubygems/rubygems] Gem::NameTuple equality ignores Gem::Platform/string plat...Martin Emde2023-10-211-8/+25
* [ruby/irb] Minor refactors around irb.rbStan Lo2023-10-211-4/+4
* Raise TypeError for bad IO::Buffer.map argument (#8728)Charles Oliver Nutter2023-10-211-1/+1
* Extract IO::Buffer.for string locking test (#8729)Charles Oliver Nutter2023-10-211-5/+10
* YJIT: Skip printing stats at exit if --yjit-disable (#8727)Takashi Kokubun2023-10-201-0/+4
* [PRISM] Setup encodings in prism compilerJemma Issroff2023-10-201-3/+12
* YJIT: On test_bug_19316, only check the resultAlan Wu2023-10-201-1/+1
* Add tests for all implemented nodes, leave ones that need fixing commented outJemma Issroff2023-10-201-33/+56
* Added TODOs on all implemented nodes, matched orderingJemma Issroff2023-10-201-100/+244
* [PRISM] Fixed StringConcatNode, uncommented testsJemma Issroff2023-10-201-9/+9
* [Bug #19966] [PRISM] Fix singleton method definitionNobuyoshi Nakada2023-10-201-0/+5
* [PRISM] Enclose in the test classNobuyoshi Nakada2023-10-201-0/+1
* YJIT: Make test_yjit.rb faster with --yjit-stats=quietAlan Wu2023-10-191-1/+1
* YJIT: Print exit reasons on failure in test_yjit.rbAlan Wu2023-10-191-2/+11
* YJIT: Add RubyVM::YJIT.enable (#8705)Takashi Kokubun2023-10-191-14/+23
* Skip some timeout tests on s390xYusuke Endoh2023-10-181-0/+2
* Use assert_separately to avoid defining `foo`Aaron Patterson2023-10-181-2/+24
* Temporarily removed location code on scope nodesJemma Issroff2023-10-181-1/+1
* Remove pm_compile_context_t, move the context onto ScopeNodeJemma Issroff2023-10-181-1/+10
* Add test for many ivarsKatherine Oelsner2023-10-181-0/+12
* [ruby/drb] Support :SSL{Min,Max}Version config optionsJeremy Evans2023-10-182-0/+8
* [ruby/prism] Fix lex compat when dedent should be 0Kevin Newton2023-10-183-160/+201
* [ruby/prism] Add * and & to methods with ...Kevin Newton2023-10-1811-28/+28
* [ruby/prism] Use the unescaped regexp to scan for capture groupsKevin Newton2023-10-182-31/+64
* [ruby/prism] Index{Operator,And,Or}WriteNodeKevin Newton2023-10-1821-171/+809
* [rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens2023-10-181-0/+20
* Show backtraces when failedKoichi Sasada2023-10-181-1/+9