Test-all TESTS=ripper $B$N7k2L(B

e$B!!$5$5$@$G$9!%e(B

e$B!!e(Bripper
e$B$N%F%9%H$N7k2L$G$9!%$J$s$G$7$g$&!$$3$l!%:G6a$N%Q!<%5$N1F6Ae(B
e$B$@$H;W$&$s$G$9$,!%e(B

  1. Failure:
    test_aref(TestRipper_ParserEvents)
    [/home/ko1/ruby/trunk/test/ripper/test_parser_events.rb:93]:
    <"[aref(ref(v),[1])]"> expected but was
    <"[aref(ref(v),)]">.

  2. Failure:
    test_aref_field(TestRipper_ParserEvents)
    [/home/ko1/ruby/trunk/test/ripper/test_parser_events.rb:104]:
    <"[assign(aref_field(ref(a),[1]),2)]"> expected but was
    <"[assign(aref_field(ref(a),),2)]">.

  3. Failure:
    test_arglist(TestRipper_ParserEvents)
    [/home/ko1/ruby/trunk/test/ripper/test_parser_events.rb:74]:
    <"[fcall(m,[])]"> expected but was
    <"[fcall(m,)]">.

  4. Failure:
    test_array(TestRipper_ParserEvents)
    [/home/ko1/ruby/trunk/test/ripper/test_parser_events.rb:114]:
    <"[array([1,2,3])]"> expected but was
    <"[array()]">.

  5. Failure:
    test_assocs(TestRipper_ParserEvents)
    [/home/ko1/ruby/trunk/test/ripper/test_parser_events.rb:98]:
    <"[fcall(m,[assocs(assoc(1,2))])]"> expected but was
    <"[fcall(m,)]">.

  6. Failure:
    test_lex(TestRipper_ScannerEvents)
    [/home/ko1/ruby/trunk/test/ripper/test_scanner_events.rb:59]:
    <[[[1, 0], :on_int, “1”],
    [[1, 1], :on_nl, “\n”],
    [[2, 0], :on_int, “2”],
    [[2, 1], :on_nl, “\n”],
    [[3, 0], :on_int, “3”]]> expected but was
    <[[[1, 0], :on_int, “1”],
    [[1, 0], :on_int, “2\n”],
    [[1, 1], :on_nl, “\n”],
    [[2, 0], :on_int, “3”],
    [[2, 0], :on_sp, “2”],
    [[2, 1], :on_nl, “\n”],
    [[3, 0], :on_sp, “3”]]>.

  7. Failure:
    test_location(TestRipper_ScannerEvents)
    [/home/ko1/ruby/trunk/test/ripper/test_scanner_events.rb:96:in
    block in validate_location' /home/ko1/ruby/trunk/test/ripper/test_scanner_events.rb:92:ineach’
    /home/ko1/ruby/trunk/test/ripper/test_scanner_events.rb:92:in
    validate_location' /home/ko1/ruby/trunk/test/ripper/test_scanner_events.rb:79:intest_location’]:
    wrong column: “2\n” (on_int) [1:0].
    <1> expected but was
    <0>.

  8. Failure:
    test_tokenize(TestRipper_ScannerEvents)
    [/home/ko1/ruby/trunk/test/ripper/test_scanner_events.rb:32]:
    <[“print”, “(”, “<<EOS”, “)”, “\n”, “heredoc\n”, “EOS\n”]> expected
    but was
    <["\n", “print”, “(”, “<<EOS”, “)”, “heredoc\n”, “EOS\n”]>.

70 tests, 2259 assertions, 8 failures, 0 errors
make: *** [test-all] Error 1