summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-08-31YJIT: Handle getblockparamproxy with ifuncJohn Hawthorn
2023-08-31TestSocket_UNIXSocket: stop testing empty packetsJean Boussier
2023-08-31Correctly calculate initial pagesPeter Zhu
2023-08-31[Bug #19349] Respect `#to_int` of `base` argumentNobuyoshi Nakada
2023-08-31Separate test for `Kernel#Integer` with `base` argumentNobuyoshi Nakada
2023-08-30Change heap init environment variable namesPeter Zhu
2023-08-30[ruby/yarp] Add a value to numbered referencesKevin Newton
2023-08-30[YARP] Compile ProgramNode as ScopeNode (#8327)Jemma Issroff
2023-08-30[YARP] Fix variables in compilation (#8326)Jemma Issroff
2023-08-30[ruby/yarp] fix: regular expression with start and end out of orderMike Dalessio
2023-08-30[ruby/yarp] fix: binary CallNode with out-of-order arg and receiverMike Dalessio
2023-08-30[ruby/yarp] fix: StatementsNode with out-of-order body nodesMike Dalessio
2023-08-30[ruby/yarp] Revisit lex.rake, make lex:rubygems more useableKevin Newton
2023-08-30[ruby/yarp] Nest all of the YARP tests under the YARP namespaceKevin Newton
2023-08-30[ruby/yarp] Add class variables to the constant poolKevin Newton
2023-08-30[ruby/yarp] Fix instance variable constant namesKevin Newton
2023-08-30[ruby/yarp] Fix unused variable in YARPRubyAPITestKevin Newton
2023-08-30[ruby/yarp] Fix test-unit API in fuzzer testKevin Newton
2023-08-30[ruby/yarp] fix: comment followed by whitespace at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: heredoc with incomplete escape at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: incomplete escape in regex at the end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: incomplete escape in list at the end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing decimal, binary, octal, and hex numbers at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing asterisk at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing comment at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: string escape char "\" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] fix: ":" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] fix: "$" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] test: new test file for capturing interesting fuzzer snippetsMike Dalessio
2023-08-30[ruby/yarp] Desugar ||= more accuratelyKevin Newton
2023-08-30Fix merge error on ruby_api_test.rbKevin Newton
2023-08-30[ruby/yarp] Use assert_raiseKevin Newton
2023-08-30[ruby/yarp] use a more idiomatic form of `assert_raises`Nathan Froyd
2023-08-31use assert_raiseNobuyoshi Nakada
2023-08-30[ruby/yarp] add tests for `Location#join`Nathan Froyd
2023-08-30BasicSocket#recv* return `nil` rather than an empty packetJean Boussier
2023-08-29[ruby/yarp] Add instance variable names to the constant poolKevin Newton
2023-08-29Tests for the YARP compilerKevin Newton
2023-08-29[ruby/yarp] Statements inside ensure blocks can accept blocksKevin Newton
2023-08-29[ruby/irb] Improve help/show_cmds message during debuggerStan Lo
2023-08-29[ruby/irb] Add --nomultiline indent and prompt testtomoya ishida
2023-08-29[ruby/irb] Fix test warnings (https://github.com/ruby/irb/pull/698)Stan Lo
2023-08-29jruby: Add StringIO::VERSION (#59)Sutou Kouhei
2023-08-29[ruby/irb] Print deprecation message for prompt_n methodsStan Lo
2023-08-29[ruby/irb] Remove unused `PROMPT_N`Summer ☀️
2023-08-29Fix Array#bsearch when block returns a non-integer numeric valueKouhei Yanagita
2023-08-29Validate the typed data before dereferencing the internal struct. (#8315)Samuel Williams
2023-08-29[Feature #18183] Add `chars:` option to `Random#alphanumeric`Nobuyoshi Nakada
2023-08-28Fix growth in minor GC when we have initial slotsPeter Zhu
2023-08-28Remove --disable-gems in assert_in_out_errPeter Zhu