[#43186] [Ruby 1.9-Bug#4388][Open] open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません — あつし よしだ <redmine@...>

Bug #4388: open-uri=E3=81=A7=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0http_prox=

11 messages 2011/02/10
[#43192] [Ruby 1.9-Bug#4388] open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません — あつし よしだ <redmine@...> 2011/02/11

チケット #4388 が更新されました。 (by あつし よしだ)

[#43193] Re: [Ruby 1.9-Bug#4388] open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません — Tanaka Akira <akr@...> 2011/02/11

2011年2月11日12:59 あつし よしだ <redmine@ruby-lang.org>:

[#43203] [Ruby 1.9-Bug#4397][Open] test-mkmf fails due to compilation errors — Shyouhei Urabe <redmine@...>

Bug #4397: test-mkmf fails due to compilation errors

10 messages 2011/02/14

[#43272] [Ruby 1.9 - Bug #4443] [Open] odd evaluation order in a multiple assignment — Yusuke Endoh <mame@...>

13 messages 2011/02/24

[#43274] [Ruby 1.9 - Bug #4445] [Open] ext/openssl の verify_callback が rb_protect で保護されていない — Ippei Obayashi <ohai@...>

13 messages 2011/02/24

[#43276] iseq_compile_each()でのマジックナンバ — きたざわけんいち <peisunstar@...>

きたざわです。

15 messages 2011/02/27
[#43303] Re: iseq_compile_each()でのマジックナンバ — nagachika <nagachika00@...> 2011/03/04

近永と申します。

[#43304] Re: iseq_compile_each()でのマジックナンバ — Yusuke ENDOH <mame@...> 2011/03/04

遠藤です。

[ruby-dev:43270] [Ruby 1.9 - Bug #4439] [Assigned] TestBeginEndBlock#test_should_propagate_signaled が必ず1度失敗する

From: Motohiro KOSAKI <kosaki.motohiro@...>
Date: 2011-02-24 13:18:03 UTC
List: ruby-dev #43270
Issue #4439 has been reported by Motohiro KOSAKI.

----------------------------------------
Bug #4439: TestBeginEndBlock#test_should_propagate_signaled が必ず1度失敗する
http://redmine.ruby-lang.org/issues/4439

Author: Motohiro KOSAKI
Status: Assigned
Priority: Low
Assignee: Shota Fukumori
Category: test
Target version: 1.9.x
ruby -v: ruby 1.9.3dev (2011-02-24 trunk 30951) [x86_64-linux]


% make test-all TESTS="-v  test/ruby/test_beginendblock.rb -j2"

のように、test_beginendblock.rbを並列実行すると

--------------------------------------------------------
# Running tests:

TestBeginEndBlock#test_beginendblock = 0.17 s = .
TestBeginEndBlock#test_begininclass = 0.00 s = .
TestBeginEndBlock#test_begininmethod = 0.00 s = .
TestBeginEndBlock#test_endblock_raise = 0.21 s = .
TestBeginEndBlock#test_endblockwarn = 0.07 s = .
TestBeginEndBlock#test_nested_at_exit = 0.03 s = .
TestBeginEndBlock#test_raise_in_at_exit = 0.03 s = .
TestBeginEndBlock#test_should_propagate_exit_code = 0.03 s = .
TestBeginEndBlock#test_should_propagate_signaled = 5.03 s = F

Retrying...

TestBeginEndBlock#test_beginendblock = 0.13 s = .
TestBeginEndBlock#test_begininclass = 0.00 s = .
TestBeginEndBlock#test_begininmethod = 0.00 s = .
TestBeginEndBlock#test_endblock_raise = 0.20 s = .
TestBeginEndBlock#test_endblockwarn = 0.07 s = .
TestBeginEndBlock#test_nested_at_exit = 0.03 s = .
TestBeginEndBlock#test_raise_in_at_exit = 0.03 s = .
TestBeginEndBlock#test_should_propagate_exit_code = 0.03 s = .
TestBeginEndBlock#test_should_propagate_signaled = 0.14 s = .


Finished tests in 6.488242s, 1.3871 tests/s, 2.9284 assertions/s.

9 tests, 19 assertions, 0 failures, 0 errors, 0 skips
--------------------------------------------------------

のように test_should_propagate_signaled が必ず1度失敗してから
リトライで成功します。



-- 
http://redmine.ruby-lang.org

In This Thread

Prev Next