Tcl Source Code

Check-in [aeaf8492d3]
Login

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

Overview
Comment:Add tests/tcltests.tcl as a place to store common code for tests.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-6-branch
Files: files | file ages | folders
SHA3-256: aeaf8492d3aa0e73208e814a5bc9510d0bcb676ddcd482a0ed016792ed74c9a2
User & Date: pooryorick 2018-06-16 22:56:07.057
Context
2018-06-17
08:47
Remove dependencies between tests in env.test. check-in: 9e55a28229 user: pooryorick tags: core-8-6-branch
2018-06-16
22:57
Add tests/tcltests.tcl as a place to store common code for tests. check-in: 535977ae7d user: pooryorick tags: core-8-branch
22:56
Add tests/tcltests.tcl as a place to store common code for tests. check-in: aeaf8492d3 user: pooryorick tags: core-8-6-branch
17:55
new package tcltests exclude some exec.test tests when running under valgrind check-in: 4917fb3cc3 user: pooryorick tags: core-8-6-branch
Changes
Unified Diff Ignore Whitespace Patch
Added tests/tcltests.tcl.






>
>
>
1
2
3
#! /usr/bin/env tclsh

testConstraint notValgrind [expr {![testConstraint valgrind]}]