Bug #4334
closedr30660 以降 ruby/test_require.rb で 2F
Description
=begin
r30660 以降、ruby/test_require.rb で 2F になっています。
$ make test-all TESTS='-v -n "/test_require/" ruby/test_require.rb'
./miniruby -I../lib -I. -I.ext/common ../tool/runruby.rb --extout=.ext -- "../test/runner.rb" -v -n "/test_require/" ruby/test_require.rb
Run options: -v -n /test_require/
Running tests:¶
TestRequire#test_require_invalid_shared_object = 0.04 s = .
TestRequire#test_require_nonascii = 0.02 s = .
TestRequire#test_require_path_home = 0.02 s = F
TestRequire#test_require_too_long_filename = 0.16 s = F
Finished tests in 0.237330s, 16.8542 tests/s, 42.1355 assertions/s.
-
Failure:
test_require_path_home(TestRequire) [/export/home/ksmakoto/ruby-git/test/ruby/test_require.rb:55]:
Expected /pathname too long (ignored).*(LoadError)/m to match "/export/home/ksmakoto/ruby-git/BUILD/ruby19: No such file or directory -- test_ruby_test_require (LoadError)\n". -
Failure:
test_require_too_long_filename(TestRequire) [/export/home/ksmakoto/ruby-git/test/ruby/test_require.rb:32]:
Expected 2 to be <= 1.
4 tests, 10 assertions, 2 failures, 0 errors, 0 skips
*** Error code 2
Stop in /export/home/ksmakoto/ruby-git/BUILD.
=end
Updated by usa (Usaku NAKAMURA) almost 14 years ago
- Status changed from Open to Assigned
- Assignee set to nobu (Nobuyoshi Nakada)
=begin
=end
Updated by usa (Usaku NAKAMURA) almost 14 years ago
- Status changed from Assigned to Closed
=begin
=end
Updated by usa (Usaku NAKAMURA) almost 14 years ago
=begin
いつも報告ありがとうございます。
#4336が後出しで重複するチケットなわけですが、そっちがCloseされたのでこちらもCloseします。
=end