| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-12 | tool/lib/leakchecker.rb: show the code location that allocated leaked fd | Yusuke Endoh | |
| by using ObjectSpace.trace_object_allocations. `make test-all LEAK_CHECKER_TRACE_OBJECT_ALLOCATION=true` will print not only leaked fds but also where it was created. | |||
| 2019-10-29 | tool/lib/minitest/unit.rb: add "omit" as an alias to "skip" | Yusuke Endoh | |
| According to rdoc, test-unit provides omit instead of skip. This is a compatibility layer to make it work with both test-unit and tool/lib/minitest. | |||
| 2019-08-08 | Aliases capture_output to capture_io for test-unit compatiblity. | Hiroshi SHIBATA | |
| 2019-07-31 | backtrace can be nil. | Koichi Sasada | |
| Surprisingly, on SystemStackError#backtrace can return nil. | |||
| 2019-07-31 | Revert "add debug code" | Koichi Sasada | |
| This reverts commit e83ec207cd5fda973c41d6629d8504b515522b12. | |||
| 2019-07-31 | add debug code | Koichi Sasada | |
| 2019-07-02 | Move to tool/lib from test/lib. | Hiroshi SHIBATA | |
