index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lib
Age
Commit message (
Expand
)
Author
2025-04-18
Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...
Takashi Kokubun
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2024-07-18
[PRISM] Refactor parser support into its own module
Kevin Newton
2023-11-03
Skip a test that is flaky with RJIT
Takashi Kokubun
2023-08-15
Add description to the empty test file [ci skip]
Nobuyoshi Nakada
2023-08-15
* append newline at EOF. [ci skip]
git
2023-08-15
An empty test file for satisfy chkbuild [ci skip]
Nobuyoshi Nakada
2023-04-29
Revert "[ruby/rdoc] Update test libraries from ruby/ruby 2023-04-29"
Hiroshi SHIBATA
2023-04-28
[ruby/rdoc] Update test libraries from ruby/ruby 2023-04-29
Nobuyoshi Nakada
2023-03-27
Revert an accidentally sync.
Hiroshi SHIBATA
2023-03-27
[ruby/open3] Removed to load jit_support.rb
Hiroshi SHIBATA
2023-03-11
Move yjit_force_enabled? to JITSupport
Takashi Kokubun
2023-03-11
Remove unused methods from JITSupport
Takashi Kokubun
2023-03-10
RJIT: Break up and enable test_version (#7495)
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
Stop building mjit_build_dir.so
Takashi Kokubun
2023-02-22
Removed accidentally commits with ruby/readline-ext
Hiroshi SHIBATA
2023-02-22
[ruby/readline-ext] test_readline.rb only needs EnvUtil
Hiroshi SHIBATA
2023-02-22
[ruby/readline-ext] Import EnvUtils and related test libraries
Hiroshi SHIBATA
2022-12-10
MJIT: Compile methods in batches (#6900)
Takashi Kokubun
2022-11-25
YJIT: Run test-all tests without requiring RUN_OPTS
Alan Wu
2022-11-14
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-09-05
Stop testing MJIT on s390x
Takashi Kokubun
2022-08-29
A64 Linux reports aarach64 in RUBY_PLATFORM
Alan Wu
2022-08-29
Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396)
Takashi Kokubun
2022-07-10
Fix #5872 for MJIT GitHub Actions
Takashi Kokubun
2021-12-27
Fix test_rubyoptions for MinGW (#5363)
Takashi Kokubun
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-10-20
Disable YJIT in MJIT tests
Aaron Patterson
2021-05-17
Revert an accidentally commits at df86a13cc150f573b1078779667a1573747d3dbd
Hiroshi SHIBATA
2021-05-17
[ruby/psych] Removed needless platform detection
Hiroshi SHIBATA
2021-05-17
[ruby/psych] Import test assertions from ruby/ruby
Hiroshi SHIBATA
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-05-12
test/lib/jit_support.rb: Let JIT tests skip on centos8
Yusuke Endoh
2020-05-03
Split compile and link for MinGW support
Takashi Kokubun
2020-05-03
Debug Solaris's MJIT failure
Takashi Kokubun
2020-05-03
Skip pdb corruption on Visual Studio 2015 as well
Takashi Kokubun
2020-05-01
Skip Solaris RubyCI TestJIT for now
Takashi Kokubun
2020-05-01
Skip MinGW TestJIT* and macOS TestJITDebug failures
Takashi Kokubun
2020-04-20
Skip JIT tests on riscv64 due to SEGV of cc1
Yusuke Endoh
2020-04-18
The pdb header error is printed at stdout
Takashi Kokubun
2020-04-17
Compilation error does not impact exit status
Takashi Kokubun
2020-04-13
Fix logic to detect vs120
Takashi Kokubun
2020-04-13
Add missing call in 70b7304f03
Takashi Kokubun
2020-04-13
Ignore AppVeyor vs120's pdb corruption
Takashi Kokubun
2020-03-30
Optimize exivar access on JIT-ed getivar
Takashi Kokubun
2020-03-06
Propagate JIT skip to all tests
Takashi Kokubun
[next]