Tcl Source Code

Check-in [068506d5f1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:[Bug 3606542]: Add missing constraint to test.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 068506d5f130f16cfde89a7f272c8ee7bd98e305
User & Date: dkf 2013-03-01 18:33:36
Context
2013-03-01
18:47
[Bug 3606397]: Make test work in isolation, and corrected what was being tested. check-in: 921106e91c user: dkf tags: trunk
18:33
[Bug 3606542]: Add missing constraint to test. check-in: 068506d5f1 user: dkf tags: trunk
18:30
[Bug 3606542]: Add missing constraint to test. check-in: 13d4bdb8dd user: dkf tags: core-8-5-branch
2013-02-28
17:08
Revise TclReleaseLiteral() to tolerate a NULL interp argument. Update callers and revise mistaken co... check-in: c192ffaad6 user: dgp tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to tests/listObj.test.

192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
    }
    -cleanup {
	testobj freeallvars
    }
    -result {{a b c d e} {} {a b c d e f}}
}

test listobj-11.1 {bug 3598580} {
    testobj bug3598580
} 123

# cleanup
::tcltest::cleanupTests
return








|







192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
    }
    -cleanup {
	testobj freeallvars
    }
    -result {{a b c d e} {} {a b c d e f}}
}

test listobj-11.1 {Bug 3598580: Tcl_ListObjReplace refcount management} testobj {
    testobj bug3598580
} 123

# cleanup
::tcltest::cleanupTests
return