summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
Commit message (Collapse)AuthorAgeFilesLines
* Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified ↵jan.nijtmans2017-01-171-1/+1
| | | | in Tcl 9.0. The "novem" branch will show whether this continues to work.
* [77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe.dkf2016-07-161-14/+6
|
* Add docs and tests.Joe Mistachkin2016-01-151-1/+1
|
* Add several tests to check consistency of stack traces.dgp2013-08-141-0/+80
|
* add test that triggered reporting of [Bug 3530230]dkf2012-06-121-0/+14
|\
| * add test that triggered reporting of [Bug 3530230]dkf2012-06-121-0/+14
| |
* | [Bug 3531089] Added test to stop this from happening againdkf2012-05-311-0/+5
| |
* | [Bug 3529949]: Defang 'file dirname ~' etc in safe interpsdkf2012-05-281-22/+22
| |
* | Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
|\ \ | |/
| * Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
| |
* | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-5/+146
|\ \ | |/
| * [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-1/+177
| |
* | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-161-2/+2
| | | | | | 'file' with that of unsafe interpreters.
* | missing constraint and too brittle resultdgp2011-11-081-1/+1
| |
* | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758]dkf2011-09-261-0/+16
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define ↵andreas_kupries2006-11-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_TIP280. * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompCmds.c: * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclIOUtil.c: * generic/tclInt.h: * generic/tclInterp.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclProc.c: * tests/compile.test: * tests/info.test: * tests/platform.test: * tests/safe.test:
| | * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclBasic.c: Define TCL_TIP268 to activate the new * generic/tclDecls.h: features. * generic/tclInt.h: * generic/tclPkg.c: * generic/tclStubInit.c: * generic/tclTest.c: * library/init.tcl * library/package.tcl: * tests/pkg.test: * tests/platform.test: * tests/safe.test: * doc/PkgRequire.3:
| | * * tests/safe.test: Backport performance improvement fromdgp2005-06-221-1/+5
| | | | | | | | | | | | reduced $::auto_path.
| * | Improved handling of non-standard module path lists, empty path lists in ↵stwo2010-11-021-2/+2
| | | | | | | | | | | | particular.
| * | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the filedkf2009-12-301-1/+12
| | | | | | | | | | | | correctly.
| * | [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-3/+3
| | |
| * | Correct failing testdkf2009-12-281-2/+2
| | |
| * | Upgrade to Safe Base's handling of [glob] to be more permissive with thedkf2009-12-161-1/+36
| | | | | | | | | | | | | | | feature set supported, but stricter with path management. It also now has an error pattern more like the standard [glob] command.
| * | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n indkf2009-12-161-1/+8
| | | | | | | | | | | | the HTML documentation.
| * | * library/safe.tcl: Backport of the streamlined safe base fromandreas_kupries2009-12-091-19/+3
| | | | | | | | | | | | | | | * tests/safe.test: head to the 8.5 branch (See head changelog entries 2009-11-05, 2009-11-06, 2009-12-03).
| * | Add test suite changes for 1999119 bug fix commit.dgp2008-06-251-10/+10
| | |
* | | * tests/fCmd.test, tests/safe.test, tests/uplevel.test,dkf2010-12-071-24/+16
| | | | | | | | | | | | | | | * tests/upvar.test, tests/var.test: Convert more tests to tcltest2 and factor them to be easier to understand.
* | | Improved handling of non-standard module path lists, empty path lists in ↵stwo2010-11-021-2/+2
| | | | | | | | | | | | particular.
* | | * library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] todkf2010-08-181-1/+8
| | | | | | | | | | | | working condition.
* | | optParse.tcl: Don't generate spaces at the end of a line.nijtmans2010-05-271-12/+12
| | |
* | | [Bug 2923613]: Make the safer [source] handle a [return] at the end of thedkf2009-12-301-1/+12
| | | | | | | | | | | | file correctly.
* | | [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-3/+3
| | |
* | | Correct failing testdkf2009-12-281-2/+2
| | |
* | | Upgrade to Safe Base's handling of [glob] to be more permissive with thedkf2009-12-161-1/+36
| | | | | | | | | | | | | | | feature set supported, but stricter with path management. It also now has an error pattern more like the standard [glob] command.
* | | Fix [Bug 2906841] and a few other smaller issues.dkf2009-12-031-262/+301
| | |
* | | Test-case for fixed [Bug 2849797]nijtmans2009-11-191-7/+8
| | | | | | | | | | | | | | | | | | Fix safe-10.1 and safe-10.4 test cases, making the wrong assumption that Tcltest should be a static package.
* | | * library/safe.tcl: A series of patches which bring the SafeBaseandreas_kupries2009-11-051-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | up to date with code guidelines, Tcl's features, also eliminating a number of inefficiencies along the way. (8) Converted the path token system to cache normalized paths and path <-> token conversions. Removed more procedures not used any longer. Removed the test cases 4.3 and 4.4 from safe.test. They were testing the now deleted command "InterpStateName".
* | | Make safe-7.2 more robust to different environmentsdgp2008-10-141-2/+2
| | |
* | | * tests/platform.test: Update tests to expect revised resultsdgp2008-09-251-2/+2
| | | | | | | | | | | | * tests/safe.test: corresponding to the TIP 315 change.
* | | * library/tm.tcl: Modified the handling of Tcl Modules and of theandreas_kupries2008-06-251-9/+9
|/ / | | | | | | | | | | * library/safe.tcl: Safe Base to interact nicely with each other, * library/init.tcl: enabling requiring Tcl Modules in safe * tests/safe.test: interpreters. Fixes [Bug 1999119].
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element forandreas_kupries2006-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: pointerSize. * win/Makefile.in: Added installation instructions for the platform * win/makefile.vc: package. Added the platform package. * win/makefile.bc: * unix/Makefile.in: * tests/platform.test: * tests/safe.test: * library/platform/platform.tcl: * library/platform/shell.tcl: * library/platform/pkgIndex.tcl:
* | typodgp2006-03-211-2/+2
| |
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-15/+14
| | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | * tests/safe.test: Trim auto_path to improve performance [1080039]dgp2004-12-061-1/+5
| |
* | TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-4/+4
| |
* | Standardized constraint namedkf2004-08-041-2/+2
| |