From: "brandur (Brandur Leach)" Date: 2013-11-18T05:02:28+09:00 Subject: [ruby-core:58395] [ruby-trunk - Feature #9120][Open] [PATCH] Tests for a_call + a_return Issue #9120 has been reported by brandur (Brandur Leach). ---------------------------------------- Feature #9120: [PATCH] Tests for a_call + a_return https://bugs.ruby-lang.org/issues/9120 Author: brandur (Brandur Leach) Status: Open Priority: Low Assignee: Category: test Target version: current: 2.1.0 Tests for `a_call` and `a_return` in `TracePoint` added in this commit: https://github.com/ruby/ruby/commit/ac778eb2cf8f66a7c15573a73c620f237f9f17dd The MRI implementation is pretty straightforward and I suppose arguably doesn't need testing, but having tests for this is useful for other Ruby implementations that pull in this suite. Diff on GitHub is here: https://github.com/brandur/ruby/compare/trunk...brandur-a-call-return-tests -- http://bugs.ruby-lang.org/