summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2025-04-15Add a test for moving composite object partsLuke Gruber
2025-04-07Fixed wrong condition to avoid flaky ractor_test.rbHiroshi SHIBATA
2025-04-06Fix the if condition to skip test_ractor.rb correctly (#13067)Naoto Ono
2025-04-04Ractor: revert to moving object bytes, but size pool awareJean Boussier
2025-04-02Fix assertion failure with anonymous splatsJeremy Evans
2025-03-31Don't preserve `object_id` when moving object to another RactorJean Boussier
2025-03-31Ractor: Fix moving embedded objectsJean Boussier
2025-03-31Skip test_ractor.rb with ModGC workflow because this test is flakyHiroshi SHIBATA
2025-03-27Avoid array allocation for *nil, by not calling nil.to_aJeremy Evans
2025-03-26Ractor.make_shareable(proc_obj) makes inner structure shareablelukeg
2025-03-25Fail test if child process exists non-zeroJohn Hawthorn
2025-03-24Revert "Fix broken CI. (#12963)"Hiroshi SHIBATA
2025-03-23Fix broken CI. (#12963)Samuel Williams
2025-03-21FCALL shouldn't be forwarded from callerAaron Patterson
2025-03-20Use atomic for method reference count [Bug #20934]John Hawthorn
2025-03-09Remove a stale test file [ci skip]Nobuyoshi Nakada
2025-02-13[Feature #21116] Extract RJIT as a third-party gemNobuyoshi Nakada
2025-01-28YJIT: Initialize locals in ISeqs defined with `...` (#12660)Alan Wu
2025-01-10Revert "[MMTk/CI] Skip Ractor btests with MMTk"Peter Zhu
2025-01-10Don't check for presence of `ENV['GITHUB_WORKFLOW']`Peter Zhu
2025-01-10Rewrite Benchmark to Tempfile on bootstraptest/test_ractor.rbHiroshi SHIBATA
2025-01-08YJIT: Filter `&` calls from specialized C method codegenAlan Wu
2025-01-04YJIT: Add crashing test for yielding keyword argsNick Dower
2024-12-27Clear failure_log by assignment like as appending by assignmentNobuyoshi Nakada
2024-12-24Fix ractor move of unshareable frozen objectsLuke Gruber
2024-12-12bootstraptest: On -j failure, show total test countAlan Wu
2024-12-13`Ractor.set_if_absent(key)`Koichi Sasada
2024-12-06[MMTk/CI] Skip Ractor btests with MMTkMatt Valentine-House
2024-12-03Enable Launchable integration in compilers.yml (#12136)Naoto Ono
2024-11-26YJIT: Implement opt_reverse insn (#12175)Randy Stauner
2024-11-26Optimize instructions when creating an array just to call `include?` (#12123)Randy Stauner
2024-11-21Extend the timeout of fork-exit bootstraptestYusuke Endoh
2024-11-14YJIT: Specialize String#dup (#12090)Takashi Kokubun
2024-11-14YJIT: Specialize Integer#pred (#12082)Takashi Kokubun
2024-11-13YJIT: Specialize `String#[]` (`String#slice`) with fixnum arguments (#12069)Randy Stauner
2024-11-08skip `SystemStackError`Koichi Sasada
2024-11-08support `require` in non-main RactorsKoichi Sasada
2024-10-21Show where mutated chilled strings were allocatedÉtienne Barrié
2024-10-15Remove "simple" flag from forwarded ICsAaron Patterson
2024-10-15Use GC.respond_to?(:compact) in bootstraptest/test_yjit.rbPeter Zhu
2024-10-03Update bootstraptest test for colon-style hash inspecttompng
2024-09-18Raise a compile error for break/next/redo inside eval in cases where it is op...Jeremy Evans
2024-08-27YJIT: Pass method arguments using registers (#11280)Takashi Kokubun
2024-08-13Re-initialize vm->ractor.sched.lock after forkJohn Hawthorn
2024-07-29Expand opt_newarray_send to support Array#pack with buffer keyword argRandy Stauner
2024-07-19Rename a variable nameNaoto Ono
2024-07-19Launchable: Aggregate test results based on file levelNaoto Ono
2024-07-12fix `defined?(@ivar)` with RactorsKoichi Sasada
2024-07-09Use `File.write` instead of `Kernel#open`Nobuyoshi Nakada
2024-07-08Move the file location of launchable.rbNaoto Ono