From: "vo.x (Vit Ondruch)" Date: 2012-11-21T02:32:21+09:00 Subject: [ruby-core:49772] [ruby-trunk - Bug #7413][Rejected] make check returns weird error code Issue #7413 has been updated by vo.x (Vit Ondruch). Status changed from Open to Rejected Weird. I was able to build r37773 without issues. Closing this issue. Hopefully, that was just some flux. ---------------------------------------- Bug #7413: make check returns weird error code https://bugs.ruby-lang.org/issues/7413#change-33355 Author: vo.x (Vit Ondruch) Status: Rejected Priority: Normal Assignee: Category: Target version: ruby -v: ruby 2.0.0dev (2012-11-19 trunk 37735) [x86_64-linux] =begin The return code should be 0 IMO, since there seems to be nothing wrong, but it is not: $ make check 'TESTS=-v -x test_m17n_comb.rb -x test_rake_functional.rb' CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -mtune=generic -fPIC -m64 XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64 SOLIBS = -lpthread -lrt -ldl -lcrypt -lm generating encdb.h ... snip ... XpathTestCase#test_ancestors = 0.00 s = . XpathTestCase#test_comment_in_xpath_query = 0.00 s = . XpathTestCase#test_parentage = 0.00 s = . XpathTestCase#test_text_as_element = 0.00 s = . XpathTestCase#test_text_in_xpath_query = 0.00 s = . Finished tests in 370.232067s, 30.7564 tests/s, 7983.9438 assertions/s. 1) Skipped: test_completion_encoding(TestReadline) [/builddir/build/BUILD/ruby-2.0.0-r37735/test/readline/test_readline.rb:294]: missing test for locale US-ASCII 2) Skipped: test_input_metachar_multibyte(TestReadline) [/builddir/build/BUILD/ruby-2.0.0-r37735/test/readline/test_readline.rb:418]: this test needs UTF-8 locale 3) Skipped: test_inline_method_cache(TestRefinement) [/builddir/build/BUILD/ruby-2.0.0-r37735/test/ruby/test_refinement.rb:729]: can't implement efficiently with the current implementation of refinements 11387 tests, 2955912 assertions, 0 failures, 0 errors, 31 skips ruby -v: ruby 2.0.0dev (2012-11-19 trunk 37735) [x86_64-linux] $ echo $? 130 =end -- http://bugs.ruby-lang.org/