Tcl Source Code

View Ticket
Login
Ticket UUID: 3357807
Title: --enable-symbols=all info.test megaFAIL
Type: Bug Version: obsolete: 8.6b1.1
Submitter: dgp Created on: 2011-07-07 16:57:32
Subsystem: 17. Commands I-L Assigned To: aku
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2015-01-26 18:55:00
Resolution: Fixed Closed By: dgp
    Closed on: 2015-01-26 18:55:00
Description:
In a --enable-symbols=all build of the Tcl trunk,
many, many tests in info.test fail.

The pattern appears to be that many [info frame]
results that should be "type source" come up as
"type eval" or "type proc" instead.
User Comments: dkf added on 2012-05-17 22:20:11:
Just noting that [info frame] and 'tcltest -singleproc 1' interact extremely badly (saw this in 3527618, where I had a fix that was good enough for the affected tests). No idea why, but it would seem to indicate that there is room for improvement anyway.

dgp added on 2012-05-17 21:43:00:
seeing this again while valgrinding.

dgp added on 2011-07-14 20:09:00:
The failures may require a -singleproc 1 run
of the test suite as well.