## ------------------------------- ## ## GNU Smalltalk 3.2.5 test suite. ## ## ------------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2013-02-14 Holger Hans Peter Freyther | | * 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 | | * 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 (address@hidden) and Paolo Bonzini (address@hidden) 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