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
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_exception.rb
Age
Commit message (
Expand
)
Author
2024-08-21
[PRISM] Fix up test exception assertion for Prism
Kevin Newton
2024-03-15
Cover all warning categories by using `Warning.categories`
Nobuyoshi Nakada
2024-03-15
Test deprecation warning with `$;`
Nobuyoshi Nakada
2024-03-14
`Exception#set_backtrace` accept arrays of `Backtrace::Location`
Jean Boussier
2024-02-22
Skip under_gc_compact_stress on s390x (#10073)
Takashi Kokubun
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-01-14
Add test for `Errno` constants
Nobuyoshi Nakada
2024-01-02
Fix Exception#detailed_message for GC compaction
Peter Zhu
2023-08-03
Remove --disable-gems for assert_separately
Peter Zhu
2023-07-24
Use the caller location as default filename for eval family of methods
Jean Boussier
2023-04-10
[Bug #19570] Propagate message encoding to decorated message
Nobuyoshi Nakada
2023-02-27
Prefer to use File.readlines instead of IO.readlines
Hiroshi SHIBATA
2022-12-20
[Bug #19242] Prohibit circular causes to be loaded
Nobuyoshi Nakada
2022-12-01
[Feature #19138] Add `SyntaxError#path`
Nobuyoshi Nakada
2022-11-22
[Bug #19016] `SyntaxError` with parser error messages
Nobuyoshi Nakada
2022-11-22
[Bug #19016] re-order error handling at cleanup
Nobuyoshi Nakada
2022-11-20
[Bug #19016] Handle syntax error in main script like other errors
Nobuyoshi Nakada
2022-09-23
Revert "Revert "error.c: Let Exception#inspect inspect its message""
Yusuke Endoh
2022-09-10
Enable deprecation warnings for test-all
Benoit Daloze
2022-06-07
Revert "error.c: Let Exception#inspect inspect its message"
Yusuke Endoh
2022-06-07
error.c: Let Exception#inspect inspect its message
Yusuke Endoh
2022-03-18
A positional Hash is not keyword arguments [Bug #18632]
Nobuyoshi Nakada
2022-02-22
Add a test for Exception#detailed_message
Yusuke Endoh
2022-02-22
Do not escape error message
Yusuke Endoh
2022-02-12
test/ruby/test_exception.rb: prevent "assigned but unused variable"
Yusuke Endoh
2022-02-05
Fix TAG_THROW through require [Bug #18562]
John Hawthorn
2022-01-16
Remove outdated skips
Nobuyoshi Nakada
2022-01-16
Use pend for old TODOs
Nobuyoshi Nakada
2022-01-04
Don't segfault if Warning.warn is undefined
Jeremy Evans
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-28
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2021-12-26
Remove tainted and trusted features
Nobuyoshi Nakada
2021-09-06
Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...
Hiroshi SHIBATA
2021-07-29
Skip test_ensure_after_nomemoryerror
Jeremy Evans
2021-07-28
Handle Timeout::Error instead of NoMemoryError in test
Jeremy Evans
2021-07-28
Suppress "possibly useless use of * in void context" warning
Nobuyoshi Nakada
2021-07-27
Fix infinite loop in ensure after NoMemoryError
Jeremy Evans
2021-06-29
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-05-21
simple rescue+while+break should not use `throw`
Koichi Sasada
2021-04-27
test/ruby/test_exception.rb: suppress "warning: statement not reached"
Yusuke Endoh
2021-04-22
fix raise in exception with jump
Koichi Sasada
2020-12-10
Remove the uninitialized instance variable verbose mode warning
Jeremy Evans
2020-12-08
Supported category option in Warning#warn
Nobuyoshi Nakada
2020-12-02
Revert "Removed deprecated Dir.exists? and File.exists?"
Nobuyoshi Nakada
2020-12-02
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2020-09-28
Make Warning.warn accept only category keyword
Jeremy Evans
2020-09-02
Add category to `rb_warn_deprecated`
eileencodes
2020-09-01
Support passing a category to `Warning.warn`
eileencodes
2020-07-15
Fixed infinite loop at error in printing cause [Bug #17033]
Nobuyoshi Nakada
2020-04-21
eval_error.c: default nil as "reverse" is now false [Feature #8661]
Nobuyoshi Nakada
[next]