aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Assert that at least one element has been embeddedPeter Zhu2023-07-311-5/+5
* Store initial slots per size poolPeter Zhu2023-07-311-0/+54
* Add Refinement#target and deprecate Refinement#refined_classShugo Maeda2023-07-311-1/+3
* use inline cache for refinementsKoichi Sasada2023-07-311-0/+18
* Ease the `Encoding::CompatibilityError` test failureNobuyoshi Nakada2023-07-301-1/+2
* [rubygems/rubygems] Add charset to Webauthn response content-typeJenny Shen2023-07-282-5/+5
* [rubygems/rubygems] Create MockServer object to test WebAuthn logic to preven...Jenny Shen2023-07-285-87/+78
* [rubygems/rubygems] Create MultifactorAuthFetcher to reduce duplication among...Jenny Shen2023-07-285-283/+164
* [rubygems/rubygems] Use assert_raise in webauthn poller testsJenny Shen2023-07-281-4/+4
* [rubygems/rubygems] Move Webauthn listener thread to WebauthnListener classJenny Shen2023-07-286-16/+33
* [rubygems/rubygems] Move WebauthnListener into the Gem::GemcutterUtilities na...Jenny Shen2023-07-286-15/+15
* [rubygems/rubygems] Extract polling logic into its own classJenny Shen2023-07-281-0/+124
* [rubygems/rubygems] Add Webauthn verification poller to fetch OTPJenny Shen2023-07-284-0/+343
* [rubygems/rubygems] Remove fetcher login in util_sign_inJenny Shen2023-07-281-77/+22
* [rubygems/rubygems] Create SignInFetcherJenny Shen2023-07-281-18/+74
* Freeze test string to be shared for sharable-middle-substringNobuyoshi Nakada2023-07-281-1/+1
* [ruby/strscan] Sync missed commitPeter Zhu2023-07-271-0/+1
* [ruby/yarp] Fix testsHaldun Bayhantopcu2023-07-261-3/+1
* [ruby/yarp] Added locations to errors testsHaldun Bayhantopcu2023-07-261-85/+201
* [ruby/yarp] Add comments testHaldun Bayhantopcu2023-07-261-5/+17
* Implement `opt_aref_with` instruction (#8118)ywenc2023-07-261-0/+8
* Process.warmup: precompute strings coderangeJean Boussier2023-07-261-0/+12
* [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo2023-07-262-0/+58
* [ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo2023-07-252-0/+28
* YJIT: Fix cfp inconsistency on tailcall (#8107)Takashi Kokubun2023-07-251-0/+14
* YJIT: Fallback send instructions to vm_sendish (#8106)Takashi Kokubun2023-07-241-3/+3
* Use the caller location as default filename for eval family of methodsJean Boussier2023-07-245-25/+27
* [rubygems/rubygems] Avoid unnecessary network requests for local gemDavid Rodríguez2023-07-241-0/+34
* [ruby/yarp] Exclude heredoc_nested test for Rubies < 3.3Jemma Issroff2023-07-211-0/+4
* [rubygems/rubygems] Deprecate Gem::Platform.matchHiroshi SHIBATA2023-07-211-2/+4
* [rubygems/rubygems] Boundary check in `Gem::StreamUI#choose_from_list`Nobuyoshi Nakada2023-07-211-0/+30
* Sync YARP gemspec (#8101)Jemma Issroff2023-07-201-0/+28
* [ruby/yarp] Fix heredocs inside %W and %w listsAaron Patterson2023-07-202-1/+28
* [rubygems/rubygems] Clear `YAML` constant if it was undefined previouslyNobuyoshi Nakada2023-07-191-0/+8
* [ruby/reline] Add assertion to auto_indent_proc's parameter, addtomoya ishida2023-07-192-0/+30
* [ruby/reline] Always set ANSI CSI keybindings for Home, End, andtomoya ishida2023-07-192-0/+18
* Add a corner case for `return`Nobuyoshi Nakada2023-07-191-0/+10
* [ruby/reline] Add missing `close` to test_rendering.rbtomoya ishida2023-07-181-0/+3
* Remove assumption about object orderPeter Zhu2023-07-181-1/+7
* [Bug #19774] Fix segfault at `return` in `END`Nobuyoshi Nakada2023-07-191-0/+5
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-07-182-7/+23
* Add tests for `return` in `BEGIN` and `END` blocksNobuyoshi Nakada2023-07-191-0/+1
* [ruby/irb] Reduce boilerplate code in RubyLexTestStan Lo2023-07-181-460/+337
* [flori/json] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA2023-07-182-3/+6
* [flori/json] Skip unsupported test on JRubyNobuyoshi Nakada2023-07-181-1/+1
* [ruby/psych] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA2023-07-181-3/+6
* Fix logarithm of 0 with baseNobuyoshi Nakada2023-07-171-3/+6
* objspace is not used in parent process [ci skip]Nobuyoshi Nakada2023-07-171-1/+0
* Fix up to require objspaceNobuyoshi Nakada2023-07-171-2/+2
* Run `Process.warmup` tests in separate processesNobuyoshi Nakada2023-07-171-9/+16