aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [YARP] Implement ConstantPathTargetNodeMatt Valentine-House2023-09-211-0/+16
* [YARP] Add tests for popped instructions (#8494)Jemma Issroff2023-09-211-2/+9
* [rubygems/rubygems] Fix safe marshal test on jrubySamuel Giddins2023-09-211-2/+2
* [rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins2023-09-211-2/+5
* [rubygems/rubygems] Freeze more strings in generated gemspecsSamuel Giddins2023-09-211-13/+13
* [ruby/openssl] Fix test_pkey_ec.rb on FIPS.Jun Aruga2023-09-211-0/+2
* [ruby/openssl] test_pkey.rb: Refactor the test_ed25519 on FIPS.Jun Aruga2023-09-212-8/+53
* [ruby/openssl] test_fips.rb: Fix the `OpenSSL.fips_mode` affecting other tests.Jun Aruga2023-09-211-2/+4
* [rubygems/rubygems] Aggressively optimize allocations in SafeMarshalSamuel Giddins2023-09-211-1/+29
* Optimize Range#bsearch for beginless/endless ranges within FixnumKouhei Yanagita2023-09-211-0/+3
* [Bug #19624] Clean up backquote IONobuyoshi Nakada2023-09-211-0/+15
* [ruby/yarp] Print locations using line / col instead of offsetsJemma Issroff2023-09-20911-30184/+30184
* [ruby/yarp] Check whether the conditional predicate is closedHaldun Bayhantopcu2023-09-201-0/+8
* Fix memory leak in complemented method entriesPeter Zhu2023-09-201-0/+29
* [rubygems/rubygems] Give up, load Time via Marshal.loadSamuel Giddins2023-09-201-9/+136
* [rubygems/rubygems] Ruby 2.6 compatSamuel Giddins2023-09-201-4/+6
* [rubygems/rubygems] All rubies working with different time zonesSamuel Giddins2023-09-201-4/+23
* [rubygems/rubygems] Tests passing on truffleruby 22 in addition to 23Samuel Giddins2023-09-201-1/+4
* [rubygems/rubygems] safe_load tests passing on jruby & trufflerubySamuel Giddins2023-09-201-3/+7
* [rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on r...Samuel Giddins2023-09-201-6/+42
* [rubygems/rubygems] Broader version compatibility in marshal testsSamuel Giddins2023-09-201-8/+9
* [rubygems/rubygems] Fix UTC time loadingSamuel Giddins2023-09-201-6/+6
* [rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safel...Samuel Giddins2023-09-201-0/+144
* [YARP] Implement GlobalVariableTargetNodeMatt Valentine-House2023-09-191-0/+4
* [ruby/yarp] Only use Ripper on CRubyBenoit Daloze2023-09-191-5/+2
* [ruby/yarp] Ignore parseing specific files on TruffleRuby to make CI greenJemma Issroff2023-09-191-0/+3
* [ruby/yarp] fix: handling escaped whitespace in a %w listMike Dalessio2023-09-194-4/+11
* [ruby/yarp] Consistently place block arguments on block slot for callKevin Newton2023-09-1915-614/+585
* [YARP] Implement ClassVariableTargetNodeMatt Valentine-House2023-09-191-0/+4
* [YARP] Implement InstanceVariableTargetNode, LocalVariableTargetNodeMatt Valentine-House2023-09-191-0/+8
* [YARP] Implement ConstantTargetNodeMatt Valentine-House2023-09-191-0/+14
* [ruby/securerandom] Removed extra argument for build failure of ruby/rubyHiroshi SHIBATA2023-09-191-1/+1
* [ruby/securerandom] Add support for UUID version 7nick evans2023-09-191-0/+48
* [ruby/yarp] Use compact_child_nodes where possibleKevin Newton2023-09-182-2/+2
* [YARP] Restructure tests to compare YARP evaluation to CRuby evaluation (#8467)Jemma Issroff2023-09-181-73/+80
* [Bug #19887] RUBYOPT should work without leading `-`Nobuyoshi Nakada2023-09-181-0/+3
* Simplify restoring ENVNobuyoshi Nakada2023-09-181-7/+2
* [ruby/irb] Test should not depend on user's irbrc file specified bytomoya ishida2023-09-171-0/+1
* [ruby/irb] Test should not depend on user's irbrc filetomoya ishida2023-09-161-0/+4
* Fix regression when testing inclusion in unbounded rangesJeremy Evans2023-09-161-0/+23
* [ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder2023-09-161-36/+57
* [Feature #19839] Fix `Range#overlap?` for empty rangesNobuyoshi Nakada2023-09-161-0/+35
* [Feature #19839] Add Range#overlap?Shouichi Kamiya2023-09-161-0/+28
* [ruby/yarp] Handle missing clauses in case statementKevin Newton2023-09-151-1/+15
* [ruby/yarp] Ensure multi targets are only in valid locationsKevin Newton2023-09-151-3/+25
* [ruby/yarp] Alnum cannot be %-literal delimitersKevin Newton2023-09-151-0/+14
* [ruby/yarp] Properly handle invalid underscores in number literalsKevin Newton2023-09-151-0/+18
* [ruby/yarp] Extract test listener to its own classKevin Newton2023-09-151-16/+15
* [ruby/yarp] Add node event dispatcherVinicius Stock2023-09-151-0/+40
* [ruby/yarp] Handle unterminated interpolated symbolKevin Newton2023-09-151-0/+6