Tcl Source Code

Artifact [d17021b48c]
Login

Artifact d17021b48c0ea3c1d96110e6804316fca3fb9669:

Attachment "log" to ticket [748939ffff] added by mmokrejs 2004-05-19 16:06:37.
LD_LIBRARY_PATH=`pwd`:/usr/local/tcltk/8.3/lib:/usr/local/gimp-1.2/lib:/usr/local/ImageMagick-5.2.0/lib:/usr/local/lib; export LD_LIBRARY_PATH; \
TCL_LIBRARY="/usr/tmp/tcl/library"; export TCL_LIBRARY; \
./tcltest ./../tests/all.tcl  
Tests running in interp:  /var/cluster/members/member0/tmp/tcl/unix/tcltest
Tests located in:  /var/cluster/members/member0/tmp/tcl/tests
Tests running in:  /var/cluster/members/member0/tmp/tcl/unix
Temporary files stored in /var/cluster/members/member0/tmp/tcl/unix
Test files run in separate interpreters
Running tests that match:  *
Skipping test files that match:  l.*.test
Only running test files that match:  *.test
Tests began at Wed May 19 11:01:53 CEST 2004
append.test
appendComp.test
assocd.test
async.test
autoMkindex.test
basic.test
binary.test
case.test
clock.test

==== clock-3.2 clock format tests FAILED
==== Contents of test case:

    # TCL_USE_TIMEZONE_VAR

    catch {set oldtz $env(TZ)}
    set env(TZ) PST
    set x {}
    append x [clock format 863800000 -format %Z -gmt 1]
    append x [set env(TZ)]
    catch {unset env(TZ); set env(TZ) $oldtz}
    set x

---- Result was:
CETPST
---- Result should have been (exact matching):
GMTPST
==== clock-3.2 FAILED


==== clock-3.4 clock format tests FAILED
==== Contents of test case:

    # tzset() under Borland doesn't seem to set up tzname[] for gmt timezone.
    # tzset() under MSVC has the following weird observed behavior:
    #	 First time we call "clock format [clock seconds] -format %Z -gmt 1"
    #	 we get "GMT", but on all subsequent calls we get the current time 
    #	 zone string, even though env(TZ) is GMT and the variable _timezone 
    #    is 0.

    set x {}
    append x [clock format 863800000 -format %Z -gmt 1]
    append x [clock format 863800000 -format %Z -gmt 1]

---- Result was:
CETCET
---- Result should have been (exact matching):
GMTGMT
==== clock-3.4 FAILED


==== clock-10.1 ISO week-based calendar 2000-W52-1 FAILED
==== Contents of test case:

    clock format 977702400 -format {%a %A %g %G %u %V %w} -gmt true; # 2000-12-25

---- Result was:
Mon Monday %g %G 1 52 1
---- Result should have been (exact matching):
Mon Monday 00 2000 1 52 1
==== clock-10.1 FAILED


==== clock-10.2 ISO week-based calendar 2000-W52-7 FAILED
==== Contents of test case:

    clock format 978220800 -format {%a %A %g %G %u %V %w} -gmt true; # 2000-12-31

---- Result was:
Sun Sunday %g %G 7 52 0
---- Result should have been (exact matching):
Sun Sunday 00 2000 7 52 0
==== clock-10.2 FAILED


==== clock-10.3 ISO week-based calendar 2001-W01-1 FAILED
==== Contents of test case:

    clock format 978307200 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-1-1

---- Result was:
Mon Monday %g %G 1 01 1
---- Result should have been (exact matching):
Mon Monday 01 2001 1 01 1
==== clock-10.3 FAILED


==== clock-10.4 ISO week-based calendar 2001-W01-7 FAILED
==== Contents of test case:

    clock format 978825600 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-1-7

---- Result was:
Sun Sunday %g %G 7 01 0
---- Result should have been (exact matching):
Sun Sunday 01 2001 7 01 0
==== clock-10.4 FAILED


==== clock-10.5 ISO week-based calendar 2001-W02-1 FAILED
==== Contents of test case:

    clock format 978912000 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-1-8

---- Result was:
Mon Monday %g %G 1 02 1
---- Result should have been (exact matching):
Mon Monday 01 2001 1 02 1
==== clock-10.5 FAILED


==== clock-10.6 ISO week-based calendar 2001-W52-1 FAILED
==== Contents of test case:

    clock format 1009152000 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-12-24

---- Result was:
Mon Monday %g %G 1 52 1
---- Result should have been (exact matching):
Mon Monday 01 2001 1 52 1
==== clock-10.6 FAILED


==== clock-10.7 ISO week-based calendar 2001-W52-7 FAILED
==== Contents of test case:

    clock format 1009670400 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-12-30

---- Result was:
Sun Sunday %g %G 7 52 0
---- Result should have been (exact matching):
Sun Sunday 01 2001 7 52 0
==== clock-10.7 FAILED


==== clock-10.8 ISO week-based calendar 2002-W01-1 FAILED
==== Contents of test case:

    clock format 1009756800 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-12-31

---- Result was:
Mon Monday %g %G 1 01 1
---- Result should have been (exact matching):
Mon Monday 02 2002 1 01 1
==== clock-10.8 FAILED


==== clock-10.9 ISO week-based calendar 2002-W01-2 FAILED
==== Contents of test case:

    clock format 1009843200 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-1-1

---- Result was:
Tue Tuesday %g %G 2 01 2
---- Result should have been (exact matching):
Tue Tuesday 02 2002 2 01 2
==== clock-10.9 FAILED


==== clock-10.10 ISO week-based calendar 2002-W01-7 FAILED
==== Contents of test case:

    clock format 1010275200 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-1-6

---- Result was:
Sun Sunday %g %G 7 01 0
---- Result should have been (exact matching):
Sun Sunday 02 2002 7 01 0
==== clock-10.10 FAILED


==== clock-10.11 ISO week-based calendar 2002-W02-1 FAILED
==== Contents of test case:

    clock format 1010361600 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-1-7

---- Result was:
Mon Monday %g %G 1 02 1
---- Result should have been (exact matching):
Mon Monday 02 2002 1 02 1
==== clock-10.11 FAILED


==== clock-10.12 ISO week-based calendar 2002-W52-1 FAILED
==== Contents of test case:

    clock format 1040601600 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-12-23

---- Result was:
Mon Monday %g %G 1 52 1
---- Result should have been (exact matching):
Mon Monday 02 2002 1 52 1
==== clock-10.12 FAILED


==== clock-10.13 ISO week-based calendar 2002-W52-7 FAILED
==== Contents of test case:

    clock format 1041120000 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-12-29

---- Result was:
Sun Sunday %g %G 7 52 0
---- Result should have been (exact matching):
Sun Sunday 02 2002 7 52 0
==== clock-10.13 FAILED


==== clock-10.14 ISO week-based calendar 2003-W01-1 FAILED
==== Contents of test case:

    clock format 1041206400 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-12-30

---- Result was:
Mon Monday %g %G 1 01 1
---- Result should have been (exact matching):
Mon Monday 03 2003 1 01 1
==== clock-10.14 FAILED


==== clock-10.15 ISO week-based calendar 2003-W01-2 FAILED
==== Contents of test case:

    clock format 1041292800 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-12-31

---- Result was:
Tue Tuesday %g %G 2 01 2
---- Result should have been (exact matching):
Tue Tuesday 03 2003 2 01 2
==== clock-10.15 FAILED


==== clock-10.16 ISO week-based calendar 2003-W01-3 FAILED
==== Contents of test case:

    clock format 1041379200 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-1-1

---- Result was:
Wed Wednesday %g %G 3 01 3
---- Result should have been (exact matching):
Wed Wednesday 03 2003 3 01 3
==== clock-10.16 FAILED


==== clock-10.17 ISO week-based calendar 2003-W01-7 FAILED
==== Contents of test case:

    clock format 1041724800 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-1-5

---- Result was:
Sun Sunday %g %G 7 01 0
---- Result should have been (exact matching):
Sun Sunday 03 2003 7 01 0
==== clock-10.17 FAILED


==== clock-10.18 ISO week-based calendar 2003-W02-1 FAILED
==== Contents of test case:

    clock format 1041811200 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-1-6

---- Result was:
Mon Monday %g %G 1 02 1
---- Result should have been (exact matching):
Mon Monday 03 2003 1 02 1
==== clock-10.18 FAILED


==== clock-10.19 ISO week-based calendar 2003-W52-1 FAILED
==== Contents of test case:

    clock format 1072051200 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-12-22

---- Result was:
Mon Monday %g %G 1 52 1
---- Result should have been (exact matching):
Mon Monday 03 2003 1 52 1
==== clock-10.19 FAILED


==== clock-10.20 ISO week-based calendar 2003-W52-7 FAILED
==== Contents of test case:

    clock format 1072569600 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-12-28

---- Result was:
Sun Sunday %g %G 7 52 0
---- Result should have been (exact matching):
Sun Sunday 03 2003 7 52 0
==== clock-10.20 FAILED


==== clock-10.21 ISO week-based calendar 2004-W01-1 FAILED
==== Contents of test case:

    clock format 1072656000 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-12-29

---- Result was:
Mon Monday %g %G 1 01 1
---- Result should have been (exact matching):
Mon Monday 04 2004 1 01 1
==== clock-10.21 FAILED


==== clock-10.22 ISO week-based calendar 2004-W01-3 FAILED
==== Contents of test case:

    clock format 1072828800 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-12-31

---- Result was:
Wed Wednesday %g %G 3 01 3
---- Result should have been (exact matching):
Wed Wednesday 04 2004 3 01 3
==== clock-10.22 FAILED


==== clock-10.23 ISO week-based calendar 2004-W01-4 FAILED
==== Contents of test case:

    clock format 1072915200 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-1-1

---- Result was:
Thu Thursday %g %G 4 01 4
---- Result should have been (exact matching):
Thu Thursday 04 2004 4 01 4
==== clock-10.23 FAILED


==== clock-10.24 ISO week-based calendar 2004-W01-7 FAILED
==== Contents of test case:

    clock format 1073174400 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-1-4

---- Result was:
Sun Sunday %g %G 7 01 0
---- Result should have been (exact matching):
Sun Sunday 04 2004 7 01 0
==== clock-10.24 FAILED


==== clock-10.25 ISO week-based calendar 2004-W02-1 FAILED
==== Contents of test case:

    clock format 1073260800 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-1-5

---- Result was:
Mon Monday %g %G 1 02 1
---- Result should have been (exact matching):
Mon Monday 04 2004 1 02 1
==== clock-10.25 FAILED


==== clock-10.26 ISO week-based calendar 2004-W52-1 FAILED
==== Contents of test case:

    clock format 1103500800 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-12-20

---- Result was:
Mon Monday %g %G 1 52 1
---- Result should have been (exact matching):
Mon Monday 04 2004 1 52 1
==== clock-10.26 FAILED


==== clock-10.27 ISO week-based calendar 2004-W52-7 FAILED
==== Contents of test case:

    clock format 1104019200 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-12-26

---- Result was:
Sun Sunday %g %G 7 52 0
---- Result should have been (exact matching):
Sun Sunday 04 2004 7 52 0
==== clock-10.27 FAILED


==== clock-10.28 ISO week-based calendar 2004-W53-1 FAILED
==== Contents of test case:

    clock format 1104105600 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-12-27

---- Result was:
Mon Monday %g %G 1 53 1
---- Result should have been (exact matching):
Mon Monday 04 2004 1 53 1
==== clock-10.28 FAILED


==== clock-10.29 ISO week-based calendar 2004-W53-5 FAILED
==== Contents of test case:

    clock format 1104451200 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-12-31

---- Result was:
Fri Friday %g %G 5 53 5
---- Result should have been (exact matching):
Fri Friday 04 2004 5 53 5
==== clock-10.29 FAILED


==== clock-10.30 ISO week-based calendar 2004-W53-6 FAILED
==== Contents of test case:

    clock format 1104537600 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-1-1

---- Result was:
Sat Saturday %g %G 6 53 6
---- Result should have been (exact matching):
Sat Saturday 04 2004 6 53 6
==== clock-10.30 FAILED


==== clock-10.31 ISO week-based calendar 2004-W53-7 FAILED
==== Contents of test case:

    clock format 1104624000 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-1-2

---- Result was:
Sun Sunday %g %G 7 53 0
---- Result should have been (exact matching):
Sun Sunday 04 2004 7 53 0
==== clock-10.31 FAILED


==== clock-10.32 ISO week-based calendar 2005-W01-1 FAILED
==== Contents of test case:

    clock format 1104710400 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-1-3

---- Result was:
Mon Monday %g %G 1 01 1
---- Result should have been (exact matching):
Mon Monday 05 2005 1 01 1
==== clock-10.32 FAILED


==== clock-10.33 ISO week-based calendar 2005-W01-7 FAILED
==== Contents of test case:

    clock format 1105228800 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-1-9

---- Result was:
Sun Sunday %g %G 7 01 0
---- Result should have been (exact matching):
Sun Sunday 05 2005 7 01 0
==== clock-10.33 FAILED


==== clock-10.34 ISO week-based calendar 2005-W02-1 FAILED
==== Contents of test case:

    clock format 1105315200 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-1-10

---- Result was:
Mon Monday %g %G 1 02 1
---- Result should have been (exact matching):
Mon Monday 05 2005 1 02 1
==== clock-10.34 FAILED


==== clock-10.35 ISO week-based calendar 2005-W52-1 FAILED
==== Contents of test case:

    clock format 1135555200 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-12-26

---- Result was:
Mon Monday %g %G 1 52 1
---- Result should have been (exact matching):
Mon Monday 05 2005 1 52 1
==== clock-10.35 FAILED


==== clock-10.36 ISO week-based calendar 2005-W52-6 FAILED
==== Contents of test case:

    clock format 1135987200 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-12-31

---- Result was:
Sat Saturday %g %G 6 52 6
---- Result should have been (exact matching):
Sat Saturday 05 2005 6 52 6
==== clock-10.36 FAILED


==== clock-10.37 ISO week-based calendar 2005-W52-7 FAILED
==== Contents of test case:

    clock format 1136073600 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-1-1

---- Result was:
Sun Sunday %g %G 7 52 0
---- Result should have been (exact matching):
Sun Sunday 05 2005 7 52 0
==== clock-10.37 FAILED


==== clock-10.38 ISO week-based calendar 2006-W01-1 FAILED
==== Contents of test case:

    clock format 1136160000 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-1-2

---- Result was:
Mon Monday %g %G 1 01 1
---- Result should have been (exact matching):
Mon Monday 06 2006 1 01 1
==== clock-10.38 FAILED


==== clock-10.39 ISO week-based calendar 2006-W01-7 FAILED
==== Contents of test case:

    clock format 1136678400 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-1-8

---- Result was:
Sun Sunday %g %G 7 01 0
---- Result should have been (exact matching):
Sun Sunday 06 2006 7 01 0
==== clock-10.39 FAILED


==== clock-10.40 ISO week-based calendar 2006-W02-1 FAILED
==== Contents of test case:

    clock format 1136764800 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-1-9

---- Result was:
Mon Monday %g %G 1 02 1
---- Result should have been (exact matching):
Mon Monday 06 2006 1 02 1
==== clock-10.40 FAILED


==== clock-10.41 ISO week-based calendar 2009-W52-1 FAILED
==== Contents of test case:

    clock format 1261353600 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-12-21

---- Result was:
Mon Monday %g %G 1 52 1
---- Result should have been (exact matching):
Mon Monday 09 2009 1 52 1
==== clock-10.41 FAILED


==== clock-10.42 ISO week-based calendar 2009-W52-7 FAILED
==== Contents of test case:

    clock format 1261872000 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-12-27

---- Result was:
Sun Sunday %g %G 7 52 0
---- Result should have been (exact matching):
Sun Sunday 09 2009 7 52 0
==== clock-10.42 FAILED


==== clock-10.43 ISO week-based calendar 2009-W53-1 FAILED
==== Contents of test case:

    clock format 1261958400 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-12-28

---- Result was:
Mon Monday %g %G 1 53 1
---- Result should have been (exact matching):
Mon Monday 09 2009 1 53 1
==== clock-10.43 FAILED


==== clock-10.44 ISO week-based calendar 2009-W53-4 FAILED
==== Contents of test case:

    clock format 1262217600 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-12-31

---- Result was:
Thu Thursday %g %G 4 53 4
---- Result should have been (exact matching):
Thu Thursday 09 2009 4 53 4
==== clock-10.44 FAILED


==== clock-10.45 ISO week-based calendar 2009-W53-5 FAILED
==== Contents of test case:

    clock format 1262304000 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-1-1

---- Result was:
Fri Friday %g %G 5 53 5
---- Result should have been (exact matching):
Fri Friday 09 2009 5 53 5
==== clock-10.45 FAILED


==== clock-10.46 ISO week-based calendar 2009-W53-7 FAILED
==== Contents of test case:

    clock format 1262476800 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-1-3

---- Result was:
Sun Sunday %g %G 7 53 0
---- Result should have been (exact matching):
Sun Sunday 09 2009 7 53 0
==== clock-10.46 FAILED


==== clock-10.47 ISO week-based calendar 2010-W01-1 FAILED
==== Contents of test case:

    clock format 1262563200 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-1-4

---- Result was:
Mon Monday %g %G 1 01 1
---- Result should have been (exact matching):
Mon Monday 10 2010 1 01 1
==== clock-10.47 FAILED


==== clock-10.48 ISO week-based calendar 2010-W01-7 FAILED
==== Contents of test case:

    clock format 1263081600 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-1-10

---- Result was:
Sun Sunday %g %G 7 01 0
---- Result should have been (exact matching):
Sun Sunday 10 2010 7 01 0
==== clock-10.48 FAILED


==== clock-10.49 ISO week-based calendar 2010-W02-1 FAILED
==== Contents of test case:

    clock format 1263168000 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-1-11

---- Result was:
Mon Monday %g %G 1 02 1
---- Result should have been (exact matching):
Mon Monday 10 2010 1 02 1
==== clock-10.49 FAILED

cmdAH.test
cmdIL.test
cmdInfo.test
cmdMZ.test
compExpr-old.test
compExpr.test
compile.test
concat.test
config.test
dcall.test
dict.test
dstring.test
encoding.test
env.test
error.test
eval.test
event.test
exec.test
execute.test
expr-old.test
expr.test
fCmd.test

==== fCmd-27.5 TclFileAttrsCmd - setting one option FAILED
==== Contents of test case:

    catch {file delete -force -- foo.tmp}
    createfile foo.tmp
    set attrs [file attributes foo.tmp]
    list [catch {file attributes foo.tmp {expand}[lrange $attrs 0 1]} msg] $msg [file delete -force -- foo.tmp]

---- Result was:
1 {could not set group for file "foo.tmp": not owner} {}
---- Result should have been (exact matching):
0 {} {}
==== fCmd-27.5 FAILED


==== fCmd-27.6 TclFileAttrsCmd - setting more than one option FAILED
==== Contents of test case:

    catch {file delete -force -- foo.tmp}
    createfile foo.tmp
    set attrs [file attributes foo.tmp]
    list [catch {file attributes foo.tmp {expand}[lrange $attrs 0 3]} msg] $msg [file delete -force -- foo.tmp]

---- Result was:
1 {could not set group for file "foo.tmp": not owner} {}
---- Result should have been (exact matching):
0 {} {}
==== fCmd-27.6 FAILED

fileName.test
fileSystem.test
for-old.test
for.test
foreach.test
format.test
get.test

==== get-1.10 Tcl_GetInt procedure FAILED
==== Contents of test case:

	set x 0
	list [catch {incr x -18446744073709551614} msg] $msg
    
---- Result was:
1 {integer value too large to represent}
---- Result should have been (exact matching):
0 2
==== get-1.10 FAILED

history.test
http.test
httpold.test
if-old.test
if.test
incr-old.test
incr.test
indexObj.test
info.test
init.test
:	Total	24	Passed	24	Skipped	0	Failed	0
interp.test
io.test
ioCmd.test
ioUtil.test
iogt.test
join.test
lindex.test
link.test
linsert.test
list.test
listObj.test
llength.test
load.test
lrange.test
lrepeat.test
lreplace.test
lsearch.test
lset.test
lsetComp.test
macOSXFCmd.test
main.test
misc.test
msgcat.test
namespace-old.test
namespace.test
notify.test
obj.test
opt.test
package.test
parse.test
parseExpr.test
parseOld.test
pid.test
pkg.test
:	Total	117	Passed	117	Skipped	0	Failed	0
pkgMkIndex.test
platform.test
proc-old.test
proc.test
pwd.test
reg.test
regexp.test
regexpComp.test
registry.test
rename.test
result.test
safe.test
scan.test
security.test
set-old.test
set.test
socket.test
source.test
split.test
stack.test
string.test
stringComp.test
stringObj.test
subst.test
switch.test
tcltest.test
thread.test
timer.test
trace.test
unixFCmd.test

==== unixFCmd-16.1 SetOwnerAttribute - current owner FAILED
==== Contents of test case:

    catch {file delete -force -- foo.test}
    close [open foo.test w]
    list [catch {file attributes foo.test -owner $user} msg]  $msg [string compare [file attributes foo.test -owner] $user]  [file delete -force -- foo.test]

---- Result was:
1 {could not set owner for file "foo.test": not owner} 0 {}
---- Result should have been (exact matching):
0 {} 0 {}
==== unixFCmd-16.1 FAILED

unixFile.test
unixInit.test
unixNotfy.test
unknown.test
unload.test
uplevel.test
upvar.test
utf.test
util.test
var.test
while-old.test
while.test
winConsole.test
winDde.test
winFCmd.test
winFile.test
winNotify.test
winPipe.test
winTime.test

Tests ended at Wed May 19 11:04:51 CEST 2004
all.tcl:	Total	11589	Passed	10633	Skipped	901	Failed	55
Sourced 131 Test Files.
Files with failing tests: clock.test fCmd.test get.test unixFCmd.test
Number of tests skipped for each constraint:
	1	!unix
	74	bigEndian
	4	dontCopyLinks
	47	emptyTest
	2	hasIsoLocale
	29	knownBug
	1	largefileSupport
	25	localeRegexp
	35	longIs32bit
	13	macosxFileAttr
	7	memory
	1	needPST
	82	nonPortable
	5	notNTFS
	444	pcOnly
	4	readonlyAttr
	1	singleTestInterp
	30	testthread
	1	testwinclock
	21	testwordend
	3	threaded
	1	umask2
	3	unknownFailure
	2	wideIntExpressions
	22	wideIntegerUnparsed
	2	win
	36	winOnly
	5	xdev