Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Just built tcl8.6 on FreeBSD 11.2

25 views
Skip to first unread message

Roderick

unread,
Aug 28, 2019, 3:14:19 PM8/28/19
to

And got with two errors with make test. See below. Is this bad?

Rod.

---------------------------------

# make test
[...]
tm.test
trace.test
unixFCmd.test


==== unixFCmd-20.1 SetReadOnlyAttribute FAILED
==== Contents of test case:

close [open foo.test w]
list [catch {file attributes foo.test -readonly 1} msg] $msg [catch
{file attribute foo.test -readonly} msg] $msg [catch {file delete -force
-- foo.test}] [catch {file attributes foo.test -readonly 0} msg] $msg
[catch {file attribute foo.test -readonly} msg] $msg

---- Result was:
1 {could not set flags for file "foo.test": operation not supported} 0 0 0
1 {could not read "foo.test": no such file or directory} 1 {could not read
"foo.test": no such file or directory}
---- Result should have been (exact matching):
0 {} 0 1 1 0 {} 0 0
==== unixFCmd-20.1 FAILED

unixFile.test
unixForkEvent.test
unixInit.test


==== unixInit-3.1 TclpSetInitialEncodings FAILED
==== Contents of test case:

set env(LANG) C
set f [open "|[list [interpreter]]" w+]
chan configure $f -buffering none
puts $f {puts [encoding system]; exit}
set enc [gets $f]
close $f
return $enc

---- Result was:
utf-8
---- Result should have been (regexp matching):
^iso8859-15?$
==== unixInit-3.1 FAILED

unixNotfy.test
unknown.test

[...]

Tests ended at Wed Aug 28 19:06:09 UTC 2019
all.tcl: Total 33413 Passed 30124 Skipped 3287 Failed 2
Sourced 149 Test Files.
Files with failing tests: unixFCmd.test unixInit.test
Number of tests skipped for each constraint:
9 !ieeeFloatingPoint
3 asyncPipeChan
76 bigEndian
5 bug-3057639
49 dde
4 dontCopyLinks
64 emptyTest
1 execMknod
5 fullutf
2 hasIsoLocale
1 knownBadTest
39 knownBug
100 localeRegexp
52 longIs32bit
14 macosxFileAttr
82 memory
46 nonPortable
5 notNetworkFilesystem
1 notValgrind
9 nt
1996 serverNeeded
3 singleTestInterp
1 testexprparser && !ieeeFloatingPoint
1 testwinclock
21 testwordend
189 thread
3 tip389
2 unthreaded
2 wideBiggerThanInt
487 win
4 winVista

Roderick

unread,
Aug 28, 2019, 3:14:50 PM8/28/19
to

Excuse me:it is FreeBSD 11.3

0 new messages