|
From: Arjen M. <Arj...@de...> - 2023-11-17 08:02:35
|
Hi everyone,
In addition to Harald's test results, here are mine:
- MS Windows 64 bits
- VS 2022, I only tried 64 bits
- nmake build system
Test failures for the following tests:
- fCMd-9.3, fCMd-9.10
- socket-14.11.0
- winFCmd-3.10
The logs:
fCmd.test
==== fCmd-9.3 file rename: comprehensive: file to new name FAILED
==== Contents of test case:
createfile tf1
createfile tf2
testchmod 0o444 tf2
file rename tf1 tf3
file rename tf2 tf4
list [lsort [glob tf*]] [file writable tf3] [file writable tf4]
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: error renaming "tf2" to "tf4": permission denied
while executing
"file rename tf2 tf4"
("uplevel" body line 6)
invoked from within
"uplevel 1 $script"
---- errorCode: POSIX EACCES {permission denied}
==== fCmd-9.3 FAILED
==== fCmd-9.10 file rename: comprehensive: file to new name and dir FAILED
==== Contents of test case:
createfile tf1
createfile tf2
file mkdir td1
testchmod 0o444 tf2
file rename tf1 [file join td1 tf3]
file rename tf2 [file join td1 tf4]
list [glob tf*] [lsort [glob -directory td1 t*]] [file writable [file join td1 tf3]] [file writable [file join td1 tf4]]
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: error renaming "tf2" to "td1/tf4": permission denied
while executing
"file rename tf2 [file join td1 tf4]"
("uplevel" body line 7)
invoked from within
"uplevel 1 $script"
---- errorCode: POSIX EACCES {permission denied}
==== fCmd-9.10 FAILED
socket.test
==== socket-14.11.0 pending [socket -async] and nonblocking [puts], no listener, no flush FAILED
==== Contents of test case:
set sock [socket -async localhost [randport]]
fconfigure $sock -blocking 0
puts $sock ok
fileevent $sock writable {set x 1}
vwait x
close $sock
---- Test completed normally; Return code was: 0
---- Return code should have been one of: 1
==== socket-14.11.0 FAILED
winFCmd.test
==== winFCmd-3.10 TclpDeleteFile: path is readonly FAILED
==== Contents of test case:
createfile tf1
testchmod 0 tf1
testfile rm tf1
file exists tf1
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: EACCES
while executing
"testfile rm tf1"
("uplevel" body line 4)
invoked from within
"uplevel 1 $script"
---- errorCode: NONE
==== winFCmd-3.10 FAILED
Regards,
Arjen
-----Original Message-----
From: Harald Oehlmann <har...@el...>
Sent: Thursday, November 16, 2023 7:32 PM
To: Tcl Core List <tcl...@li...>
Subject: [TCLCORE] TCL 9.0b1 rc0 test results
Caution: This message was sent from outside of Deltares. Please do not click links or open attachments unless you recognize the source of this email and know the content is safe. Please report all suspicious emails to "Ser...@de..." as an attachment.
Dear Don, dear Brian, dear TCL team,
thanks for the TCL 9.0B1 rc0 release.
Here is my test report on:
- MS-Windows 64 bit
- VS 2015 32 bit and 64 bit
- nmake build system
Most tests fail only on the 32 bit build. I suppose, those should be constraint to 32 bit builds, as they test some 64 bit features.
Test failures on 32 and 64 bit: socket-14.11.0
Test failures only on 32 bit: binary-72.30, format-11.13, format-11.14, string-2.37.0, string-2.37.1, string-3.43.0, string-3.43.1
Test failures only on 64 bit: none
Please find the test logs below.
Thank you for all !
Harald
DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail.
|