summaryrefslogtreecommitdiff
path: root/test/ruby/test_exception.rb
AgeCommit message (Expand)Author
2024-03-15Cover all warning categories by using `Warning.categories`Nobuyoshi Nakada
2024-03-15Test deprecation warning with `$;`Nobuyoshi Nakada
2024-03-14`Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier
2024-02-22Skip under_gc_compact_stress on s390x (#10073)Takashi Kokubun
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-01-14Add test for `Errno` constantsNobuyoshi Nakada
2024-01-02Fix Exception#detailed_message for GC compactionPeter Zhu
2023-08-03Remove --disable-gems for assert_separatelyPeter Zhu
2023-07-24Use the caller location as default filename for eval family of methodsJean Boussier
2023-04-10[Bug #19570] Propagate message encoding to decorated messageNobuyoshi Nakada
2023-02-27Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA
2022-12-20[Bug #19242] Prohibit circular causes to be loadedNobuyoshi Nakada
2022-12-01[Feature #19138] Add `SyntaxError#path`Nobuyoshi Nakada
2022-11-22[Bug #19016] `SyntaxError` with parser error messagesNobuyoshi Nakada
2022-11-22[Bug #19016] re-order error handling at cleanupNobuyoshi Nakada
2022-11-20[Bug #19016] Handle syntax error in main script like other errorsNobuyoshi Nakada
2022-09-23Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh
2022-09-10Enable deprecation warnings for test-allBenoit Daloze
2022-06-07Revert "error.c: Let Exception#inspect inspect its message"Yusuke Endoh
2022-06-07error.c: Let Exception#inspect inspect its messageYusuke Endoh
2022-03-18A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada
2022-02-22Add a test for Exception#detailed_messageYusuke Endoh
2022-02-22Do not escape error messageYusuke Endoh
2022-02-12test/ruby/test_exception.rb: prevent "assigned but unused variable"Yusuke Endoh
2022-02-05Fix TAG_THROW through require [Bug #18562]John Hawthorn
2022-01-16Remove outdated skipsNobuyoshi Nakada
2022-01-16Use pend for old TODOsNobuyoshi Nakada
2022-01-04Don't segfault if Warning.warn is undefinedJeremy Evans
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2021-12-28Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
2021-12-26Remove tainted and trusted featuresNobuyoshi Nakada
2021-09-06Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA
2021-07-29Skip test_ensure_after_nomemoryerrorJeremy Evans
2021-07-28Handle Timeout::Error instead of NoMemoryError in testJeremy Evans
2021-07-28Suppress "possibly useless use of * in void context" warningNobuyoshi Nakada
2021-07-27Fix infinite loop in ensure after NoMemoryErrorJeremy Evans
2021-06-29Prefer qualified names under ThreadNobuyoshi Nakada
2021-05-21simple rescue+while+break should not use `throw`Koichi Sasada
2021-04-27test/ruby/test_exception.rb: suppress "warning: statement not reached"Yusuke Endoh
2021-04-22fix raise in exception with jumpKoichi Sasada
2020-12-10Remove the uninitialized instance variable verbose mode warningJeremy Evans
2020-12-08Supported category option in Warning#warnNobuyoshi Nakada
2020-12-02Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada
2020-12-02Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
2020-09-28Make Warning.warn accept only category keywordJeremy Evans
2020-09-02Add category to `rb_warn_deprecated`eileencodes
2020-09-01Support passing a category to `Warning.warn`eileencodes
2020-07-15Fixed infinite loop at error in printing cause [Bug #17033]Nobuyoshi Nakada
2020-04-21eval_error.c: default nil as "reverse" is now false [Feature #8661]Nobuyoshi Nakada
2020-01-29fix test cleanup.Koichi Sasada