summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
AgeCommit message (Expand)Author
2023-09-27Fix error token locationNobuyoshi Nakada
2023-09-27Syntax check of block exits in the parserNobuyoshi Nakada
2023-09-26Run crash report test processes without `RUBY_ON_BUG`Nobuyoshi Nakada
2023-09-26Run crash report test processes without `RUBY_ON_BUG`Nobuyoshi Nakada
2023-09-25[Feature #19790] Rename BUGREPORT_PATH as CRASH_REPORTNobuyoshi Nakada
2023-09-25Invoke the command when RUBY_BUGREPORT_PATH starts with `|`Nobuyoshi Nakada
2023-09-25Redirect to RUBY_BUGREPORT_PATH fileNobuyoshi Nakada
2023-09-18[Bug #19887] RUBYOPT should work without leading `-`Nobuyoshi Nakada
2023-09-18Simplify restoring ENVNobuyoshi Nakada
2023-08-28Remove --disable-gems in assert_in_out_errPeter Zhu
2023-08-13Fix the precedence of `--backtrace-limit` optionNobuyoshi Nakada
2023-08-11Fix range of `--backtrace-limit`Nobuyoshi Nakada
2023-08-02Allow to override environment variables for debugNobuyoshi Nakada
2023-07-16Allow -1 as the value of `--backtrace-limit` optionTom Stuart
2023-07-16Test that command line `--backtrace-limit` overrides RUBYOPTNobuyoshi Nakada
2023-04-13Emit a performance warning when a class reached max variationsJean Boussier
2023-04-03Avoid failing test_enable on warningsTakashi Kokubun
2023-03-16Add thread and ractor counts to bug reportsAlan Wu
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-05Omit test_version for Cirrus for nowTakashi Kokubun
2023-03-05Remove an obsoleted testTakashi Kokubun
2022-11-16YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)Takashi Kokubun
2022-10-09Allow abbreviated dump options with additional optionsNobuyoshi Nakada
2022-08-20Drop mswin support of MJIT (#6265)Takashi Kokubun
2022-07-20Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs
2022-07-10Use NO_JIT_DESCRIPTION only when neededTakashi Kokubun
2022-07-10Fix #5872 for MJIT GitHub ActionsTakashi Kokubun
2022-06-20Include JIT information in crash reportsChris Seaton
2022-05-20Rename test_jit to test_mjitTakashi Kokubun
2022-02-22test/ruby/test_rubyoptions.rb: Make it pass on WindowsYusuke Endoh
2022-02-22Do not escape error messageYusuke Endoh
2022-01-29Ignore warnings at reading debug info for nowNobuyoshi Nakada
2022-01-11Reject command line option ending with `-`Nobuyoshi Nakada
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2021-12-27Fix test_rubyoptions for MinGW (#5363)Takashi Kokubun
2021-12-27Now YJIT can be enabled on mswin64U.Nakamura
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-13Rename --jit to --mjit (#5248)Takashi Kokubun
2021-10-28Rename ::YJIT to RubyVM::YJITAlan Wu
2021-10-20Fix test_version again for RUBY_YJIT_ENABLE=1Takashi Kokubun
2021-10-20Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun
2021-10-20Show +YJIT in version string and RUBY_DESCRIPTIONAlan Wu
2021-10-20Revert "disable yjit when testing mjit"Aaron Patterson
2021-10-20disable yjit when testing mjitAaron Patterson
2021-03-19Fix infinite loop at illegal sequence [Bug #17729]Nobuyoshi Nakada
2021-02-15Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada