Tcl Source Code

Check-in [13d4bdb8dd]
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 | core-8-5-branch
Files: files | file ages | folders
SHA1: 13d4bdb8ddb819010f5d622d7a8dde28afc079ab
User & Date: dkf 2013-03-01 18:30:40
Context
2013-03-04
15:40
merge mark check-in: 86a398db8f user: dgp tags: core-8-5-branch
2013-03-01
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-27
15:18
Somewhat tidier, less daunting test. check-in: 4459688518 user: dgp tags: core-8-5-branch
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to tests/listObj.test.

189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
    }
    -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








|







189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
    }
    -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