summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-08-01support `rescue` event for TracePointKoichi Sasada
2023-08-01remove strange line eventKoichi Sasada
2023-08-01Supress warnings by Refinement#refined_class in test codeShugo Maeda
2023-07-31Skip flaky test on SolarisPeter Zhu
2023-07-31Fix default value of global_init_slotsPeter Zhu
2023-07-31Fix test_gc_parameter_init_slotsPeter Zhu
2023-07-31Assert that at least one element has been embeddedPeter Zhu
2023-07-31Store initial slots per size poolPeter Zhu
2023-07-31Add Refinement#target and deprecate Refinement#refined_classShugo Maeda
2023-07-31use inline cache for refinementsKoichi Sasada
2023-07-30Ease the `Encoding::CompatibilityError` test failureNobuyoshi Nakada
2023-07-28Freeze test string to be shared for sharable-middle-substringNobuyoshi Nakada
2023-07-26Implement `opt_aref_with` instruction (#8118)ywenc
2023-07-26Process.warmup: precompute strings coderangeJean Boussier
2023-07-25YJIT: Fix cfp inconsistency on tailcall (#8107)Takashi Kokubun
2023-07-24YJIT: Fallback send instructions to vm_sendish (#8106)Takashi Kokubun
2023-07-24Use the caller location as default filename for eval family of methodsJean Boussier
2023-07-19Add a corner case for `return`Nobuyoshi Nakada
2023-07-19[Bug #19774] Fix segfault at `return` in `END`Nobuyoshi Nakada
2023-07-19Add tests for `return` in `BEGIN` and `END` blocksNobuyoshi Nakada
2023-07-17Fix logarithm of 0 with baseNobuyoshi Nakada
2023-07-17objspace is not used in parent process [ci skip]Nobuyoshi Nakada
2023-07-17Fix up to require objspaceNobuyoshi Nakada
2023-07-17Run `Process.warmup` tests in separate processesNobuyoshi Nakada
2023-07-17Implement Process.warmupJean Boussier
2023-07-16Allow -1 as the value of `--backtrace-limit` optionTom Stuart
2023-07-16Test that command line `--backtrace-limit` overrides RUBYOPTNobuyoshi Nakada
2023-07-15[Bug #19769] Fix range of size 1 in `String#tr`alexandre184
2023-07-15Fix stack trace for rescued StopIterationMarcelo Pereira
2023-07-13Tighten Time.new(string) parsingJeremy Evans
2023-07-13Move bsearch test with Bigdecimal under the test_bigdecimal.rbHiroshi SHIBATA
2023-07-12Add comment to testPeter Zhu
2023-07-12Revert previous commit [ci skip]Nobuyoshi Nakada
2023-07-12Test `Comparable#clamp` with inverse arguments as well as a RangeNobuyoshi Nakada
2023-07-11Try to fix flaky GC testPeter Zhu
2023-07-10Fix autosplat conditions to handle ruby2_keywords caseJeremy Evans
2023-07-10Use `File::NULL` instead of hard coded null device namesNobuyoshi Nakada
2023-07-09[Bug #19763] Raise same message exception for regexpNobuyoshi Nakada
2023-06-30Handle unterminated unicode escapes in regexpsJeremy Evans
2023-06-29Fix memory leak in Hash#replacePeter Zhu
2023-06-29Add memory leak test for allocating ST hashesPeter Zhu
2023-06-28[Bug #19748] Fix out-of-bound access in `String#byteindex`Nobuyoshi Nakada
2023-06-28[Bug #19746] `String#index` with regexp should clear `$~` unless matchedNobuyoshi Nakada
2023-06-28Assert `$~` after `String#index` familyNobuyoshi Nakada
2023-06-28Use the same capacities for memory leak testsNobuyoshi Nakada
2023-06-24Do not have Enumeratory::Lazy#zip mark result as packedJeremy Evans
2023-06-23Skip test on Solaris SPARCPeter Zhu
2023-06-22[Bug #19743] All but EOF can be read again after push-backNobuyoshi Nakada
2023-06-20[Bug #19736] Recover after unterminated interpolationNobuyoshi Nakada
2023-06-20Adjust indent [ci skip]Nobuyoshi Nakada