summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2023-11-03Skip a test that is flaky with RJITTakashi Kokubun
2023-08-15Add description to the empty test file [ci skip]Nobuyoshi Nakada
2023-08-15* append newline at EOF. [ci skip]git
2023-08-15An empty test file for satisfy chkbuild [ci skip]Nobuyoshi Nakada
2023-04-29Revert "[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-29Nobuyoshi Nakada
2023-03-27Revert an accidentally sync.Hiroshi SHIBATA
2023-03-27[ruby/open3] Removed to load jit_support.rbHiroshi SHIBATA
2023-03-11Move yjit_force_enabled? to JITSupportTakashi Kokubun
2023-03-11Remove unused methods from JITSupportTakashi Kokubun
2023-03-10RJIT: Break up and enable test_version (#7495)Takashi Kokubun
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-06Stop building mjit_build_dir.soTakashi Kokubun
2023-02-22Removed accidentally commits with ruby/readline-extHiroshi SHIBATA
2023-02-22[ruby/readline-ext] test_readline.rb only needs EnvUtilHiroshi SHIBATA
2023-02-22[ruby/readline-ext] Import EnvUtils and related test librariesHiroshi SHIBATA
2022-12-10MJIT: Compile methods in batches (#6900)Takashi Kokubun
2022-11-25YJIT: Run test-all tests without requiring RUN_OPTSAlan Wu
2022-11-14Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun
2022-09-05Stop testing MJIT on s390xTakashi Kokubun
2022-08-29A64 Linux reports aarach64 in RUBY_PLATFORMAlan Wu
2022-08-29Fix test_rubyoptions.rb for arm64 (https://github.com/Shopify/ruby/pull/396)Takashi Kokubun
2022-07-10Fix #5872 for MJIT GitHub ActionsTakashi Kokubun
2021-12-27Fix test_rubyoptions for MinGW (#5363)Takashi Kokubun
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-13Rename --jit to --mjit (#5248)Takashi Kokubun
2021-10-20Disable YJIT in MJIT testsAaron Patterson
2021-05-17Revert an accidentally commits at df86a13cc150f573b1078779667a1573747d3dbdHiroshi SHIBATA
2021-05-17[ruby/psych] Removed needless platform detectionHiroshi SHIBATA
2021-05-17[ruby/psych] Import test assertions from ruby/rubyHiroshi SHIBATA
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
2020-05-12test/lib/jit_support.rb: Let JIT tests skip on centos8Yusuke Endoh
2020-05-03Split compile and link for MinGW supportTakashi Kokubun
2020-05-03Debug Solaris's MJIT failureTakashi Kokubun
2020-05-03Skip pdb corruption on Visual Studio 2015 as wellTakashi Kokubun
2020-05-01Skip Solaris RubyCI TestJIT for nowTakashi Kokubun
2020-05-01Skip MinGW TestJIT* and macOS TestJITDebug failuresTakashi Kokubun
2020-04-20Skip JIT tests on riscv64 due to SEGV of cc1Yusuke Endoh
2020-04-18The pdb header error is printed at stdoutTakashi Kokubun
2020-04-17Compilation error does not impact exit statusTakashi Kokubun
2020-04-13Fix logic to detect vs120Takashi Kokubun
2020-04-13Add missing call in 70b7304f03Takashi Kokubun
2020-04-13Ignore AppVeyor vs120's pdb corruptionTakashi Kokubun
2020-03-30Optimize exivar access on JIT-ed getivarTakashi Kokubun
2020-03-06Propagate JIT skip to all testsTakashi Kokubun
2020-03-04test/lib/jit_support.rb: The path to icc was changedYusuke Endoh
2019-12-05test/lib/jit_support.rb: Update the regexp for iccYusuke Endoh
2019-12-04Prefer using MJIT_CC for JIT support checkTakashi Kokubun