Project

General

Profile

Actions

Backport #5369

closed

1 failure in test_ruby_mode.rb

Added by znz (Kazuhiro NISHIYAMA) over 12 years ago. Updated about 12 years ago.

Status:
Closed
Assignee:
-
[ruby-dev:44548]

Description

ruby-1.9.3-rc1 が Debian GNU/Linux squeeze amd64 の環境で 1 Failure になります。

% ./ruby -v ../test/misc/test_ruby_mode.rb -v
ruby 1.9.3dev (2011-09-23) [x86_64-linux]
Run options: -v

Running tests:

TestRubyMode::TestIndent#test_array_literal = 0.14 s = F
TestRubyMode::TestIndent#test_expr_in_regexp = 0.17 s = .
TestRubyMode::TestIndent#test_keyword_label = 0.14 s = .
TestRubyMode::TestIndent#test_method_with_question_mark = 0.13 s = .
TestRubyMode::TestIndent#test_simple = 0.13 s = .
TestRubyMode::TestIndent#test_singleton_class = 0.00 s = S

Finished tests in 0.713935s, 8.4041 tests/s, 14.0069 assertions/s.

  1. Failure:
    test_array_literal(TestRubyMode::TestIndent) [../test/misc/test_ruby_mode.rb:125]:
    <"\nfoo = [\n bar\n]\n"> expected but was
    <"\nfoo = [\n bar\n ]\n">.

  2. Skipped:
    test_singleton_class(TestRubyMode::TestIndent) [../test/misc/test_ruby_mode.rb:108]:
    pending

6 tests, 10 assertions, 1 failures, 0 errors, 1 skips
%

Updated by naruse (Yui NARUSE) about 12 years ago

  • Status changed from Open to Closed
Actions

Also available in: Atom PDF

Like0
Like0