summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2020-12-19add "copy: true" option for Ractor.make_shareableKoichi Sasada
2020-12-16strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-12-16Ractor#receive_if to receive only matched messagesKoichi Sasada
2020-12-13Debug the command used for gdb dumpTakashi Kokubun
2020-12-13@ruby is the target Ruby in bootstraptestTakashi Kokubun
2020-12-12Dump a backtrace with gdbTakashi Kokubun
2020-12-12trap on non-main ractorKoichi Sasada
2020-12-12fix ivar with shareable objects issueKoichi Sasada
2020-12-10Save a core file from bootstraptestTakashi Kokubun
2020-12-10ObjectSpace._id2ref should not support unshareableKoichi Sasada
2020-12-08Add test that `Ractor.make_shareable` calls user defined `#freeze`Marc-Andre Lafortune
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
2020-12-07Ractor.select requires an argument or yield_valueMarc-Andre Lafortune
2020-12-07fix Thread's interrupt and Ractor#take issueKoichi Sasada
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
2020-12-01should not use rb_str_modify(), tooKoichi Sasada
2020-12-01should not use rb_ary_modify()Koichi Sasada
2020-11-30Fix `Ractor.make_shareable` for recursive structures with unfreezable componentsMarc-Andre Lafortune
2020-11-30Fixed Ractor.shareable? on cross-recursive objects [Bug #17344]Nobuyoshi Nakada
2020-11-24Skip test_ractor.rb:137 for --jit-min-calls=5Takashi Kokubun
2020-11-24Report a more detailed situation of test_ractor.rb:137Takashi Kokubun
2020-11-11remove Ractor#closeKoichi Sasada
2020-11-11ignore yield_atexit if outgoing port is closedKoichi Sasada
2020-11-11Threads in a ractor will be killed with the ractorKoichi Sasada
2020-11-02Copy for Ractor.send() without marshal.Koichi Sasada
2020-10-30add a test of define_method with shareable Proc.Koichi Sasada
2020-10-30Ractor.make_shareable(a_proc)Koichi Sasada
2020-10-25Use 'shareable' with an 'e' [ci skip]Marc-Andre Lafortune
2020-10-25Tweak a few Ractor tests that were missing comments [ci skip]Marc-Andre Lafortune
2020-10-25Remove trailing whitespace [ci skip]Marc-Andre Lafortune
2020-10-22allow to access ivars of frozen shareable objectsKoichi Sasada
2020-10-21Ractor.make_shareable(obj)Koichi Sasada
2020-10-20fix conditionKoichi Sasada
2020-10-20skip `echo foo` on SolarisKoichi Sasada
2020-10-20ObjectSpace.each_object with RactorsKoichi Sasada
2020-10-20Some global variables can be accessed from ractorsKoichi Sasada
2020-10-14sync generic_ivtblKoichi Sasada
2020-10-14sync enc_table and rb_encoding_listKoichi Sasada
2020-10-10Add Ractor#receive and Ractor.receive and use it in all placesBenoit Daloze
2020-09-27fix typo [ci skip]Koichi Sasada
2020-09-25freeze all Range objects.v3_0_0_preview1Koichi Sasada
2020-09-25prohibi method call by defined_method in other racotrsKoichi Sasada
2020-09-25Range is based on Struct.Koichi Sasada
2020-09-25Frozen Struct can be shareable.Koichi Sasada
2020-09-25refactoring a test code.Koichi Sasada
2020-09-25Ractor.yield should raise if out-port is closedKoichi Sasada
2020-09-25frozen T_OBJECT can be shareable.Koichi Sasada
2020-09-25Ractor#close_outgoping cancel Ractor.yieldKoichi Sasada
2020-09-24Remove test for putiseq insnMichael Lindley
2020-09-20Fulfill missing tests and stabilize testsQuang-Minh Nguyen