Bug #626
closedstop test-all at test/rdoc/test_rdoc_ri_driver.rb
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.
- 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
Updated by ko1 (Koichi Sasada) over 16 years ago
- Assignee set to znz (Kazuhiro NISHIYAMA)
=begin
=end
Updated by znz (Kazuhiro NISHIYAMA) over 16 years ago
- Status changed from Open to Closed
=begin
already fixed in r19537
=end