Menu

#2366 safe-1.2 fails

obsolete: 8.5b3
closed-fixed
5
2011-11-29
2007-12-10
Don Porter
No

New failure on the HEAD:

==== safe-1.2 Safe Tk loading into an interpreter FAILED
==== Contents of test case:

catch {safe::interpDelete a}
safe::interpCreate a
safe::loadTk a
set l [lsort [interp hidden a]]
safe::interpDelete a
set l

---- Result was:
bell cd clipboard encoding exec exit fconfigure file glob grab load menu open pwd selection send socket source toplevel wm
---- Result should have been (exact matching):
bell cd clipboard encoding exec exit fconfigure file glob grab load menu open pwd selection send socket source toplevel unload wm
==== safe-1.2 FAILED

Probably releated to Tcl Bug 1662436.

Discussion

  • Donal K. Fellows

    • status: open --> closed-fixed
     
  • Don Porter

    Don Porter - 2011-11-28

    Failing again

     
  • Don Porter

    Don Porter - 2011-11-28
    • status: closed-fixed --> open-fixed
     
  • Donal K. Fellows

    • status: open-fixed --> pending-fixed
     
  • Donal K. Fellows

    Working for me with a clean build.

     
  • Donal K. Fellows

    on trunk that is; retesting with 8.5

     
  • Donal K. Fellows

    8.5 also clean for me; whatever is going on, it appears to be not part of a standard build (on OSX). I'll need more info to pursue...

     
  • Don Porter

    Don Porter - 2011-11-28

    on trunk of both Tcl and Tk:

    ---- Result was:
    bell cd clipboard encoding exec exit fconfigure file glob grab load menu open pwd selection send socket source tcl:file:atime tcl:file:attributes tcl:file:copy tcl:file:delete tcl:file:dirname tcl:file:executable tcl:file:exists tcl:file:extension tcl:file:isdirectory tcl:file:isfile tcl:file:link tcl:file:lstat tcl:file:mkdir tcl:file:mtime tcl:file:nativename tcl:file:normalize tcl:file:owned tcl:file:readable tcl:file:readlink tcl:file:rename tcl:file:rootname tcl:file:size tcl:file:stat tcl:file:tail tcl:file:tempfile tcl:file:type tcl:file:volumes tcl:file:writable toplevel unload wm
    ---- Result should have been (exact matching):
    bell cd clipboard encoding exec exit fconfigure file glob grab load menu open pwd selection send socket source toplevel unload wm
    ==== safe-1.2 FAILED

     
  • Don Porter

    Don Porter - 2011-11-28
    • status: pending-fixed --> open-fixed
     
  • Donal K. Fellows

    Whoops; missed that this was a Tk issue.

     
  • Donal K. Fellows

    • status: open-fixed --> closed-fixed
     
  • Donal K. Fellows

    Sorted.