From: zn@... Date: 2017-01-11T14:54:49+00:00 Subject: [ruby-dev:49952] [Ruby trunk Bug#13114][Closed] test failures since r57284 Issue #13114 has been updated by Kazuhiro NISHIYAMA. Status changed from Open to Closed r57305 で直ったようなので閉じます。 ---------------------------------------- Bug #13114: test failures since r57284 https://bugs.ruby-lang.org/issues/13114#change-62467 * Author: Kazuhiro NISHIYAMA * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * Target version: * ruby -v: ruby 2.5.0dev (2017-01-08 trunk 57290) [x86_64-linux] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- r57284 の変更でいくつかのテストが失敗します。 最小の再現条件を絞り込もうとしたのですが、webrick/httpauth/basicauth だと再現するのに、個別の webrick/httpstatus と webrick/httpauth/authenticator だと再現しないなど、条件がよくわかりませんでした。 ``` % ruby -r webrick/httpauth/basicauth -e 'p WEBrick::HTTPStatus::ProxyAuthenticationRequired' WEBrick::HTTPAuth::ProxyAuthenticator::AuthException % ruby -r webrick/httpstatus -r webrick/httpauth/authenticator -e 'p WEBrick::HTTPStatus::ProxyAuthenticationRequired' WEBrick::HTTPStatus::ProxyAuthenticationRequired ``` ---Files-------------------------------- failed.txt (5.38 KB) -- https://bugs.ruby-lang.org/