aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyoptions.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix r63799 ("test/ruby/test_rubyoptions.rb: improve diagnostics for failures")normal2018-06-301-2/+4
* test/ruby/test_rubyoptions.rb: improve diagnostics for failuresnormal2018-06-301-4/+11
* fix the conditionnobu2018-05-311-2/+2
* test_rubyoptions.rb: relax timeoutnobu2018-05-311-4/+4
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-291-5/+1
* test_rubyoptions.rb: RbConfig::CONFIG['cppflags'] can be nilk0kubun2018-05-241-1/+1
* test_rubyoptions.rb: allow passing test_verbosek0kubun2018-05-241-1/+5
* Use `&.` instead of modifier ifkazu2018-05-091-1/+1
* test_rubyoptions.rb: let all tests work with --jitk0kubun2018-04-281-4/+9
* test_bug_reporter.rb: make it work with --jitk0kubun2018-04-281-1/+1