aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* Skip a test that is flaky with RJITTakashi Kokubun2023-11-031-0/+8
* Add description to the empty test file [ci skip]Nobuyoshi Nakada2023-08-151-0/+4
* * append newline at EOF. [ci skip]git2023-08-151-0/+1
* An empty test file for satisfy chkbuild [ci skip]Nobuyoshi Nakada2023-08-151-0/+0
* Revert "[ruby/rdoc] Update test libraries from ruby/ruby 2023-04-29"Hiroshi SHIBATA2023-04-294-1224/+0
* [ruby/rdoc] Update test libraries from ruby/ruby 2023-04-29Nobuyoshi Nakada2023-04-284-0/+1224
* 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
* Removed accidentally commits with ruby/readline-extHiroshi SHIBATA2023-02-222-402/+0
* [ruby/readline-ext] test_readline.rb only needs EnvUtilHiroshi SHIBATA2023-02-221-761/+0
* [ruby/readline-ext] Import EnvUtils and related test librariesHiroshi SHIBATA2023-02-223-0/+1163
* 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
* Revert an accidentally commits at df86a13cc150f573b1078779667a1573747d3dbdHiroshi SHIBATA2021-05-174-1157/+0
* [ruby/psych] Removed needless platform detectionHiroshi SHIBATA2021-05-171-10/+0
* [ruby/psych] Import test assertions from ruby/rubyHiroshi SHIBATA2021-05-174-0/+1167
* 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