[#41134] [Bug:trunk] ext/tk on cygwin — Nobuyoshi Nakada <nobu@...>
なかだです。
[#41138] [Bug #3243] Can't build Ruby after r26506 — Yuki Sonoda <redmine@...>
Bug #3243: Can't build Ruby after r26506
[#41140] [Bug:trunk] the behavior of Tempfile#size was changed — Yusuke ENDOH <mame@...>
なかださん
Hi,
[#41173] [Feature #3251] allow to unlock mutex locked by another thread — Yusuke Endoh <redmine@...>
Feature #3251: allow to unlock mutex locked by another thread
[#41192] Re: [ruby-cvs:34848] Ruby:r27635 (trunk): * cont.c: apply FIBER_USE_NATIVE patch. This patch improve — "U.Nakamura" <usa@...>
こんにちは、なかむら(う)です。
まつもと ゆきひろです
こんにちは、なかむら(う)です。
[#41212] 実装凍結解除とリリース協力のお願い — Yugui <yugui@...>
Yuguiです。
[#41219] [ruby_1_9_2] コンパイルエラー — Takahiro Kambe <taca@...>
ruby_1_9_2ブランチのコンパイルでエラーが起きます。
[#41223] 正規表現オブジェクト中のキャプチャの数 — "KISHIMOTO, Makoto" <ksmakoto@...4u.or.jp>
きしもとです
[#41225] io/console IO#raw error when io is closed in the block — Tanaka Akira <akr@...>
io/console を使ってみたのですが、ちょっとうまく使えません。
[#41247] Regexpの仕様について — Masaya TARUI <tarui@...>
樽家です。
[#41259] Re: [ruby-cvs:34935] Ruby:r27723 (trunk): * ext/psych/parser.c (parse): Return strings encoded as — "U.Nakamura" <usa@...>
こんにちは、なかむら(う)です。
[#41278] [BUG:1.9] BINARY should not be ASCII-compatible — Yugui <yugui@...>
WXVndWkbJEIkRyQ5ISMbKEIKCgo+IBskQiRHISIkKiQqJGAkTSQzJDMkXiRHJE41RE9AJEclKyVQ
普段、あまりM17Nの件に反応しない卜部ですが、
2010/5/11 Urabe Shyouhei <shyouhei@ruby-lang.org>:
[#41286] ruby_1_9_2 on NetBSD 5.1_RC1(+) — Takahiro Kambe <taca@...>
再び、こんばんは。
[#41316] [Bug #3295] make test aborted — Kazuhiro NISHIYAMA <redmine@...>
Bug #3295: make test aborted
チケット #3295 が更新されました。 (by Yusuke Endoh)
[#41329] NoMethodErrorなどのmessage — Masatoshi SEKI <m_seki@...>
咳といいます。
まつもと ゆきひろです
[#41334] [Bug #3307] ext/tk がheader fileの有無を誤判定する — Masaya Tarui <redmine@...>
Bug #3307: ext/tk がheader fileの有無を誤判定する
[#41348] [Bug #3316] Kernel#caller returns nil as well — Nobuhiro IMAI <redmine@...>
Bug #3316: Kernel#caller returns nil as well
遠藤です。
[#41350] [Bug #3318] net/imap/test_imap.rb reports an error on Windows — Usaku NAKAMURA <redmine@...>
Bug #3318: net/imap/test_imap.rb reports an error on Windows
[#41353] [Bug #3037] testrb の動作が1.8.7 の testrb と違いすぎる — Yusuke Endoh <redmine@...>
チケット #3037 が更新されました。 (by Yusuke Endoh)
2010年5月19日21:04 Yusuke Endoh <redmine@ruby-lang.org>:
[#41377] [Bug #3326] ruby_1_8がAIXでコンパイルできません。 — Yutaka Kanemoto <redmine@...>
Bug #3326: ruby_1_8がAIXでコンパイルできません。
[#41382] [Feature #3328] Kernel#p outputs as default_internal encoding, and so on — Masaya Tarui <redmine@...>
Feature #3328: Kernel#p outputs as default_internal encoding, and so on
[#41407] [Bug #3339] win32ole test failure — Usaku NAKAMURA <redmine@...>
Bug #3339: win32ole test failure
助田です。
こんにちは、なかむら(う)です。
助田です。
こんにちは、なかむら(う)です。
志村と申します
[#41423] [Bug #3345] webrick test failure on Windows(?) — Usaku NAKAMURA <redmine@...>
Bug #3345: webrick test failure on Windows(?)
[#41430] [bug:trunk] rubyspec: Kernel.spawn redirects both STDERR and STDOUT to the given name ERROR — Yusuke ENDOH <mame@...>
遠藤です。
[#41452] [Bug #3360] rdoc fails when including BOM — white leaf <redmine@...>
Bug #3360: rdoc fails when including BOM
チケット #3360 が更新されました。 (by Nobuyoshi Nakada)
[#41481] [Bug #3370] test failure of drb — Usaku NAKAMURA <redmine@...>
Bug #3370: test failure of drb
[ruby-dev:41286] ruby_1_9_2 on NetBSD 5.1_RC1(+)
再び、こんばんは。
NetBSD 5.1_RC1 (+pthread fix, src/lib/libpthread/pthread.cにcurrentの
Revision 1.113と1.115の差分を反映)で、動作検証をしています。
configureは、
$ CFLAGS="-g -Wextra -Wno-unused-parameter -Wno-parentheses \
-Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers \
-Wno-long-long" sh configure --enable-pthread --enable-shared \
--disable-install-doc --prefix=/usr/pkg \
--includedir=/usr/pkg/include --mandir=/usr/pkg/man
core dumpを追いやすくするため-Oを除き、他のオプションはデフォルトと変
わらないようにCFLAGSを設定していますが、本質的なのは、
--enable-pthread
--enable-shared
--disable-install-doc
--prefix=/usr/pkg
--includedir=/usr/pkg/include
--mandir=/usr/pkg/man
となります。
リソースのリミットにかかるのを避けるため、
$ ulimit -d unlimited (data seg size)
$ ulimit -m unlimited (resident set size)
$ ulimit -l unlimited (locked-in-memory size)
$ ulimit -u unlimited (processes)
$ ulimit -n unlimited (file descriptors)
とした上でテストを行いました。
1. make testの結果
make test
...
PASS all 929 tests
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb --extout=.ext -- "./bootstraptest/runner.rb" --ruby="ruby" ./KNOWNBUGS.rb
2010-05-11 14:04:29 +0900
Driver is ruby 1.9.2dev (2010-05-11 revision 27730) [i386-netbsdelf5.1.]
Target is ruby 1.9.2dev (2010-05-11 revision 27730) [i386-netbsdelf5.1.]
KNOWNBUGS.rb .
PASS all 1 tests
2. make test-allの結果
Finished in 732.478624 seconds.
1) Error:
test_static_sym(DL::TestHandle):
DL::DLError: unknown symbol "dlopen"
/data/local/src/ruby/ruby_1_9_2/test/dl/test_handle.rb:26:in `sym'
/data/local/src/ruby/ruby_1_9_2/test/dl/test_handle.rb:26:in `test_static_sym'
2) Failure:
test_client_session(OpenSSL::TestSSL) [/data/local/src/ruby/ruby_1_9_2/test/openssl/test_ssl.rb:461]:
Failed assertion, no message given.
3) Failure:
test_server_session(OpenSSL::TestSSL) [/data/local/src/ruby/ruby_1_9_2/test/openssl/test_ssl.rb:503]:
<2> expected but was
<1>.
4) Failure:
test_aset(TestEnv) [/data/local/src/ruby/ruby_1_9_2/test/ruby/test_env.rb:126]:
Errno::EINVAL expected but nothing was raised.
5) Failure:
test_execopts_pgroup(TestProcess) [/data/local/src/ruby/ruby_1_9_2/test/ruby/test_process.rb:161]:
Errno::EPERM expected but nothing was raised.
7547 tests, 1849106 assertions, 4 failures, 1 errors, 0 skips
Test run options: --seed 51337 --verbose
*** Error code 1
make test-allを通して行うと途中で不用意にSEGVして終わっていた気がしま
すが、それは起きなくなっているようです。
以上、取り敢えず、ここまで。
--
神戸 隆博 / Takahiro Kambe