aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/jit_support.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip a test that is flaky with RJITTakashi Kokubun2023-11-031-0/+8
* Revert an accidentally sync.Hiroshi SHIBATA2023-03-271-0/+25
* [ruby/open3] Removed to load jit_support.rbHiroshi SHIBATA2023-03-271-25/+0
* Move yjit_force_enabled? to JITSupportTakashi Kokubun2023-03-111-6/+10
* Remove unused methods from JITSupportTakashi Kokubun2023-03-111-78/+0
* RJIT: Break up and enable test_version (#7495)Takashi Kokubun2023-03-101-0/+6
* s/mjit/rjit/Takashi Kokubun2023-03-061-8/+8
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-6/+6
* Stop building mjit_build_dir.soTakashi Kokubun2023-03-061-5/+0
* MJIT: Compile methods in batches (#6900)Takashi Kokubun2022-12-101-1/+1
* YJIT: Run test-all tests without requiring RUN_OPTSAlan Wu2022-11-251-2/+3
* Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun2022-11-141-2/+2
* Stop testing MJIT on s390xTakashi Kokubun2022-09-051-15/+9
* A64 Linux reports aarach64 in RUBY_PLATFORMAlan Wu2022-08-291-1/+1
* Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396)Takashi Kokubun2022-08-291-1/+1
* Fix #5872 for MJIT GitHub ActionsTakashi Kokubun2022-07-101-0/+4
* Fix test_rubyoptions for MinGW (#5363)Takashi Kokubun2021-12-271-0/+5
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-6/+6
* Disable YJIT in MJIT testsAaron Patterson2021-10-201-0/+1
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-1/+1
* test/lib/jit_support.rb: Let JIT tests skip on centos8Yusuke Endoh2020-05-121-0/+2
* Split compile and link for MinGW supportTakashi Kokubun2020-05-031-1/+1
* Debug Solaris's MJIT failureTakashi Kokubun2020-05-031-1/+1
* Skip pdb corruption on Visual Studio 2015 as wellTakashi Kokubun2020-05-031-5/+5
* Skip Solaris RubyCI TestJIT for nowTakashi Kokubun2020-05-011-1/+1
* Skip MinGW TestJIT* and macOS TestJITDebug failuresTakashi Kokubun2020-05-011-1/+1
* Skip JIT tests on riscv64 due to SEGV of cc1Yusuke Endoh2020-04-201-0/+2
* The pdb header error is printed at stdoutTakashi Kokubun2020-04-181-2/+2
* Compilation error does not impact exit statusTakashi Kokubun2020-04-171-2/+2
* Fix logic to detect vs120Takashi Kokubun2020-04-131-2/+2
* Add missing call in 70b7304f03Takashi Kokubun2020-04-131-1/+1
* Ignore AppVeyor vs120's pdb corruptionTakashi Kokubun2020-04-131-0/+12
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-301-0/+1
* Propagate JIT skip to all testsTakashi Kokubun2020-03-061-1/+7
* test/lib/jit_support.rb: The path to icc was changedYusuke Endoh2020-03-041-1/+1
* test/lib/jit_support.rb: Update the regexp for iccYusuke Endoh2019-12-051-1/+1
* Prefer using MJIT_CC for JIT support checkTakashi Kokubun2019-12-041-1/+1
* Check MJIT support in one placeTakashi Kokubun2019-12-011-1/+1
* Enforce --jit-debug test by another wayTakashi Kokubun2019-10-151-1/+1
* RubyVM::MJIT.pause(wait: true) should waitTakashi Kokubun2019-09-261-0/+1
* Automatically detect missing symbolsTakashi Kokubun2019-09-011-0/+1
* Restore support library for only test files.Hiroshi SHIBATA2019-07-091-0/+68
* Move to tool/lib from test/lib.Hiroshi SHIBATA2019-07-021-68/+0
* test_jit.rb: change format of test error outputk0kubun2019-01-101-1/+1
* jit_support.rb: deal with -std=c99 flagk0kubun2018-12-281-1/+1
* jit_support.rb: skip testing MJIT on oracle developer studiok0kubun2018-12-271-2/+5
* mjit_build_dir: separate MJIT_BUILD_DIRnobu2018-11-071-0/+4
* Revert "mjit_build_dir: separate MJIT_BUILD_DIR"nobu2018-11-061-6/+0