index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
/
test_ractor.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip a flaky Ractor test for mswin
Takashi Kokubun
2022-12-21
1
-1
/
+1
*
Re-enable test_ractor for YJIT
Takashi Kokubun
2022-12-19
1
-4
/
+3
*
fixed encoding table
Koichi Sasada
2022-12-16
1
-2
/
+2
*
Skip yet another flaky Ractor test
Takashi Kokubun
2022-12-13
1
-1
/
+1
*
Skip another flaky Ractor test for YJIT
Takashi Kokubun
2022-12-02
1
-1
/
+1
*
Skip a couple of Ractor tests
Takashi Kokubun
2022-12-02
1
-2
/
+4
*
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-14
1
-1
/
+1
*
[Bug #19081] Show the caller location in warning for Ractor
Nobuyoshi Nakada
2022-10-26
1
-0
/
+6
*
Add test for ractor race condition on ivar sets
Jemma Issroff
2022-10-14
1
-0
/
+39
*
@@cv is not accessible from non-main ractors
Koichi Sasada
2021-12-24
1
-0
/
+22
*
prohibit load by `autoload` on non-main Ractor
Koichi Sasada
2021-12-15
1
-0
/
+11
*
`Ractor.make_shareable` checks proc's sefl
Koichi Sasada
2021-12-09
1
-12
/
+20
*
rb_id_serial_to_id: return unregistered ID as an internal ID
Nobuyoshi Nakada
2021-11-07
1
-0
/
+36
*
the core problem is the Proc is not shareable
Satoshi Moris Tagomori
2021-10-27
1
-1
/
+1
*
allow to access ivars of classes/modules
Koichi Sasada
2021-10-23
1
-1
/
+48
*
Fix Ractor.make_shareable changing locals for Procs
Alan Wu
2021-10-06
1
-0
/
+22
*
[Bug #18117] Fix Ractor race condition with GC
Peter Zhu
2021-08-24
1
-0
/
+15
*
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-29
1
-1
/
+1
*
Evacuate transient heap when enabling ractors
eileencodes
2021-06-23
1
-0
/
+13
*
bootstraptest/test_ractor.rb: Skip an assertion on Travis arm64.
Jun Aruga
2021-05-25
1
-1
/
+2
*
Make Ractor stdio belonging to the Ractor [Bug #17672]
Nobuyoshi Nakada
2021-03-07
1
-0
/
+12
*
Ractor.allocate should not be allowed
Koichi Sasada
2021-02-18
1
-0
/
+18
*
Fixed race in dtoa [Bug #17612]
Nobuyoshi Nakada
2021-02-10
1
-0
/
+11
*
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2021-02-01
1
-0
/
+13
*
fix Ractor.yield(obj, move: true)
Koichi Sasada
2021-01-22
1
-0
/
+25
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-0
/
+12
*
add Ractor.main
Koichi Sasada
2020-12-22
1
-0
/
+7
*
add Ractor#[]/#[]= for ractor local storage
Koichi Sasada
2020-12-22
1
-0
/
+14
*
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-22
1
-0
/
+13
*
fix Ractor.make_shareable() with Class/Module
Koichi Sasada
2020-12-21
1
-1
/
+8
*
add "copy: true" option for Ractor.make_shareable
Koichi Sasada
2020-12-19
1
-0
/
+16
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-12-16
1
-2
/
+2
*
Ractor#receive_if to receive only matched messages
Koichi Sasada
2020-12-16
1
-0
/
+58
*
trap on non-main ractor
Koichi Sasada
2020-12-12
1
-0
/
+18
*
fix ivar with shareable objects issue
Koichi Sasada
2020-12-12
1
-0
/
+47
*
ObjectSpace._id2ref should not support unshareable
Koichi Sasada
2020-12-10
1
-0
/
+13
*
Add test that `Ractor.make_shareable` calls user defined `#freeze`
Marc-Andre Lafortune
2020-12-08
1
-1
/
+8
*
Ractor.select requires an argument or yield_value
Marc-Andre Lafortune
2020-12-07
1
-0
/
+9
*
fix Thread's interrupt and Ractor#take issue
Koichi Sasada
2020-12-07
1
-0
/
+20
*
should not use rb_str_modify(), too
Koichi Sasada
2020-12-01
1
-1
/
+9
*
should not use rb_ary_modify()
Koichi Sasada
2020-12-01
1
-0
/
+7
*
Fix `Ractor.make_shareable` for recursive structures with unfreezable components
Marc-Andre Lafortune
2020-11-30
1
-0
/
+11
*
Fixed Ractor.shareable? on cross-recursive objects [Bug #17344]
Nobuyoshi Nakada
2020-11-30
1
-0
/
+9
*
Skip test_ractor.rb:137 for --jit-min-calls=5
Takashi Kokubun
2020-11-24
1
-1
/
+1
*
Report a more detailed situation of test_ractor.rb:137
Takashi Kokubun
2020-11-24
1
-2
/
+2
*
remove Ractor#close
Koichi Sasada
2020-11-11
1
-2
/
+2
*
ignore yield_atexit if outgoing port is closed
Koichi Sasada
2020-11-11
1
-0
/
+10
*
Threads in a ractor will be killed with the ractor
Koichi Sasada
2020-11-11
1
-1
/
+33
*
Copy for Ractor.send() without marshal.
Koichi Sasada
2020-11-02
1
-1
/
+1
*
add a test of define_method with shareable Proc.
Koichi Sasada
2020-10-30
1
-0
/
+11
[next]