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
*
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
*
Numbered parameters [Feature #4475]
nobu
2019-03-17
1
-1
/
+1
*
on-smash canary detection
shyouhei
2019-02-01
1
-1
/
+1
*
parse.y: more token names
nobu
2019-01-21
1
-3
/
+3
*
Indented here document (<<~) is Ruby 2.3 feature
naruse
2019-01-19
1
-26
/
+26
*
support older BASERUBY for btest.
ko1
2019-01-18
1
-2
/
+4
*
support btest on older ruby.
ko1
2019-01-17
1
-1
/
+3
*
st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds write
mame
2019-01-15
1
-0
/
+18
*
delete emacs mode lines [ci skip]
shyouhei
2018-12-27
1
-1
/
+1
*
bootstraptest/runner.rb: increase timeout for --jit-wait
k0kubun
2018-12-12
1
-0
/
+1
*
Simply treat IO::WaitReadable just like Errno::EAGAIN
usa
2018-11-20
1
-7
/
+1
*
revert r65820 and retry assert_finish
k0kubun
2018-11-20
3
-8
/
+12
*
test_thread.rb: skip test_thread.rb broken for Windows
k0kubun
2018-11-20
2
-6
/
+8
*
bootstraptest/test_insns.rb: test newhashfromarray
kazu
2018-10-27
1
-0
/
+1
*
fallback env encoding to ASCII-8BIT
nobu
2018-09-26
1
-0
/
+12
*
bootstraptest update test_io.rb [Bug #15060] [Fix GH-1495]
nobu
2018-09-04
1
-3
/
+3
*
bootstraptest/runner.rb: speed up assert_finish with IO.select (take #2)
normal
2018-07-30
1
-2
/
+15
*
Fix a bug of peephole optimization
mame
2018-07-06
1
-0
/
+10
*
improve C0 coverage of insns.def
shyouhei
2018-06-29
1
-4
/
+34
*
rethrow the caught exception as-is
nobu
2018-06-29
1
-1
/
+1
*
tests: increase timeouts and speedup some slow tests
normal
2018-06-27
1
-3
/
+3
*
Revert "bootstraptest/runner: speed up assert_finish by avoiding sleep"
mame
2018-06-27
1
-8
/
+3
*
bootstraptest/runner: speed up assert_finish by avoiding sleep
normal
2018-06-26
1
-3
/
+8
[next]