summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
76 min.Add testsMax Bernstein
26 hoursSupport Marshal.{dump,load} for core SetJeremy Evans
35 hoursFix nondeterministic failure in test_latest_gc_info_weak_references_countJeremy Evans
3 days[ruby/ipaddr] Added IPAddr#+/-Taketo Takashima
4 daysImplement Set as a core classJeremy Evans
4 daysDeopt if iseq trace events are enabledAaron Patterson
4 daysInline Class#new.Aaron Patterson
5 daysFix a flaky test by making sure that a test thread stopsYusuke Endoh
5 daysobjspace_dump: Include `shareable` flagJean Boussier
7 daysIncrease fiber sleep test tolerance. (#13152)Samuel Williams
9 days[ruby/openssl] asn1: check for missing EOC in indefinite length encodingKazuki Yamaguchi
11 daysAdd codegen for NewArray instruction (https://github.com/Shopify/zjit/pull/110)Aiden Fox Ivey
11 daysImplement JIT-to-JIT calls (https://github.com/Shopify/zjit/pull/109)Takashi Kokubun
11 daysAdd codegen support for ArrayDupAiden Fox Ivey
11 daysStrength reduce to `CCall` for sends landing in simple C methodsAlan Wu
11 daysSplit LHS of CMP if it's an immediate (https://github.com/Shopify/zjit/pull/94)Takashi Kokubun
11 daysFix opt_neq HIR codegenMax Bernstein
11 daysCompile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...Takashi Kokubun
11 daysAdd recursive factorial and fibonacci functions to test_zjit.rbMaxime Chevalier-Boisvert
11 daysCompile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...Takashi Kokubun
11 daysImplement dynamic dispatch for opt_send_without_block (https://github.com/Sho...Takashi Kokubun
11 daysImplement codegen for Test insn (https://github.com/Shopify/zjit/pull/57)Maxime Chevalier-Boisvert
11 daysReorder two tests, update commentMaxime Chevalier-Boisvert
11 daysAdd a skipped test case for opt_mult overflowTakashi Kokubun
11 daysImplement all basic Fixnum instructions (https://github.com/Shopify/zjit/pull...Takashi Kokubun
11 daysCompile FixnumLt (https://github.com/Shopify/zjit/pull/48)Max Bernstein
11 daysAdd comments to testsMaxime Chevalier-Boisvert
11 daysAdd commented out if-else test to test_zjit.rbMaxime Chevalier-Boisvert
11 daysAdd while loop test to test_zjit.rbMaxime Chevalier-Boisvert
11 daysAdd small test for setlocalMaxime Chevalier-Boisvert
11 daysSet a return value before popping registers (https://github.com/Shopify/zjit/...Takashi Kokubun
11 daysImplement Insn::FixnumSub (https://github.com/Shopify/zjit/pull/42)Takashi Kokubun
11 daysPass test results using #inspectTakashi Kokubun
11 daysAssert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...Takashi Kokubun
11 days[Feature #20724] Bump Unicode version to 16.0.0Mari Imaizumi
12 daysOnly test on known good platforms. (#13123)Samuel Williams
12 daysPrefer `th->ec` for stack base/size. (#13101)Samuel Williams
13 days[ruby/openssl] ssl: fix SSLSocket#syswrite with String-convertible objectsKazuki Yamaguchi
14 days[rubygems/rubygems] Fixed rubocop issue: Layout/SpaceInsideBlockBracesHiroshi SHIBATA
14 daysRun the proper version of `rake`Nobuyoshi Nakada
2025-04-15`IO.select` accepts +Float::INFINITY+ as a timeout argument.Tanaka Akira
2025-04-15Lazily create `objspace->id_to_obj_tbl`Jean Boussier
2025-04-12[ruby/prism] Fix parsing rescued exception via indexed assignmentviralpraxis
2025-04-10Restore the original order of const_added and inherited callbacksXavier Noria
2025-04-09Fix coverage measurement for negative line numbersYusuke Endoh
2025-04-09Refine dirname test on WindowsNobuyoshi Nakada
2025-04-09Restore assertion that is not related mswin platformHiroshi SHIBATA
2025-04-08[ruby/openssl] Fix the tests using SHA-1 Probabilistic Signature Scheme (PSS)...Jun Aruga
2025-04-08Windows 11 24H2 with VS 2019 16.11.45 couldn't handle long name testHiroshi SHIBATA
2025-04-08Skip some assertions of TestFileExhaustive#test_dirname with Windows platform.Hiroshi SHIBATA