|
From: Francois V. <fvo...@fr...> - 2018-10-09 20:47:48
|
Le 09/10/2018 à 21:06, Donald G Porter via Tcl-Core a écrit : > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/8.6.9/ > > is a candidate file making up a pre-release of Tcl 8.6.9. Results for Tcl 8.6.9-rc0 on Windows Vista: - build fine with MSVC 2008 (I tried with symbols) - tests results: all.tcl: Total 33399 Passed 30288 Skipped 3105 Failed 6 The failing tests are: ==== cmdAH-25.2 Tcl_FileObjCmd: owned FAILED ==== Contents of test case: file owned $gorpfile ---- Result was: 0 ---- Result should have been (exact matching): 1 ==== cmdAH-25.2 FAILED ==== winDde-4.5 DDE poke remotely FAILED ==== Contents of test case: set \xe1 "" set name ch\xEDld-4.5 set child [createChildProcess $name] dde poke TclEval $name \xe1 foo set \xe1 [dde request TclEval $name \xe1] dde execute TclEval $name {set done 1} update set \xe1 ---- Result was: foo?♦ ---- Result should have been (exact matching): foo ==== winDde-4.5 FAILED winFCmd.test ==== winFCmd-6.1 TclpRemoveDirectory: errno: EACCES FAILED ==== Contents of test case: file mkdir td1 testchmod 0 td1 testfile rmdir td1 file exists td1 ---- Test completed normally; Return code was: 0 ---- Return code should have been one of: 1 ==== winFCmd-6.1 FAILED ==== winFCmd-6.9 TclpRemoveDirectory: errno == EACCES FAILED ==== Contents of test case: file mkdir td1 testchmod 0 td1 testfile rmdir td1 file exists td1 ---- Test completed normally; Return code was: 0 ---- Return code should have been one of: 1 ==== winFCmd-6.9 FAILED ==== winFCmd-6.13 TclpRemoveDirectory: write-protected FAILED ==== Contents of test case: file mkdir td1 testchmod 0 td1 testfile rmdir td1 file exists td1 ---- Test completed normally; Return code was: 0 ---- Return code should have been one of: 1 ==== winFCmd-6.13 FAILED ==== winFCmd-9.3 TraversalDelete: DOTREE_PRED FAILED ==== Contents of test case: file mkdir td1/td2 testchmod 0 td1 testfile rmdir -force td1 file exists td1 ---- Test completed normally; Return code was: 0 ---- Return code should have been one of: 1 ==== winFCmd-9.3 FAILED Cheers, Francois |