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
/
jit_support.rb
Age
Commit message (
Expand
)
Author
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
2020-03-04
test/lib/jit_support.rb: The path to icc was changed
Yusuke Endoh
2019-12-05
test/lib/jit_support.rb: Update the regexp for icc
Yusuke Endoh
2019-12-04
Prefer using MJIT_CC for JIT support check
Takashi Kokubun
2019-12-01
Check MJIT support in one place
Takashi Kokubun
2019-10-15
Enforce --jit-debug test by another way
Takashi Kokubun
2019-09-26
RubyVM::MJIT.pause(wait: true) should wait
Takashi Kokubun
2019-09-01
Automatically detect missing symbols
Takashi Kokubun
2019-07-09
Restore support library for only test files.
Hiroshi SHIBATA
2019-07-02
Move to tool/lib from test/lib.
Hiroshi SHIBATA
2019-01-10
test_jit.rb: change format of test error output
k0kubun
2018-12-28
jit_support.rb: deal with -std=c99 flag
k0kubun
2018-12-27
jit_support.rb: skip testing MJIT on oracle developer studio
k0kubun
2018-11-07
mjit_build_dir: separate MJIT_BUILD_DIR
nobu
2018-11-06
Revert "mjit_build_dir: separate MJIT_BUILD_DIR"
nobu
2018-11-06
mjit_build_dir: separate MJIT_BUILD_DIR
nobu
2018-10-22
revisit more MJIT test skips
k0kubun
2018-10-20
require 'rbconifg' earlier.
ko1
2018-10-19
test/lib/jit_support.rb: continue to skip test_jit
k0kubun
2018-10-19
test/lib/jit_support.rb: fire test_jit everywhere
k0kubun
2018-08-09
mjit.c: add :wait option to RubyVM::MJIT.pause
k0kubun
2018-07-31
mjit.c: allow using MJIT header in build directory
k0kubun
2018-07-27
test_jit.rb: test unload_units
k0kubun
2018-06-05
test/lib/jit_support.rb: spelling: s/skiped/skipped/
normal
2018-05-27
jit_support.rb: debug check_support stderr
k0kubun
2018-05-27
jit_support.rb: cahce JIT support check
k0kubun
2018-04-28
test_open3.rb: let test_popen2 work with --jit
k0kubun
2018-04-27
mjit.c: clean so file on Windows
nobu
2018-02-22
test_rubyoptions.rb: don't test --jit if not supported
k0kubun