aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 that are digest and csv.Hiroshi SHIBATA2019-07-091-0/+22
* Restore support library for only test files.Hiroshi SHIBATA2019-07-091-0/+68
* Move to tool/lib from test/lib.Hiroshi SHIBATA2019-07-0220-6036/+0
* Return the result of the block given to assert_warning/assert_no_warningNobuyoshi Nakada2019-07-011-2/+6
* Add parentheses to suppress warningsNobuyoshi Nakada2019-06-301-3/+3
* Use EXEEXTNobuyoshi Nakada2019-06-221-12/+8
* Show timed out threadsNobuyoshi Nakada2019-06-221-1/+7
* Fix over-expansionNobuyoshi Nakada2019-06-221-1/+1
* Use Exception#full_message for tracebackNobuyoshi Nakada2019-06-141-7/+1
* test/lib/test/unit/assertions.rb (assert_cpu_usage_low): tweak the waitYusuke Endoh2019-06-131-1/+1
* assert_cpu_usage_low with timeout scaleNobuyoshi Nakada2019-06-111-4/+16
* MIN_HZ and MIN_MEASURABLE constantsNobuyoshi Nakada2019-06-111-4/+6
* Generalize timeout_scaleNobuyoshi Nakada2019-06-112-10/+11
* test/lib/test/unit/assertions.rb (assert_cpu_usage_low): Relax the limitYusuke Endoh2019-06-111-1/+1
* Report a sudden death of workersNobuyoshi Nakada2019-06-071-0/+2
* test/lib/test/unit.rb: use colorize.rbNobuyoshi Nakada2019-06-041-26/+9
* test/lib/envutil.rb (EnvUtil.timeout): added.Yusuke Endoh2019-05-261-0/+7
* Make only `mesg` can be assigned with default `fname`Nobuyoshi Nakada2019-04-291-1/+3
* io.c: warn non-nil $,nobu2019-04-181-0/+4
* Show the code in syntax assertionsnobu2019-01-301-1/+7
* Ensure to terminate the childnobu2019-01-111-30/+36
* 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
* test/mkmf/test_flags.rb: try to suppress random CI failurek0kubun2018-12-271-1/+1
* jit_support.rb: skip testing MJIT on oracle developer studiok0kubun2018-12-271-2/+5
* test/lib/test/unit.rb: do not propagate MAKEFLAGS to childrennormal2018-12-151-1/+2
* mjit_build_dir: separate MJIT_BUILD_DIRnobu2018-11-071-0/+4