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
/
test
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
MJIT: Compile methods in batches (#6900)
Takashi Kokubun
2022-12-10
1
-1
/
+1
*
YJIT: Run test-all tests without requiring RUN_OPTS
Alan Wu
2022-11-25
1
-2
/
+3
*
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-14
1
-2
/
+2
*
Stop testing MJIT on s390x
Takashi Kokubun
2022-09-05
1
-15
/
+9
*
A64 Linux reports aarach64 in RUBY_PLATFORM
Alan Wu
2022-08-29
1
-1
/
+1
*
Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396)
Takashi Kokubun
2022-08-29
1
-1
/
+1
*
Fix #5872 for MJIT GitHub Actions
Takashi Kokubun
2022-07-10
1
-0
/
+4
*
Fix test_rubyoptions for MinGW (#5363)
Takashi Kokubun
2021-12-27
1
-0
/
+5
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
1
-1
/
+1
*
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-12-13
1
-6
/
+6
*
Disable YJIT in MJIT tests
Aaron Patterson
2021-10-20
1
-0
/
+1
*
Revert an accidentally commits at df86a13cc150f573b1078779667a1573747d3dbd
Hiroshi SHIBATA
2021-05-17
4
-1157
/
+0
*
[ruby/psych] Removed needless platform detection
Hiroshi SHIBATA
2021-05-17
1
-10
/
+0
*
[ruby/psych] Import test assertions from ruby/ruby
Hiroshi SHIBATA
2021-05-17
4
-0
/
+1167
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
1
-1
/
+1
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
1
-1
/
+1
*
test/lib/jit_support.rb: Let JIT tests skip on centos8
Yusuke Endoh
2020-05-12
1
-0
/
+2
*
Split compile and link for MinGW support
Takashi Kokubun
2020-05-03
1
-1
/
+1
*
Debug Solaris's MJIT failure
Takashi Kokubun
2020-05-03
1
-1
/
+1
*
Skip pdb corruption on Visual Studio 2015 as well
Takashi Kokubun
2020-05-03
1
-5
/
+5
*
Skip Solaris RubyCI TestJIT for now
Takashi Kokubun
2020-05-01
1
-1
/
+1
*
Skip MinGW TestJIT* and macOS TestJITDebug failures
Takashi Kokubun
2020-05-01
1
-1
/
+1
*
Skip JIT tests on riscv64 due to SEGV of cc1
Yusuke Endoh
2020-04-20
1
-0
/
+2
*
The pdb header error is printed at stdout
Takashi Kokubun
2020-04-18
1
-2
/
+2
*
Compilation error does not impact exit status
Takashi Kokubun
2020-04-17
1
-2
/
+2
*
Fix logic to detect vs120
Takashi Kokubun
2020-04-13
1
-2
/
+2
*
Add missing call in 70b7304f03
Takashi Kokubun
2020-04-13
1
-1
/
+1
*
Ignore AppVeyor vs120's pdb corruption
Takashi Kokubun
2020-04-13
1
-0
/
+12
*
Optimize exivar access on JIT-ed getivar
Takashi Kokubun
2020-03-30
1
-0
/
+1
*
Propagate JIT skip to all tests
Takashi Kokubun
2020-03-06
1
-1
/
+7
*
test/lib/jit_support.rb: The path to icc was changed
Yusuke Endoh
2020-03-04
1
-1
/
+1
*
test/lib/jit_support.rb: Update the regexp for icc
Yusuke Endoh
2019-12-05
1
-1
/
+1
*
Prefer using MJIT_CC for JIT support check
Takashi Kokubun
2019-12-04
1
-1
/
+1
*
Check MJIT support in one place
Takashi Kokubun
2019-12-01
1
-1
/
+1
*
Enforce --jit-debug test by another way
Takashi Kokubun
2019-10-15
1
-1
/
+1
*
RubyVM::MJIT.pause(wait: true) should wait
Takashi Kokubun
2019-09-26
1
-0
/
+1
*
Automatically detect missing symbols
Takashi Kokubun
2019-09-01
1
-0
/
+1
*
Restore support library for only test files that are digest and csv.
Hiroshi SHIBATA
2019-07-09
1
-0
/
+22
*
Restore support library for only test files.
Hiroshi SHIBATA
2019-07-09
1
-0
/
+68
*
Move to tool/lib from test/lib.
Hiroshi SHIBATA
2019-07-02
20
-6036
/
+0
*
Return the result of the block given to assert_warning/assert_no_warning
Nobuyoshi Nakada
2019-07-01
1
-2
/
+6
*
Add parentheses to suppress warnings
Nobuyoshi Nakada
2019-06-30
1
-3
/
+3
*
Use EXEEXT
Nobuyoshi Nakada
2019-06-22
1
-12
/
+8
*
Show timed out threads
Nobuyoshi Nakada
2019-06-22
1
-1
/
+7
*
Fix over-expansion
Nobuyoshi Nakada
2019-06-22
1
-1
/
+1
*
Use Exception#full_message for traceback
Nobuyoshi Nakada
2019-06-14
1
-7
/
+1
*
test/lib/test/unit/assertions.rb (assert_cpu_usage_low): tweak the wait
Yusuke Endoh
2019-06-13
1
-1
/
+1
*
assert_cpu_usage_low with timeout scale
Nobuyoshi Nakada
2019-06-11
1
-4
/
+16
*
MIN_HZ and MIN_MEASURABLE constants
Nobuyoshi Nakada
2019-06-11
1
-4
/
+6
*
Generalize timeout_scale
Nobuyoshi Nakada
2019-06-11
2
-10
/
+11
[next]