index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_exception.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
A positional Hash is not keyword arguments [Bug #18632]
Nobuyoshi Nakada
2022-03-18
1
-0
/
+1
*
Add a test for Exception#detailed_message
Yusuke Endoh
2022-02-22
1
-0
/
+29
*
Do not escape error message
Yusuke Endoh
2022-02-22
1
-5
/
+6
*
test/ruby/test_exception.rb: prevent "assigned but unused variable"
Yusuke Endoh
2022-02-12
1
-1
/
+1
*
Fix TAG_THROW through require [Bug #18562]
John Hawthorn
2022-02-05
1
-0
/
+21
*
Remove outdated skips
Nobuyoshi Nakada
2022-01-16
1
-1
/
+1
*
Use pend for old TODOs
Nobuyoshi Nakada
2022-01-16
1
-1
/
+1
*
Don't segfault if Warning.warn is undefined
Jeremy Evans
2022-01-04
1
-0
/
+8
*
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2022-01-04
1
-3
/
+3
*
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2021-12-28
1
-2
/
+6
*
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-26
1
-12
/
+0
*
Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...
Hiroshi SHIBATA
2021-09-06
1
-1
/
+1
*
Skip test_ensure_after_nomemoryerror
Jeremy Evans
2021-07-29
1
-0
/
+1
*
Handle Timeout::Error instead of NoMemoryError in test
Jeremy Evans
2021-07-28
1
-0
/
+3
*
Suppress "possibly useless use of * in void context" warning
Nobuyoshi Nakada
2021-07-28
1
-1
/
+1
*
Fix infinite loop in ensure after NoMemoryError
Jeremy Evans
2021-07-27
1
-0
/
+25
*
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-29
1
-1
/
+1
*
simple rescue+while+break should not use `throw`
Koichi Sasada
2021-05-21
1
-0
/
+11
*
test/ruby/test_exception.rb: suppress "warning: statement not reached"
Yusuke Endoh
2021-04-27
1
-1
/
+1
*
fix raise in exception with jump
Koichi Sasada
2021-04-22
1
-0
/
+60
*
Remove the uninitialized instance variable verbose mode warning
Jeremy Evans
2020-12-10
1
-4
/
+4
*
Supported category option in Warning#warn
Nobuyoshi Nakada
2020-12-08
1
-0
/
+43
*
Revert "Removed deprecated Dir.exists? and File.exists?"
Nobuyoshi Nakada
2020-12-02
1
-6
/
+2
*
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2020-12-02
1
-2
/
+6
*
Make Warning.warn accept only category keyword
Jeremy Evans
2020-09-28
1
-2
/
+2
*
Add category to `rb_warn_deprecated`
eileencodes
2020-09-02
1
-2
/
+14
*
Support passing a category to `Warning.warn`
eileencodes
2020-09-01
1
-3
/
+21
*
Fixed infinite loop at error in printing cause [Bug #17033]
Nobuyoshi Nakada
2020-07-15
1
-0
/
+20
*
eval_error.c: default nil as "reverse" is now false [Feature #8661]
Nobuyoshi Nakada
2020-04-21
1
-4
/
+2
*
fix test cleanup.
Koichi Sasada
2020-01-29
1
-2
/
+4
*
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
1
-2
/
+1
*
Split test_nomethod_error.rb
Nobuyoshi Nakada
2019-12-31
1
-86
/
+0
*
Split test_name_error.rb
Nobuyoshi Nakada
2019-12-31
1
-127
/
+0
*
Split test_frozen_error.rb
Nobuyoshi Nakada
2019-12-31
1
-50
/
+0
*
Fix the exception to be raised
Nobuyoshi Nakada
2019-12-31
1
-2
/
+2
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-1
/
+1
*
Added `experimental` warning category
Nobuyoshi Nakada
2019-12-20
1
-0
/
+1
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-2
/
+2
*
Makes the receiver to FrozenError.new a keyword parameter
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Manage deprecation warnings about keyword argument
Nobuyoshi Nakada
2019-12-19
1
-0
/
+3
*
Add `Warning.[]` and `Warning.[]=`
Nobuyoshi Nakada
2019-12-13
1
-0
/
+6
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-22
/
+0
*
test/ruby/test_exception typo fix
MSP-Greg
2019-10-22
1
-1
/
+1
*
DidYouMean can be an empty stub module [Bug #16263]
Nobuyoshi Nakada
2019-10-21
1
-1
/
+1
*
test_exception - fix with & w/o did_you_mean
MSP-Greg
2019-10-21
1
-2
/
+5
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-0
/
+8
*
Do not clear backtrace in Exception#exception
Nobuyoshi Nakada
2019-09-02
1
-0
/
+12
*
Rewrote using assert_separately
Nobuyoshi Nakada
2019-09-02
1
-16
/
+8
*
Removed duplicate highlighting
Nobuyoshi Nakada
2019-07-15
1
-0
/
+3
*
error.c: avoid infinite recursion at inspecting the frozen object
Nobuyoshi Nakada
2019-06-05
1
-0
/
+15
[next]