Menu

#133 sparc solaris 8 cvs head test suite failure

cvs-HEAD
closed-out-of-date
nobody
Test Suite (22)
5
2014-09-20
2005-12-08
No

I have built itcl cvs head against tcl 8.5 cvs head.
When I run the itcl test suite, I get the following errors:

interp.test

==== interp-1.1 create a slave interp with [incr Tcl]
FAILED
==== Contents of test case:

interp create slave
load "" Itcl slave
list [slave eval "namespace children :: itcl"]
[interp delete slave]

---- Result was:
{} {}
---- Result should have been (exact matching):
::itcl {}
==== interp-1.1 FAILED

==== interp-1.2 create a safe slave interp with [incr
Tcl] FAILED
==== Contents of test case:

interp create -safe slave
load "" Itcl slave
list [slave eval "namespace children :: itcl"]
[interp delete slave]

---- Result was:
{} {}
---- Result should have been (exact matching):
::itcl {}
==== interp-1.2 FAILED
:
:
scope.test

==== scope-4.1 define simple namespace with things to
export FAILED
==== Contents of test case:

namespace eval test_scope_ns {
variable array
proc pcontext {args} {
return [eval $args]
}
}
namespace children :: ::test_scope_ns

---- Result was:

---- Result should have been (exact matching):
::test_scope_ns
==== scope-4.1 FAILED

Discussion

  • David Gravereaux

    • assigned_to: davygrvy --> nobody
     
  • Arnulf Wiedemann

    • status: open --> closed-out-of-date
     

Log in to post a comment.