aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyoptions.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/lib/envutil.rb (EnvUtil.timeout): added.Yusuke Endoh2019-05-261-3/+2
* test/ruby/test_rubyoptions.rb (test_script_from_stdin): scale timeoutYusuke Endoh2019-05-261-1/+2
* Suppress warningsnobu2019-04-181-1/+1
* exp is String, so it's always truthykazu2019-03-311-1/+1
* ruby.c: respect features by command linenobu2019-03-301-1/+3
* Consider END blocknobu2019-02-131-1/+1
* Fix rb_bug message pattern listnobu2019-02-131-8/+2
* Fix rb_bug message pattern listnobu2019-02-131-3/+14
* fix test for r67061naruse2019-02-131-13/+0
* Defer escaping control char in error messagesnobu2019-01-081-1/+1
* parse.y: remove "shadowing outer local variable" warningmame2018-10-261-14/+0
* Revert "parse.y: remove "shadowing outer local variable" warning"mame2018-10-261-0/+14
* parse.y: remove "shadowing outer local variable" warningmame2018-10-261-14/+0
* revisit more MJIT test skipsk0kubun2018-10-221-4/+4
* skip tests if --disable-mjit-support.ko12018-10-201-0/+2
* test/lib/jit_support.rb: continue to skip test_jitk0kubun2018-10-191-15/+19
* test_rubyoptions.rb: don't use obsoleted methodk0kubun2018-10-191-19/+15
* Just a shebang is valid codenobu2018-10-021-0/+3
* Use https instead of httpkazu2018-09-111-1/+1
* ruby.c: taint ARGV on Windowsnobu2018-07-271-0/+7
* test_rubyoptions.rb: allow passing test_verbosek0kubun2018-07-221-1/+11
* test_rubyoptions.rb: skip testing JIT on mswink0kubun2018-07-181-3/+5
* ruby.c: accept --disable-jit optionk0kubun2018-07-181-7/+26
* ruby.c: disable DidYouMean as gemnobu2018-07-161-0/+1
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-4/+13
* Revert r63758 and related commitsnaruse2018-07-041-13/+4