Project

General

Profile

Actions

Bug #7413

closed

make check returns weird error code

Added by vo.x (Vit Ondruch) over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0dev (2012-11-19 trunk 37735) [x86_64-linux]
Backport:
[ruby-core:49767]

Description

=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

Updated by vo.x (Vit Ondruch) over 11 years ago

  • Status changed from Open to Rejected

Weird. I was able to build r37773 without issues. Closing this issue. Hopefully, that was just some flux.

Actions

Also available in: Atom PDF

Like0
Like0