index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_rubyoptions.rb
Age
Commit message (
Expand
)
Author
10 days
Add thread and ractor counts to bug reports
Alan Wu
2023-03-11
Move yjit_force_enabled? to JITSupport
Takashi Kokubun
2023-03-11
Remove unused methods from JITSupport
Takashi Kokubun
2023-03-10
RJIT: Break up and enable test_version (#7495)
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-05
Omit test_version for Cirrus for now
Takashi Kokubun
2023-03-05
Remove an obsoleted test
Takashi Kokubun
2022-11-16
YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)
Takashi Kokubun
2022-10-09
Allow abbreviated dump options with additional options
Nobuyoshi Nakada
2022-08-20
Drop mswin support of MJIT (#6265)
Takashi Kokubun
2022-07-20
Match +YJIT in Ruby desc when testing segv (#6141)
Noah Gibbs
2022-07-10
Use NO_JIT_DESCRIPTION only when needed
Takashi Kokubun
2022-07-10
Fix #5872 for MJIT GitHub Actions
Takashi Kokubun
2022-06-20
Include JIT information in crash reports
Chris Seaton
2022-05-20
Rename test_jit to test_mjit
Takashi Kokubun
2022-02-22
test/ruby/test_rubyoptions.rb: Make it pass on Windows
Yusuke Endoh
2022-02-22
Do not escape error message
Yusuke Endoh
2022-01-29
Ignore warnings at reading debug info for now
Nobuyoshi Nakada
2022-01-11
Reject command line option ending with `-`
Nobuyoshi Nakada
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-27
Fix test_rubyoptions for MinGW (#5363)
Takashi Kokubun
2021-12-27
Now YJIT can be enabled on mswin64
U.Nakamura
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-10-28
Rename ::YJIT to RubyVM::YJIT
Alan Wu
2021-10-20
Fix test_version again for RUBY_YJIT_ENABLE=1
Takashi Kokubun
2021-10-20
Fix tests with cppflags=-DYJIT_FORCE_ENABLE
Takashi Kokubun
2021-10-20
Show +YJIT in version string and RUBY_DESCRIPTION
Alan Wu
2021-10-20
Revert "disable yjit when testing mjit"
Aaron Patterson
2021-10-20
disable yjit when testing mjit
Aaron Patterson
2021-03-19
Fix infinite loop at illegal sequence [Bug #17729]
Nobuyoshi Nakada
2021-02-15
Added Thread::Backtrace.limit [Feature #17479]
Nobuyoshi Nakada
2021-02-15
Added tests for --backtrace-limit option
Nobuyoshi Nakada
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
Make warning values consistent [Bug #17523]
Nobuyoshi Nakada
2020-12-18
Drop token info also for endless singleton method definition
Nobuyoshi Nakada
2020-12-10
Make ruby -We the same as ruby -W -e
Jeremy Evans
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-09-25
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
2020-09-15
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
2020-06-25
Drop token info for endless method definition
Nobuyoshi Nakada
2020-02-04
Fix inaccuracy in encoding tests
Lars Kanis
2020-01-29
skip SEGV (BUG) tests if ENV['RUBY_ON_BUG'] is given.
Koichi Sasada
2019-12-20
Added `-W:experimental` command line option
Nobuyoshi Nakada
2019-12-20
Added -W: command line option
Nobuyoshi Nakada
2019-12-05
add additional CF info for CI env
Koichi Sasada
2019-12-01
Skip --jit-debug= test on mswin
Takashi Kokubun
2019-12-01
Use build dir for testing --jit-debug
Takashi Kokubun
2019-12-01
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
[next]