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
ruby_3_3
ruby_3_4
ruby_4_0
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
2023-09-27
Fix error token location
Nobuyoshi Nakada
2023-09-27
Syntax check of block exits in the parser
Nobuyoshi Nakada
2023-09-26
Run crash report test processes without `RUBY_ON_BUG`
Nobuyoshi Nakada
2023-09-26
Run crash report test processes without `RUBY_ON_BUG`
Nobuyoshi Nakada
2023-09-25
[Feature #19790] Rename BUGREPORT_PATH as CRASH_REPORT
Nobuyoshi Nakada
2023-09-25
Invoke the command when RUBY_BUGREPORT_PATH starts with `|`
Nobuyoshi Nakada
2023-09-25
Redirect to RUBY_BUGREPORT_PATH file
Nobuyoshi Nakada
2023-09-18
[Bug #19887] RUBYOPT should work without leading `-`
Nobuyoshi Nakada
2023-09-18
Simplify restoring ENV
Nobuyoshi Nakada
2023-08-28
Remove --disable-gems in assert_in_out_err
Peter Zhu
2023-08-13
Fix the precedence of `--backtrace-limit` option
Nobuyoshi Nakada
2023-08-11
Fix range of `--backtrace-limit`
Nobuyoshi Nakada
2023-08-02
Allow to override environment variables for debug
Nobuyoshi Nakada
2023-07-16
Allow -1 as the value of `--backtrace-limit` option
Tom Stuart
2023-07-16
Test that command line `--backtrace-limit` overrides RUBYOPT
Nobuyoshi Nakada
2023-04-13
Emit a performance warning when a class reached max variations
Jean Boussier
2023-04-03
Avoid failing test_enable on warnings
Takashi Kokubun
2023-03-16
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
[prev]
[next]