Project

General

Profile

Actions

Bug #626

closed

stop test-all at test/rdoc/test_rdoc_ri_driver.rb

Added by znz (Kazuhiro NISHIYAMA) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
Backport:
[ruby-core:19251]

Description

=begin
When readline is not installed, `make test-all' stopped at test/rdoc/test_rdoc_ri_driver.rb.

/home/kazu/wc/ruby-lang/trunk/lib/rdoc/ri/display.rb:6:in require': no such file to load -- readline (LoadError) from /home/kazu/wc/ruby-lang/trunk/lib/rdoc/ri/display.rb:6:in <top (required)>'
from /home/kazu/wc/ruby-lang/trunk/lib/rdoc/ri/driver.rb:7:in require' from /home/kazu/wc/ruby-lang/trunk/lib/rdoc/ri/driver.rb:7:in <top (required)>'
from /home/kazu/wc/ruby-lang/trunk/test/rdoc/test_rdoc_ri_driver.rb:3:in require' from /home/kazu/wc/ruby-lang/trunk/test/rdoc/test_rdoc_ri_driver.rb:3:in <top (required)>'
from /home/kazu/wc/ruby-lang/trunk/test/runner.rb:50:in require' from /home/kazu/wc/ruby-lang/trunk/test/runner.rb:50:in block in '
from /home/kazu/wc/ruby-lang/trunk/test/runner.rb:49:in each' from /home/kazu/wc/ruby-lang/trunk/test/runner.rb:49:in '

Finished in 95.288762 seconds.

  1. Failure:
    test_handle_special_CROSSREF_no_underscore(TestRDocMarkupToHtmlCrossref) [/home/kazu/wc/ruby-lang/trunk/test/rdoc/test_rdoc_markup_to_html_crossref.rb:83]:
    Expected "

    <a href="../files/home/kazu/wc/ruby-lang/trunk/test/rdoc/rdoc_markup_to_html_crossref_reference_rb.html">/home/kazu/wc/ruby-lang/trunk/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

    ", not "

    /home/kazu/wc/ruby-lang/trunk/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

    ".

460 tests, 5618 assertions, 1 failures, 0 errors, 0 skips
make: *** [test-all] エラー 1
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0