[#39052] Fwd: [redmine4ruby-lang:253] [Bug #1914] ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0 — Yugui <yugui@...>

Redmine管理用プロジェクトに報告されてしまったので転送します。

12 messages 2009/08/09
[#39264] Re: Fwd: [redmine4ruby-lang:253] [Bug #1914] ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0 — Yutaka Kanemoto <kinpoco@...> 2009/09/08

金本と申します。

[#39107] [Bug #1952] cannot stop with Ctrl+C — Usaku NAKAMURA <redmine@...>

Bug #1952: cannot stop with Ctrl+C

14 messages 2009/08/18

[#39167] [Bug #2000] Change the license to "GPLv2+ or Ruby's original". — Mamoru Tasaka <redmine@...>

Bug #2000: Change the license to "GPLv2+ or Ruby's original".

11 messages 2009/08/26

[#39193] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Tanaka Akira <akr@...>

In article <[email protected]>,

16 messages 2009/08/29
[#39194] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Nobuyoshi Nakada <nobu@...> 2009/08/29

なかだです。

[#39195] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Tanaka Akira <akr@...> 2009/08/29

In article <[email protected]>,

[#39196] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Nobuyoshi Nakada <nobu@...> 2009/08/29

なかだです。

[#39197] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Tanaka Akira <akr@...> 2009/08/29

In article <[email protected]>,

[#39198] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Yukihiro Matsumoto <matz@...> 2009/08/29

まつもと ゆきひろです

[#39206] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Nobuyoshi Nakada <nobu@...> 2009/08/31

なかだです。

[ruby-dev:39012] [Bug #1878] testrb can not execute tests in sub directory

From: Naohisa Goto <redmine@...>
Date: 2009-08-04 13:48:34 UTC
List: ruby-dev #39012
Bug #1878: testrb can not execute tests in sub directory
http://redmine.ruby-lang.org/issues/show/1878

起票者: Naohisa Goto
ステータス: Open, 優先度: Normal
ruby -v: ruby 1.9.2dev (2009-07-18 trunk 24186) [i686-linux]

1.9.2-preview1 の testrb コマンドがサブディレクトリのテストを実行できません。

$ ruby192 -v
ruby 1.9.2dev (2009-07-18 trunk 24186) [i686-linux]
$ mkdir test
$ echo 'require "test/unit"; class A<Test::Unit::TestCase; def test_a; assert_match(/a/, "a"); end; end' > test/test_a.rb
$ echo 'require "test/unit"; class B<Test::Unit::TestCase; def test_b; assert_match(/a/, "b"); end; end' > test/test_b.rb
$ ls test
test_a.rb  test_b.rb
$ testrb192 test
test/test_a.rb: no such file to load -- test/test_a.rb
test/test_b.rb: no such file to load -- test/test_b.rb
Loaded suite test
Started

Finished in 0.000456 seconds.

0 tests, 0 assertions, 0 failures, 0 errors, 0 skips
$

こんな感じで、サブディレクトリのテストを読んでくれません。
Ruby 1.9.1 ではもちろん成功します。

$ ruby191 -v
ruby 1.9.1p243 (2009-07-16 revision 24175) [i686-linux]
$ testrb191 test
Loaded suite test
Started
.F
Finished in 0.002952 seconds.

  1) Failure:
test_b(B) [/tmp/z2/test/test_b.rb:1]:
Expected /a/ to match "b".

2 tests, 4 assertions, 1 failures, 0 errors, 0 skips
(注: assertionsの数が多いのは既知の問題、1.9.2にて解決したはず。)


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

In This Thread

Prev Next