aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/yarp] fix: regular expression with start and end out of orderMike Dalessio2023-08-301-0/+11
* [ruby/yarp] fix: binary CallNode with out-of-order arg and receiverMike Dalessio2023-08-301-0/+5
* [ruby/yarp] fix: StatementsNode with out-of-order body nodesMike Dalessio2023-08-301-0/+6
* [ruby/yarp] Revisit lex.rake, make lex:rubygems more useableKevin Newton2023-08-303-21/+4
* [ruby/yarp] Nest all of the YARP tests under the YARP namespaceKevin Newton2023-08-3019-1816/+1838
* [ruby/yarp] Add class variables to the constant poolKevin Newton2023-08-3015-17/+33
* [ruby/yarp] Fix instance variable constant namesKevin Newton2023-08-3027-43/+43
* [ruby/yarp] Fix unused variable in YARPRubyAPITestKevin Newton2023-08-301-2/+1
* [ruby/yarp] Fix test-unit API in fuzzer testKevin Newton2023-08-301-21/+19
* [ruby/yarp] fix: comment followed by whitespace at end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: heredoc with incomplete escape at end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: incomplete escape in regex at the end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: incomplete escape in list at the end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: trailing decimal, binary, octal, and hex numbers at end of fileMike Dalessio2023-08-301-0/+4
* [ruby/yarp] fix: trailing asterisk at end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: trailing comment at end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: string escape char "\" at the end of a fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: ":" at the end of a fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: "$" at the end of a fileMike Dalessio2023-08-302-0/+8
* [ruby/yarp] test: new test file for capturing interesting fuzzer snippetsMike Dalessio2023-08-301-0/+14
* [ruby/yarp] Desugar ||= more accuratelyKevin Newton2023-08-301-4/+4
* Fix merge error on ruby_api_test.rbKevin Newton2023-08-301-24/+0
* [ruby/yarp] Use assert_raiseKevin Newton2023-08-301-0/+12
* [ruby/yarp] use a more idiomatic form of `assert_raises`Nathan Froyd2023-08-301-3/+12
* use assert_raiseNobuyoshi Nakada2023-08-311-3/+3
* [ruby/yarp] add tests for `Location#join`Nathan Froyd2023-08-301-0/+27
* BasicSocket#recv* return `nil` rather than an empty packetJean Boussier2023-08-301-2/+66
* [ruby/yarp] Add instance variable names to the constant poolKevin Newton2023-08-2927-37/+61
* Tests for the YARP compilerKevin Newton2023-08-291-0/+166
* [ruby/yarp] Statements inside ensure blocks can accept blocksKevin Newton2023-08-292-2/+102
* [ruby/irb] Improve help/show_cmds message during debuggerStan Lo2023-08-291-0/+33
* [ruby/irb] Add --nomultiline indent and prompt testtomoya ishida2023-08-291-0/+29
* [ruby/irb] Fix test warnings (https://github.com/ruby/irb/pull/698)Stan Lo2023-08-292-2/+2
* jruby: Add StringIO::VERSION (#59)Sutou Kouhei2023-08-291-0/+4
* [ruby/irb] Print deprecation message for prompt_n methodsStan Lo2023-08-291-0/+12
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-293-15/+6
* Fix Array#bsearch when block returns a non-integer numeric valueKouhei Yanagita2023-08-291-0/+4
* Validate the typed data before dereferencing the internal struct. (#8315)Samuel Williams2023-08-291-0/+21
* [Feature #18183] Add `chars:` option to `Random#alphanumeric`Nobuyoshi Nakada2023-08-291-0/+14
* Fix growth in minor GC when we have initial slotsPeter Zhu2023-08-281-0/+39
* Remove --disable-gems in assert_in_out_errPeter Zhu2023-08-287-57/+55
* [ruby/yarp] fix: %I list spanning a heredocMike Dalessio2023-08-282-2/+36
* [ruby/yarp] fix: %i list spanning a heredocMike Dalessio2023-08-282-2/+31
* [ruby/yarp] fix: %W list spanning a heredocMike Dalessio2023-08-282-2/+36
* [ruby/yarp] fix: %w list spanning a heredocMike Dalessio2023-08-283-3/+32
* [ruby/yarp] test: backfill tests for %q/%Q spanning a heredocMike Dalessio2023-08-285-94/+141
* [ruby/yarp] Improve how we declare ripper exceptions in parse_test.rbMike Dalessio2023-08-281-20/+24
* [ruby/openssl] Remove the pending logics by the pend_on_openssl_issue_21493.Jun Aruga2023-08-282-22/+0
* [ruby/yarp] Fix paths in library_symbols_test.rbBenoit Daloze2023-08-271-3/+3
* Free all empty heap pages in Process.warmupPeter Zhu2023-08-271-0/+22