|
From: Jan N. <jan...@gm...> - 2025-11-07 20:52:29
|
Op vr 7 nov 2025 om 21:19 schreef Kevin Walzer:
>
> What test cases are failing?
See:
<https://github.com/tcltk/tk/actions?query=branch%3Acore-tka11y>
On MacOS:
safe.test
==== safe-1.1 Safe Tk loading into an interpreter FAILED
==== Contents of test case:
safe::loadTk [safe::interpCreate a]
safe::interpDelete a
set x {}
return $x
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: Can't find a usable tk.tcl in the following directories:
{$p(:12:)}
.......
Tests ended at 2025-11-07 08:00:25 UTC
all.tcl: Total 10050 Passed 8791 Skipped 1223 Failed 36
Sourced 98 Test Files.
Files with failing tests: safe.test safePrimarySelection.test tk.test
With --disable-aqua:
DYLD_FALLBACK_LIBRARY_PATH="`pwd`:/Users/runner/work/tk/tk/tcl/unix:${DYLD_FALLBACK_LIBRARY_PATH}";
export DYLD_FALLBACK_LIBRARY_PATH;
TCL_LIBRARY=/Users/runner/work/tk/tk/tcl/library; export TCL_LIBRARY;
TK_LIBRARY=/Users/runner/work/tk/tk/tk/library; export TK_LIBRARY;
./tktest /Users/runner/work/tk/tk/tk/unix/../tests/all.tcl
/bin/sh: line 1: 19218 Segmentation fault: 11 ./tktest
/Users/runner/work/tk/tk/tk/unix/../tests/all.tcl
make: *** [test-classic] Error 139
killing process 19155...
Error: Failure during Test (classic)
Error: Process completed with exit code 1.
On Linux, with --enable-symbols:
LD_LIBRARY_PATH="`pwd`:/home/runner/work/tk/tk/tcl/unix:${LD_LIBRARY_PATH}";
export LD_LIBRARY_PATH;
TCL_LIBRARY=/home/runner/work/tk/tk/tcl/library; export TCL_LIBRARY;
TK_LIBRARY=/home/runner/work/tk/tk/tk/library; export TK_LIBRARY;
./tktest /home/runner/work/tk/tk/tk/unix/../tests/all.tcl
make: *** [Makefile:734: test-classic] Segmentation fault (core dumped)
Error: Process completed with exit code 2.
Hope this helps,
Jan Nijtmans
|