summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
10 daysGet rid of FL_EXIVARJean Boussier
2025-06-06[Bug #21400] Fix rb_bug() when killing current root fiber in non-main thread ...Luke Gruber
2025-06-04`Ractor#take` and warnKoichi Sasada
2025-05-31`Ractor::Port`Koichi Sasada
2025-05-26Don't copy FL_PROMOTED to new object in Ractor movePeter Zhu
2025-05-23Fix moving old objects between RactorsPeter Zhu
2025-05-23lock vm around `rb_free_generic_ivar`Luke Gruber
2025-05-21Fix Symbol#to_proc (rb_sym_to_proc) to be ractor safeLuke Gruber
2025-05-13Get ractor message passing working with > 1 thread sending/receiving values i...Luke Gruber
2025-05-13Throw RuntimeError if getting/setting ractor local storage for non-main ractorlukeg
2025-05-09Fix crash when instantiating classes in RactorsPeter Zhu
2025-05-08Raise error on take/send for Ractors in child processesAaron Patterson
2025-05-08Clean up Ractor cache after forkAaron Patterson
2025-05-08Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`Jean Boussier
2025-04-28YJIT: Fix potential infinite loop when OOM (GH-13186)Rian McGuire
2025-04-18Assert everything is compiled in test_zjit (https://.com/Shopify/zjit/p...Takashi Kokubun
2025-04-18Add two more small btestsMaxime Chevalier-Boisvert
2025-04-18Load Param off of cfp->ep (https://.com/Shopify/zjit/pull/31)Takashi Kokubun
2025-04-18Implement FixnumAdd and stub Point/GuardType (https://.com/Shopify...Takashi Kokubun
2025-04-18Recommend the same task as what CI usesTakashi Kokubun
2025-04-18Start testing the actual JIT code on CITakashi Kokubun
2025-04-18Lock-free hash set for fstrings [Feature #21268]John Hawthorn
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['_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