Menu

#4079 parse.test parse-8.5 failure

obsolete: 8.6a1
closed-duplicate
5
2008-07-14
2008-07-14
No

sparc solaris 2.8, sun c compiler,
latest tcl cvs head from activestate snapshot ftp site
onfigured by ./configure, generated by GNU Autoconf 2.61,
with options \"'--prefix=/projects/sprs_lwv/tcl86' '--enable-shared' '--enable-symbols' '--enable-stubs' 'CC=/opt/SUNWspro/bin/cc'\"

parse.test

==== parse-8.5 Tcl_EvalObjv procedure, command traces FAILED
==== Contents of test case:

testevalobjv 0 set x 123
testcmdtrace tracetest {testevalobjv 0 set x $x}

---- Result was:
{testevalobjv 0 set x $x} {testevalobjv 0 set x 123} {testevalobjv 0 set x $x} {
set x 123}
---- Result should have been (exact matching):
{testevalobjv 0 set x $x} {testevalobjv 0 set x 123} {set x 123} {set x 123}
==== parse-8.5 FAILED

Discussion

  • miguel sofer

    miguel sofer - 2008-07-14

    Logged In: YES
    user_id=148712
    Originator: NO

    Duo of Bug #2017146

     
  • miguel sofer

    miguel sofer - 2008-07-14
    • status: open --> closed-duplicate