summaryrefslogtreecommitdiff
path: root/spec/ruby/core
AgeCommit message (Expand)Author
2024-10-15[Bug #20797] Yet another testNobuyoshi Nakada
2024-10-14[Bug #20797] Check seconds in UTC offset as well as minutesNobuyoshi Nakada
2024-10-05[Bug #20705] Update `strtod` implementationNobuyoshi Nakada
2024-10-03Update spec/ruby/ for colon-style hash inspecttompng
2024-09-23Add anonymous module name spec.Samuel Williams
2024-09-18Update exception message in string_for_symbolJeremy Evans
2024-09-09Implement String#append_as_bytes(String | Integer, ...)Jean Boussier
2024-09-06Implement Array#fetch_valuesJean Boussier
2024-09-05Move Time#xmlschema in core and optimize itJean Boussier
2024-09-03Range#step: restore legacy behavior for String rangeszverok
2024-08-18Make Range#step to consistently use + for iteration (#7444)Victor Shepelev
2024-07-24Make Integer#round spec work regardless of pointer sizeAlan Wu
2024-07-24Add "c_long_size" guard, supplanting "wordsize" and stop using Integer#sizeAlan Wu
2024-07-17Revert pending `EVENT_RETURN` testsNobuyoshi Nakada
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-07-11Do not warn about extra `format` argument when passed as keywordsJean Boussier
2024-07-08Implement Hash.new(capacity:)Jean Boussier
2024-07-06Raise a TypeError for Thread#thread_variable{?,_get} for non-symbolJeremy Evans
2024-07-02Update to ruby/spec@f8987acAndrew Konchin
2024-06-25Allow ambiguosity of `return` lineNobuyoshi Nakada
2024-06-25[Bug #20457] Do not remove final `return` nodeNobuyoshi Nakada
2024-06-20Skip 3 specs when $HOME is not a valid directoryJeremy Evans
2024-06-12Kernel#warn: don't call `Warning.warn` unless the category is enabledJean Boussier
2024-06-10Update to ruby/spec@517f06fAndrew Konchin
2024-06-10Check current file on TracePointKoichi Sasada
2024-05-29[Bug #20438] Disallow "%\n" and "%\0"Nobuyoshi Nakada
2024-05-28Stop marking chilled strings as frozenÉtienne Barrié
2024-05-19Update to ruby/spec@6b04c1dAndrew Konchin
2024-05-09Add a ruby_bug spec for String#index clearing $~Jean Boussier
2024-05-02Reject empty lines in IRB binding specStan Lo
2024-05-01Skip Warning.[] spec if mspec is passing warning optionsKevin Newton
2024-04-18Add a hint of `ASCII-8BIT` being `BINARY`Jean Boussier
2024-04-17`Fiber#raise` recursively raises on nested resuming_fiber. (#10482)Samuel Williams
2024-04-17[Feature #20335] `Thread.each_caller_location` argumentsNobuyoshi Nakada
2024-04-10[Misc #18984] Raise TypeError from Range#size if the range is not iterableKouhei Yanagita
2024-04-02Update to ruby/spec@573cf97Andrew Konchin
2024-03-22[Feature #20275] Remove extra backtrace entries for rescue and ensureBenoit Daloze
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-14Update to ruby/spec@89175b2Benoit Daloze
2024-03-14`Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier
2024-03-13Make `const_source_location` return the real constant as soon as definedJean Boussier
2024-03-07Removed unused fixtures at time examplesHiroshi SHIBATA
2024-03-06Run `binding.irb` in cleaner environment and clean the history fileNobuyoshi Nakada
2024-03-06Use include instead of equal assertion.Hiroshi SHIBATA
2024-03-01Add an example for fallback to shNobuyoshi Nakada
2024-02-27Handle zero-like imaginary part as zero in to_r (#9581)Kenta Murata
2024-02-26Update to ruby/spec@3a510bbBenoit Daloze
2024-02-15ruby-spec: Accept the receiver in backtracesYusuke Endoh
2024-02-15Move examples related core extension feature by Bigdecimal to under the libra...Hiroshi SHIBATA
2024-02-15ruby-spec: Accept both a backtick and a single quote in error messagesYusuke Endoh