On Wed, 8 Dec 2021 23:50:33 +0100
Solene Rapenne <[email protected]> wrote:
> new update, we are really lagging behind :/
>
> same problems with test, one failing in normal flavor
> and two fails with threads flavor.
solene, your update to sbcl-2.1.11 is ok gkoehler@
I packaged both flavors of 2.1.11 on powerpc. I ran "make test" on
the threads flavor and got a longer list of failures on powerpc; my
list is below. (I don't have an old "make test" to compare.) One of
the tests got stuck; I killed it with SIGTERM.
--George
Status:
Expected failure: array.pure.lisp / CHECK-BOUND-SIGNED-BOUND-NOTES
Expected failure: compiler-2.pure.lisp / DEDUPLICATED-FDEFNS
Expected failure: compiler.pure.lisp / (ODDP BIGNUM NO-CONSING)
Expected failure: compiler.pure.lisp / (LOGTEST BIGNUM NO-CONSING)
Failure: compiler.pure.lisp / REDUCING-CONSTANTS
Failure: compiler.pure.lisp / REDUCING-CONSTANTS.2
Expected failure: float.pure.lisp / (ADDITION-OVERFLOW BUG-372)
Expected failure: float.pure.lisp / (ADDITION-OVERFLOW BUG-372 TAKE-2)
Expected failure: hash.pure.lisp / SXHASH-ON-DISPLACED-STRING
Skipped (broken): interface.pure.lisp /
RESTART-BOGUS-ARG-TO-VALUES-LIST-ERROR
Failure: interface.pure.lisp / NO-V0P-EX1STSP-IN-BUILD
Expected failure: random.pure.lisp / FLOAT-NO-CONSING
Expected failure: selfbuild-output.pure.lisp /
MAKE-LIST-%MAKE-LIST-NOT-CALLED
Failure: unicode-misc.pure.lisp / (CL-CASE-INVERTIBILITY)
Expected failure: block-compile.impure.lisp /
BLOCK-DEFCONSTANT-HAIRY-EQNESS-TEST
Expected failure: compiler.impure.lisp / BUG-308921
Expected failure: compiler.impure.lisp / FTYPE-RETURN-TYPE-CONFLICT
Unexpected success: debug.impure.lisp / (TRACE ENCAPSULATE NIL)
Unexpected success: debug.impure.lisp / (TRACE ENCAPSULATE NIL RECURSIVE)
Expected failure: debug.impure.lisp / PROPERLY-TAGGED-P-INTERNAL
Expected failure: dynamic-extent.impure.lisp / DX-COMPILER-NOTES
Expected failure: fopcompiler.impure.lisp /
FOPCOMPILER-DEPRECATED-VAR-WARNING
Expected failure: full-eval.impure.lisp / INLINE-FUN-CAPTURES-DECL
Invalid exit status: gc.impure.lisp
Skipped (broken): gethash-concurrency.impure.lisp / (HASH-TABLE
UNSYNCHRONIZED)
Failure: hash-table.impure.lisp / HASH-TABLE-ITERATOR-NO-NOTES
Failure: kill-non-lisp-thread.impure.lisp / KILL-NON-LISP-THREAD
Failure: make-thread.impure.lisp / EXPECTED-GC-ROOTS
Expected failure: packages.impure.lisp / USE-PACKAGE-CONFLICT-SET
Expected failure: packages.impure.lisp / IMPORT-SINGLE-CONFLICT
Skipped (broken): threads.impure.lisp / BACKTRACE
Skipped (broken): timer.impure.lisp / (TIMER PARALLEL-UNSCHEDULE)
Expected failure: walk.impure.lisp / (WALK MULTIPLE-VALUE-BIND)
Expected failure: walk.impure.lisp / (WALK MULTIPLE-VALUE-BIND SPECIAL)
(64 tests skipped for this combination of platform and features)
test failed, expected 104 return code, got 1
> Index: Makefile
> ===================================================================
> RCS file: /home/reposync/ports/lang/sbcl/Makefile,v
> retrieving revision 1.46
> diff -u -p -r1.46 Makefile
> --- Makefile 28 May 2021 16:23:31 -0000 1.46
> +++ Makefile 8 Dec 2021 22:22:02 -0000
> @@ -25,7 +25,7 @@ USE_WXNEEDED = Yes
>
> COMMENT= compiler and runtime system for ANSI Common Lisp
>
> -V = 2.1.4
> +V = 2.1.11
> DISTNAME= sbcl-${V}-source
> PKGNAME= sbcl-${V}
> WRKDIST= ${WRKDIR}/sbcl-${V}
> Index: distinfo
> ===================================================================
> RCS file: /home/reposync/ports/lang/sbcl/distinfo,v
> retrieving revision 1.20
> diff -u -p -r1.20 distinfo
> --- distinfo 28 May 2021 16:23:31 -0000 1.20
> +++ distinfo 8 Dec 2021 22:23:37 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (sbcl-2.1.4-source.tar.bz2) =
> mSYOI0b80irlVG4VuvUImdyzt1psdMx8yEk3iJnvvRE=
> -SIZE (sbcl-2.1.4-source.tar.bz2) = 6550812
> +SHA256 (sbcl-2.1.11-source.tar.bz2) =
> v8FIHef9vfru8qsPDo6E79NDQz3qjSHPvqiwFGy9/v0=
> +SIZE (sbcl-2.1.11-source.tar.bz2) = 6687529
> Index: pkg/PLIST
> ===================================================================
> RCS file: /home/reposync/ports/lang/sbcl/pkg/PLIST,v
> retrieving revision 1.12
> diff -u -p -r1.12 PLIST
> --- pkg/PLIST 13 May 2019 12:58:58 -0000 1.12
> +++ pkg/PLIST 8 Dec 2021 22:22:16 -0000
> @@ -21,6 +21,8 @@ lib/sbcl/contrib/sb-executable.asd
> lib/sbcl/contrib/sb-executable.fasl
> lib/sbcl/contrib/sb-gmp.asd
> lib/sbcl/contrib/sb-gmp.fasl
> +lib/sbcl/contrib/sb-graph.asd
> +lib/sbcl/contrib/sb-graph.fasl
> lib/sbcl/contrib/sb-grovel.asd
> lib/sbcl/contrib/sb-grovel.fasl
> lib/sbcl/contrib/sb-introspect.asd
>
--
George Koehler <[email protected]>