summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-04-18Compile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...Takashi Kokubun
2025-04-18Implement dynamic dispatch for opt_send_without_block (https://github.com/Sho...Takashi Kokubun
2025-04-18Implement codegen for Test insn (https://github.com/Shopify/zjit/pull/57)Maxime Chevalier-Boisvert
2025-04-18Reorder two tests, update commentMaxime Chevalier-Boisvert
2025-04-18Add a skipped test case for opt_mult overflowTakashi Kokubun
2025-04-18Implement all basic Fixnum instructions (https://github.com/Shopify/zjit/pull...Takashi Kokubun
2025-04-18Compile FixnumLt (https://github.com/Shopify/zjit/pull/48)Max Bernstein
2025-04-18Add comments to testsMaxime Chevalier-Boisvert
2025-04-18Add commented out if-else test to test_zjit.rbMaxime Chevalier-Boisvert
2025-04-18Add while loop test to test_zjit.rbMaxime Chevalier-Boisvert
2025-04-18Add small test for setlocalMaxime Chevalier-Boisvert
2025-04-18Set a return value before popping registers (https://github.com/Shopify/zjit/...Takashi Kokubun
2025-04-18Implement Insn::FixnumSub (https://github.com/Shopify/zjit/pull/42)Takashi Kokubun
2025-04-18Pass test results using #inspectTakashi Kokubun
2025-04-18Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...Takashi Kokubun
2025-04-18[Feature #20724] Bump Unicode version to 16.0.0Mari Imaizumi
2025-04-17Only test on known good platforms. (#13123)Samuel Williams
2025-04-17Prefer `th->ec` for stack base/size. (#13101)Samuel Williams
2025-04-16[ruby/openssl] ssl: fix SSLSocket#syswrite with String-convertible objectsKazuki Yamaguchi
2025-04-16[rubygems/rubygems] Fixed rubocop issue: Layout/SpaceInsideBlockBracesHiroshi SHIBATA
2025-04-16Run 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
2025-04-07Skip test_heaps_grow_independently for MMTkPeter Zhu
2025-04-07Grow GC heaps independentlyPeter Zhu
2025-04-07Fix `Integer.sqrt` to never exceed actual valueYusuke Endoh
2025-04-04Fixed mismatched indentationHiroshi SHIBATA
2025-04-04Removed unused variableHiroshi SHIBATA
2025-04-03[ruby/openssl] pkcs7: fix test failure on RHEL 9Kazuki Yamaguchi
2025-04-03[ruby/openssl] pkcs7: update test case test_graceful_parsing_failureKazuki Yamaguchi
2025-04-03Use EnvUtil.apply_timeout_scaleHiroshi SHIBATA
2025-04-03Extend open_timeout for test failure on s390xHiroshi SHIBATA
2025-04-02Fix assertion failure with anonymous splatsJeremy Evans
2025-04-02[ruby/prism] Be explicit in tests which files `parser` can't parseEarlopain
2025-04-02[ruby/prism] Fix parser translator when splatting in pattern matching pinEarlopain
2025-04-02Fixup comment for Windows platform, not SolarisHiroshi SHIBATA
2025-04-02Removed Solaris conditions from test filesHiroshi SHIBATA
2025-04-01[Bug #21203] Skip TestGc#test_gc_parameter_init_slots since it is flaky (#13025)Naoto Ono
2025-04-01[rubygems/rubygems] Bump up minimum required version for cmake 4Hiroshi SHIBATA
2025-03-31ractor: don't inherit the default thread groupJean Boussier
2025-03-31[ruby/json] Remove caller location assertionsJean Boussier
2025-03-31Revert "Relax assertion pattern for ruby repo"Hiroshi SHIBATA