summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
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
2019-12-01Check MJIT support in one placeTakashi Kokubun
2019-10-15Enforce --jit-debug test by another wayTakashi Kokubun
2019-09-26RubyVM::MJIT.pause(wait: true) should waitTakashi Kokubun
2019-09-01Automatically detect missing symbolsTakashi Kokubun
2019-07-09Restore support library for only test files that are digest and csv.Hiroshi SHIBATA
2019-07-09Restore support library for only test files.Hiroshi SHIBATA
2019-07-02Move to tool/lib from test/lib.Hiroshi SHIBATA
2019-07-01Return the result of the block given to assert_warning/assert_no_warningNobuyoshi Nakada
2019-06-30Add parentheses to suppress warningsNobuyoshi Nakada
2019-06-22Use EXEEXTNobuyoshi Nakada
2019-06-22Show timed out threadsNobuyoshi Nakada
2019-06-22Fix over-expansionNobuyoshi Nakada
2019-06-14Use Exception#full_message for tracebackNobuyoshi Nakada
2019-06-13test/lib/test/unit/assertions.rb (assert_cpu_usage_low): tweak the waitYusuke Endoh
2019-06-11assert_cpu_usage_low with timeout scaleNobuyoshi Nakada
2019-06-11MIN_HZ and MIN_MEASURABLE constantsNobuyoshi Nakada
2019-06-11Generalize timeout_scaleNobuyoshi Nakada
2019-06-11test/lib/test/unit/assertions.rb (assert_cpu_usage_low): Relax the limitYusuke Endoh
2019-06-07Report a sudden death of workersNobuyoshi Nakada
2019-06-04test/lib/test/unit.rb: use colorize.rbNobuyoshi Nakada
2019-05-26test/lib/envutil.rb (EnvUtil.timeout): added.Yusuke Endoh
2019-04-29Make only `mesg` can be assigned with default `fname`Nobuyoshi Nakada
2019-04-18io.c: warn non-nil $,nobu
2019-01-30Show the code in syntax assertionsnobu
2019-01-11Ensure to terminate the childnobu
2019-01-10test_jit.rb: change format of test error outputk0kubun
2018-12-28jit_support.rb: deal with -std=c99 flagk0kubun
2018-12-27test/mkmf/test_flags.rb: try to suppress random CI failurek0kubun