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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Range is based on Struct.
Koichi Sasada
2020-09-25
1
-0
/
+4
*
Frozen Struct can be shareable.
Koichi Sasada
2020-09-25
1
-0
/
+6
*
refactoring a test code.
Koichi Sasada
2020-09-25
1
-17
/
+49
*
Ractor.yield should raise if out-port is closed
Koichi Sasada
2020-09-25
1
-0
/
+21
*
frozen T_OBJECT can be shareable.
Koichi Sasada
2020-09-25
1
-0
/
+27
*
Ractor#close_outgoping cancel Ractor.yield
Koichi Sasada
2020-09-25
1
-0
/
+1
*
Remove test for putiseq insn
Michael Lindley
2020-09-24
1
-1
/
+0
*
Fulfill missing tests and stabilize tests
Quang-Minh Nguyen
2020-09-20
1
-22
/
+126
*
Validate name during initialization
Quang-Minh Nguyen
2020-09-20
1
-17
/
+33
*
Add status to Ractor#inspect
Quang-Minh Nguyen
2020-09-20
1
-0
/
+21
*
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
2020-09-15
1
-2
/
+0
*
sync fstring pool
Koichi Sasada
2020-09-15
1
-0
/
+17
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-09-13
1
-2
/
+2
*
don't use toplevel return
Koichi Sasada
2020-09-04
1
-2
/
+5
*
skip Ractor tests on Compiler tests
Koichi Sasada
2020-09-03
1
-1
/
+6
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-0
/
+516
*
display stderr output even if core dump files
Koichi Sasada
2020-07-29
1
-2
/
+8
*
Remove obsoleted opt_call_c_function insn (#3232)
Takashi Kokubun
2020-06-17
1
-2
/
+0
*
Make proc/Proc.new without block an error instead of warning
Jeremy Evans
2020-06-10
2
-6
/
+6
*
Moved already resolved test
Nobuyoshi Nakada
2020-04-27
1
-16
/
+0
*
Removed already resolved test [ci skip]
Nobuyoshi Nakada
2020-04-27
1
-7
/
+0
*
Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`
Nobuyoshi Nakada
2020-04-15
1
-0
/
+5
*
Turn class variable warnings into exceptions
Jeremy Evans
2020-04-10
3
-6
/
+12
*
should check pending interrupts correctly.
Koichi Sasada
2020-04-09
1
-0
/
+14
*
disable to show the maximum number of threads.
Koichi Sasada
2020-03-23
1
-1
/
+2
*
Make yield in singleton class definitions in methods a SyntaxError
Jeremy Evans
2020-02-11
1
-9
/
+14
*
Remove special handling of $SAFE and related C-APIs
Jeremy Evans
2020-01-22
1
-13
/
+0
*
Show the failed message too
Nobuyoshi Nakada
2019-12-12
1
-1
/
+1
*
Show the failed message
Nobuyoshi Nakada
2019-12-11
1
-1
/
+1
*
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-07
1
-0
/
+9
*
Revert "Use a monotonically increasing number for object_id"
Aaron Patterson
2019-11-06
1
-9
/
+0
*
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-06
1
-0
/
+9
*
Relaxed tests for CPDEBUG mode
Nobuyoshi Nakada
2019-10-23
2
-4
/
+6
*
fix memory corruption in old GCC
卜部昌平
2019-10-10
1
-1
/
+0
*
Changed numbered parameter prefix
Nobuyoshi Nakada
2019-09-24
1
-1
/
+1
*
add tests
卜部昌平
2019-09-05
1
-0
/
+2
*
Move an unstable bootstraptest to pending
Takashi Kokubun
2019-09-03
2
-3
/
+5
*
Add insn tests for newarraykwsplat
Takashi Kokubun
2019-09-03
1
-0
/
+1
*
Fix opt_regexpmatch1 references
Takashi Kokubun
2019-09-02
1
-2
/
+2
*
Fix remaining warning issues in the tests due to keyword argument separation
Jeremy Evans
2019-08-30
1
-2
/
+17
*
Compare actual result
Nobuyoshi Nakada
2019-08-14
1
-2
/
+2
*
bootstraptest/test_insns.rb: test opt_nil_p
Kazuhiro NISHIYAMA
2019-08-01
1
-0
/
+1
*
Erase only on tty
Nobuyoshi Nakada
2019-07-29
1
-2
/
+2
*
Improved fiber benchmarks. Increase number of iterations.
Samuel Williams
2019-07-12
2
-21
/
+39
*
colors file has been moved from test to tool
Nobuyoshi Nakada
2019-07-02
1
-1
/
+1
*
bootstraptest/runner.rb (show_limit): defer messages unless verbose and a tty
Nobuyoshi Nakada
2019-07-01
1
-5
/
+2
*
bootstraptest/runner.rb (show_limit): show dots only when printing to a tty
Nobuyoshi Nakada
2019-07-01
1
-4
/
+3
*
* remove trailing spaces, expand tabs.
git
2019-06-19
2
-3
/
+3
*
Show thread and fiber limits as part of bootstrap tests.
Samuel Williams
2019-06-19
2
-6
/
+41
*
Improve benchmarks and tests for threads.
Samuel Williams
2019-06-19
1
-0
/
+3
[next]