From: merch-redmine@... Date: 2015-07-17T21:38:22+00:00 Subject: [ruby-core:70020] [Ruby trunk - Bug #11368] [Open] Fix LocalJumpErrors being raised in OpenSSL tests Issue #11368 has been reported by Jeremy Evans. ---------------------------------------- Bug #11368: Fix LocalJumpErrors being raised in OpenSSL tests https://bugs.ruby-lang.org/issues/11368 * Author: Jeremy Evans * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-07-16 openbsd 51261) [x86_64-openbsd] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- In many cases in the test suite, server_connect is being called without a block inside an assert_raises block. This leads to misleading error messages, such as: [OpenSSL::SSL::SSLError, Errno::ECONNRESET] exception expected, not. Class: This changes the error message for those failures to: [OpenSSL::SSL::SSLError, Errno::ECONNRESET] expected but nothing was raised. ---Files-------------------------------- 0006-Fix-LocalJumpErrors-being-raised-in-OpenSSL-tests.patch (1018 Bytes) -- https://bugs.ruby-lang.org/