[#70257] [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI — ko1@...

Issue #11420 has been reported by Koichi Sasada.

11 messages 2015/08/06

[ruby-core:70412] [Ruby trunk - Bug #11368] Fix LocalJumpErrors being raised in OpenSSL tests

From: usa@...
Date: 2015-08-17 08:06:03 UTC
List: ruby-core #70412
Issue #11368 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: DONE to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE

ruby_2_1 r51604 merged revision(s) 51531.

----------------------------------------
Bug #11368: Fix LocalJumpErrors being raised in OpenSSL tests
https://bugs.ruby-lang.org/issues/11368#change-53819

* Author: Jeremy Evans
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0dev (2015-07-16 openbsd 51261) [x86_64-openbsd]
* Backport: 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE
----------------------------------------
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: <LocalJumpError>

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/

In This Thread

Prev Next