summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Emit a performance warning when a class reached max variationsJean Boussier2023-04-131-5/+10
* Avoid failing test_enable on warningsTakashi Kokubun2023-04-031-1/+6
* Add thread and ractor counts to bug reportsAlan Wu2023-03-161-0/+3
* Move yjit_force_enabled? to JITSupportTakashi Kokubun2023-03-111-9/+3
* Remove unused methods from JITSupportTakashi Kokubun2023-03-111-1/+1
* RJIT: Break up and enable test_version (#7495)Takashi Kokubun2023-03-101-29/+25
* s/mjit/rjit/Takashi Kokubun2023-03-061-13/+13
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-5/+5
* Omit test_version for Cirrus for nowTakashi Kokubun2023-03-051-0/+1
* Remove an obsoleted testTakashi Kokubun2023-03-051-7/+0
* 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