index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
exception.rb
Age
Commit message (
Expand
)
Author
2014-01-05
Test for raise in ensure
Carson McDonald
2013-09-03
remove Exception#verbose_backtrace; #1495
Yukihiro "Matz" Matsumoto
2013-09-02
add verbose_backtrace
take_cheeze
2013-09-02
add Exception#backtrace test
take_cheeze
2013-08-02
I fix order of actual and expect test value in exception.rb.
Jun Hiroe
2013-06-09
Improve Exception tests
Daniel Bovensiepen
2013-04-17
catching NameError here is not desirable.
Tomoyuki Sahara
2013-04-17
rollback stack before executing ensure clause.
Tomoyuki Sahara
2013-04-09
although I understand the intntion of 039679f1, consuming all memory in the t...
Yukihiro "Matz" Matsumoto
2013-02-27
Increase TEST_INFINITE_RECURSION_MAX value from 100000 to 1000000 because mod...
Masamitsu MURASE
2013-02-25
Add more tests for `begin` and `rescue`.
Masamitsu MURASE
2012-11-22
Keep stack depth and allocation better under control and fix crash on infinit...
Beoran
2012-10-20
add test case for 750b7c2
Yukihiro Matsumoto
2012-09-12
check if an Exception instance has a "mesg" attribute
Tomoyuki Sahara
2012-08-13
Add more test for exception.
Masamitsu MURASE
2012-06-15
remove LoadError
Yukihiro Matsumoto
2012-06-15
Move Subclasses of ScriptError to mrblib.
Masaki Muranaka
2012-06-03
Add superclass tests for Exceptions
Daniel Bovensiepen
2012-06-03
A rescue clause with no parameter list rescues only StandardErrors
Kazuki Tsujimoto
2012-05-25
Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...
Daniel Bovensiepen