aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyoptions.rb
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)Takashi Kokubun2022-11-161-1/+1
* Allow abbreviated dump options with additional optionsNobuyoshi Nakada2022-10-091-2/+3
* Drop mswin support of MJIT (#6265)Takashi Kokubun2022-08-201-2/+1
* Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs2022-07-201-0/+4
* Use NO_JIT_DESCRIPTION only when neededTakashi Kokubun2022-07-101-4/+5
* Fix #5872 for MJIT GitHub ActionsTakashi Kokubun2022-07-101-9/+5
* Include JIT information in crash reportsChris Seaton2022-06-201-1/+1
* Rename test_jit to test_mjitTakashi Kokubun2022-05-201-1/+1
* test/ruby/test_rubyoptions.rb: Make it pass on WindowsYusuke Endoh2022-02-221-1/+1
* Do not escape error messageYusuke Endoh2022-02-221-2/+2
* Ignore warnings at reading debug info for nowNobuyoshi Nakada2022-01-291-0/+1
* Reject command line option ending with `-`Nobuyoshi Nakada2022-01-111-0/+2
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-6/+6
* Fix test_rubyoptions for MinGW (#5363)Takashi Kokubun2021-12-271-2/+2
* Now YJIT can be enabled on mswin64U.Nakamura2021-12-271-2/+2
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-4/+4
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-10/+20
* Rename ::YJIT to RubyVM::YJITAlan Wu2021-10-281-3/+5
* Fix test_version again for RUBY_YJIT_ENABLE=1Takashi Kokubun2021-10-201-1/+3
* Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun2021-10-201-5/+8
* Show +YJIT in version string and RUBY_DESCRIPTIONAlan Wu2021-10-201-8/+15
* Revert "disable yjit when testing mjit"Aaron Patterson2021-10-201-3/+3
* disable yjit when testing mjitAaron Patterson2021-10-201-8/+8
* Fix infinite loop at illegal sequence [Bug #17729]Nobuyoshi Nakada2021-03-191-0/+5
* Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada2021-02-151-0/+2
* Added tests for --backtrace-limit optionNobuyoshi Nakada2021-02-151-0/+12
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-4/+4
* Make warning values consistent [Bug #17523]Nobuyoshi Nakada2021-01-131-0/+9
* Drop token info also for endless singleton method definitionNobuyoshi Nakada2020-12-181-0/+1
* Make ruby -We the same as ruby -W -eJeremy Evans2020-12-101-1/+3
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-4/+4
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-0/+7
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-3/+3
* Drop token info for endless method definitionNobuyoshi Nakada2020-06-251-5/+6
* Fix inaccuracy in encoding testsLars Kanis2020-02-041-4/+4
* skip SEGV (BUG) tests if ENV['RUBY_ON_BUG'] is given.Koichi Sasada2020-01-291-0/+2
* Added `-W:experimental` command line optionNobuyoshi Nakada2019-12-201-0/+6
* Added -W: command line optionNobuyoshi Nakada2019-12-201-0/+9
* add additional CF info for CI envKoichi Sasada2019-12-051-1/+1
* Skip --jit-debug= test on mswinTakashi Kokubun2019-12-011-1/+2
* Use build dir for testing --jit-debugTakashi Kokubun2019-12-011-1/+2
* Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun2019-12-011-0/+6
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-7/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-14/+0
* test/ruby/test_rubyoptions.rb (test_encoding): skipped on AndroidYusuke Endoh2019-10-111-1/+1
* Restore support library for only test files.Hiroshi SHIBATA2019-07-091-1/+1
* Check indent of `end` against `else` if presentNobuyoshi Nakada2019-07-081-5/+6
* Enable indentation warning against `if` just after `else`Nobuyoshi Nakada2019-07-071-5/+8
* Adjust jit_support file path.Hiroshi SHIBATA2019-07-021-1/+1
* Include inspect value of object in FrozenError messagesJeremy Evans2019-06-041-1/+1