Changes between Version 2 and Version 3 of dev-lang/tcl/8.6b1/1
- Timestamp:
- 06/11/11 13:55:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/tcl/8.6b1/1
v2 v3 1 1 [begin portlog metadata] 2 description: unthreaded build, 4 6failing tests2 description: unthreaded build, 42 failing tests 3 3 authors: brecht 4 4 status: unstable … … 6 6 [end portlog metadata] 7 7 8 the {{{event.test}}} seems to hang. I removed this one to be able to run the other tests. 8 the {{{event.test}}} seems to hang. Run the following to skip this test: 9 {{{ 10 make test TESTFLAGS="-notfile event.test" 11 }}} 9 12 10 Test report: 13 {{{event.test}}} hangs on event-11.5 (Tcl_VwaitCmd procedure: round robin scheduling, 2 sources): 14 {{{ 15 make test TESTFLAGS="-verbose bps -file event.test" 16 }}} 11 17 18 Summary of tests (full report in attachment): 12 19 {{{ 13 Tests ended at Sat Jun 11 2 1:52:42+0200 201114 all.tcl: Total 24913 Passed 237 10 Skipped 1158 Failed 4520 Tests ended at Sat Jun 11 22:49:39 +0200 2011 21 all.tcl: Total 24913 Passed 23709 Skipped 1163 Failed 41 15 22 Sourced 140 Test Files. 16 Files with failing tests: chanio.test clock.test cmdAH.test exec.test fCmd.test socket.test tcltest.test unixFCmd.test unixInit.test 17 Number of tests skipped for each constraint: 18 9 !ieeeFloatingPoint 19 2 95or98 20 3 asyncPipeChan 21 76 bigEndian 22 4 dontCopyLinks 23 61 emptyTest 24 1 execMknod 25 2 hasIsoLocale 26 2 impossible 27 33 knownBug 28 2 largefileSupport 29 100 localeRegexp 30 12 longIs64bit 31 14 macosxFileAttr 32 22 memory 33 34 nonPortable 34 5 notNetworkFilesystem 35 8 nt 36 4 readonlyAttr 37 3 singleTestInterp 38 1 testWinCPUID 39 1 testexprparser && !ieeeFloatingPoint 40 195 testthread 41 1 testwinclock 42 21 testwordend 43 3 threaded 44 3 unknownFailure 45 525 win 23 Files with failing tests: clock.test cmdAH.test fCmd.test socket.test tcltest.test unixFCmd.test unixInit.test 46 24 }}}
