make check fails
Wolfgang Dann <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
Hi there! On my fresh installed linux from scratch some checks fail with version 3.2.91. With version 3.2.5 make check hangs: ## ------------------------------- ## ## GNU Smalltalk 3.2.5 test suite. ## ## ------------------------------- ## Regression tests. 1: arrays.st ok 2: classes.st ok 3: blocks.st ok 4: sets.st ok 5: processes.st ok 6: exceptions.st ok 7: intmath.st FAILED (testsuite.at:33) 8: floatmath.st ^t linux-4.8.1 gcc-6.2.0 gmp-6.1.1 libsigsegv-2.10 All checked with no errors. Just gcc have some, but the LFS-book says that they are normal failures. the testsuite.logs are attached. I've not encountered any problems with 3.2.91 yet. best regards Wolfgang _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
testsuite.log
(text/x-log, 561.9 KB) - not displayed
3.2.5.testsuite.log
(text/x-log, 3.3 KB)
## ------------------------------- ## ## GNU Smalltalk 3.2.5 test suite. ## ## ------------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2013-02-14 Holger Hans Peter Freyther <[email protected]> | | * kernel/StreamOps.st: Override the >>#species selector. | * tests/streams.st: Add testcase. | * tests/streams.ok: Update the result. | | 2013-01-29 Holger Hans Peter Freyther <[email protected]> | | * tests/stcompiler.st: Add parsing test. | * tests/stcompiler.ok: Update the test result. ## --------- ## ## Platform. ## ## --------- ## hostname = wodalin-lfs uname -m = x86_64 uname -r = 4.8.1 uname -s = Linux uname -v = #2 SMP Sat Oct 15 23:03:07 CEST 2016 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/packages/smalltalk/smalltalk-3.2.5/tests PATH: /usr/local/bin PATH: /bin PATH: /usr/bin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/var/packages/smalltalk/smalltalk-3.2.5/tests' | at_srcdir='.' | abs_srcdir='/var/packages/smalltalk/smalltalk-3.2.5/tests' | at_top_srcdir='..' | abs_top_srcdir='/var/packages/smalltalk/smalltalk-3.2.5' | at_top_build_prefix='../' | abs_top_builddir='/var/packages/smalltalk/smalltalk-3.2.5' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | enable_mysql_tests='no' | host='x86_64-unknown-linux-gnu' | TIMEOUT='timeout 600s' | mysqlvars=`echo $enable_mysql_tests | awk ' | BEGIN { FS=":" } | /^(yes|no)$/ { next } | length($1) { printf "mysqluser='\''%s'\'' ", $1 } | length($2) { printf "mysqlpassword='\''%s'\'' ", $2 } | length($3) { printf "mysqldb='\''%s'\'' ", $3 } | ' ` | ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:23: /var/packages/smalltalk/smalltalk-3.2.5/tests/gst --version GNU Smalltalk version 3.2.5 Copyright 2009 Free Software Foundation, Inc. Written by Steve Byrne ([email protected]) and Paolo Bonzini ([email protected]) GNU Smalltalk comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Smalltalk under the terms of the GNU General Public License. For more information, see the file named COPYING. Using default kernel path: (null) Using default image path: (null) ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Sun Oct 16 15:50:36 CEST 2016 1. arrays.st (testsuite.at:27): ok (0m0.085s 0m0.030s) 2. classes.st (testsuite.at:28): ok (0m0.098s 0m0.029s) 3. blocks.st (testsuite.at:29): ok (0m0.082s 0m0.028s) 4. sets.st (testsuite.at:30): ok (0m0.075s 0m0.030s) 5. processes.st (testsuite.at:31): ok (0m2.565s 0m0.053s) 6. exceptions.st (testsuite.at:32): ok (0m0.094s 0m0.026s) testsuite:18: WARNING: caught signal TERM, bailing out