summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
Commit message (Collapse)AuthorAgeFilesLines
* (cherry-pick): Repair flaws exposed by debugging test run.jan.nijtmans2020-12-231-0/+3
|
* Something strange going on on Travis with (long-gone) safe-stock86.testjan.nijtmans2020-10-151-2/+2
|
* TIP #581: Last possible master/slave -> parent/child changes, without ↵jan.nijtmans2020-09-051-1/+1
| | | | affecting anything serious
* Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-4/+2
| | | | tcltest 2.5, since we never test with earlier tcltest versions
* opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-311-15/+15
| | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
* Update safe.test for new error message.kjnash2020-08-281-4/+4
|
* Whitespace changes only.kjnash2020-07-221-7/+5
|
* In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a ↵kjnash2020-07-211-0/+6
| | | | check that the interpreter belongs to the Safe Base. Add comments on why this is not done for ::safe::interpDelete.
* Adapt Safe Base for interpreter names with namespace separators. Add a test ↵kjnash2020-07-211-0/+17
| | | | and revise safe(n). Fixes bug [693851].
* File tests/safe.test - rearrange tests - move tests of command/package ↵kjnash2020-07-201-95/+77
| | | | loading that use Tcl files to new file tests/safe-stock86.test; renumber tests 9.8+ and add test 9.8 to replace old 5.1; move tests 7.0* to 5.*.
* Add explanatory comments to safe::AliasGlobkjnash2020-07-181-0/+49
|
* Tidying tests/safe.testkjnash2020-07-181-58/+70
|
* Merge 8.6kjnash2020-07-161-0/+1
|\
* | Bugfix tests/safe.test. Harden tests safe-9.20 to safe-9.24 against ↵kjnash2020-07-151-156/+151
| | | | | | | | indeterminate order of glob matches. Audit use of glob and tcl::tm in modified tests for cases with multiple matches. Simplify test comparison patterns.
* | Bugfix in library/safe.tcl - AliasGlob passes -join to glob inappropriately; ↵kjnash2020-07-151-4/+30
| | | | | | | | pass new test safe-13.7a
* | Bugfix in library/safe.tcl - when deleting a safe interpreter, delete its ↵kjnash2020-07-151-2/+10
| | | | | | | | sub-interpreters cleanly; pass revised test safe-7.3
* | Comments only.kjnash2020-07-131-1/+0
| |
* | Add tests to tests/safe.testkjnash2020-07-131-2/+71
| |
* | Add new tests to tests/safe.test.kjnash2020-07-131-0/+544
| |
* | Add example files for use in tests/safe.test; add tests of the files themselves.kjnash2020-07-131-0/+123
|/
* merge 8.5dgp2018-06-121-8/+4
|\
| * [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful.dgp2018-06-121-8/+4
| |
* | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing.jan.nijtmans2018-01-041-4/+4
|\ \ | |/
| * (cherry-pick): Use http 2 instead of http 1 for Safe Base testing.jan.nijtmans2018-01-041-4/+4
| |
| * Implement TIP #440: Add engine to tcl_platform Arrayjan.nijtmans2016-01-291-1/+1
| |
* | 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
| | |