summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-10-151-2/+2
|\
| * 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
* | Merge 8.6jan.nijtmans2020-09-041-3/+1
|\ \ | |/
| * 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
* | Merge 8.6jan.nijtmans2020-09-011-12/+12
|\ \ | |/
* | Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-311-12/+12
|\ \ | |/
| * 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
* | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-3/+3
|\ \ | |/
* | Merge safe-bugfixes-8-6kjnash2020-08-281-4/+4
|\ \ | |/
| * Update safe.test for new error message.kjnash2020-08-281-4/+4
| |
| * Whitespace changes only.kjnash2020-07-221-7/+5
| |
* | Whitespace and comment changes only.kjnash2020-07-221-5/+4
| |
* | Merge safe-bugfixes-8-6kjnash2020-07-211-0/+23
|\ \ | |/
| * 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.*.
* | File tests/safe.test - rearrange tests - move tests of command/package ↵kjnash2020-07-201-1406/+77
| | | | | | | | loading that use Tcl files to new file tests/safe-stock87.test; move tests of zipfs compatibility to new file tests/safe-zipfs.test; renumber tests 9.8+ and add test 9.8 to replace old 5.1; move tests 7.0* to 5.*; reverse merge error (duplicate code).
* | Merge safe-bugfixes-8-6kjnash2020-07-181-17/+608
|\ \ | |/
| * 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
| |\
* | | Fix error in merging safe.test with safe-bugfixes-8-6 commit d065e8c73dkjnash2020-07-161-2/+2
| | |
* | | Amend tests safe-7.[124]z so they look for packages in the mounted zipfilekjnash2020-07-161-5/+5
| | |
* | | Bugfix tests/safe.test (as in safe-bugfixes-8-6). Harden tests safe-9.20z ↵kjnash2020-07-161-177/+145
| | | | | | | | | | | | to safe-9.24z against indeterminate order of glob matches. Audit use of glob and tcl::tm in modified tests for cases with multiple matches. Simplify test comparison patterns.
* | | Remove diagnostic spaceskjnash2020-07-161-17/+17
| | |
* | | Merge safe-bugfixes-8-6kjnash2020-07-161-161/+199
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7kjnash2020-07-161-1/+1
|\ \ \
| * | | More of the same (see previous commit)jan.nijtmans2020-07-161-1/+1
| | | |
* | | | Remove diagnostic putskjnash2020-07-141-3/+1
| | | |
* | | | safe.test - add zipfile and tests of loading files from zipfskjnash2020-07-131-4/+676
| | | |
* | | | safe.test - use opt instead of http for tests with stock packages; tests ↵kjnash2020-07-131-18/+151
| | | | | | | | | | | | | | | | work whether and how opt is installed; add tests 9.10opt, 9.12opt
* | | | Merge 8.6kjnash2020-07-131-2/+70
|\ \ \ \ | | |/ / | |/| |
| * | | Comments only.kjnash2020-07-131-1/+0
| | | |
| * | | Add tests to tests/safe.testkjnash2020-07-131-2/+71
| | | |
* | | | Merge 8.6kjnash2020-07-131-0/+667
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | 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
| |/
* | Centralise the de-fanging of standard ensembles in safe interpreters. Doing ↵dkf2018-10-071-8/+4
| | | | | | | | it right once is easier than repeating hacks...
* | merge 8.6dgp2018-06-121-8/+4
|\ \ | |/
| * 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
| | |
* | | merge core-8-6-branchjan.nijtmans2018-01-041-4/+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.