summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
|\
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
| * Bug [40c61a5d10]. Fix syntax error message.apnadkarni2023-02-241-4/+4
| * Merge core-8-branchapnadkarni2023-02-071-4/+4
* | Tests pass modulo couple of differences in Tcl 8 and 9 default behavior to be...apnadkarni2023-02-251-4/+4
* | Merge 8.7jan.nijtmans2023-01-221-4/+4
|\ \ | |/
| * Better error-messagejan.nijtmans2023-01-201-4/+4
| * New proposal: Allow "-strict" immediately before or after "-failindex var".jan.nijtmans2023-01-191-4/+4
| * Proposed fix for [a31caff057]: encoding command does not allow -strict to be ...jan.nijtmans2023-01-141-4/+4
* | Merge 8.7jan.nijtmans2023-01-151-4/+4
|\ \
| * | Update documentation, matching current implementationjan.nijtmans2023-01-151-4/+4
| |/
* | Fix [20157fbd14]: Failed tests safe-9.[67], since "-autoPath" is addedjan.nijtmans2022-10-181-8/+8
* | Merge 8.7jan.nijtmans2022-10-181-28/+1924
|\ \ | |/
| * TIP #579 implementation: Improved auto_path for Safe Base interpretersjan.nijtmans2022-10-181-28/+1924
| |\
| | * Merge 8.7kjnash2022-09-201-4/+4
| | |\
| | * \ Merge 8.7kjnash2022-08-311-4/+4
| | |\ \
| | * \ \ Merge old 8.7 6c69a72c58kjnash2022-08-311-24/+29
| | |\ \ \
| | * \ \ \ Merge old 8.7 674a6ad0472c7kjnash2022-08-311-61/+59
| | |\ \ \ \
| | * \ \ \ \ Merge safe-extra-tests-8-7kjnash2020-08-281-4/+4
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tip-579-8-6. All tests now pass.kjnash2020-07-251-21/+681
| | |\ \ \ \ \ \
| | | * | | | | | Rename command safe::setAutoPathSync to safe::setSyncMode. Add a section TYP...kjnash2020-07-251-320/+320
| | | * | | | | | Rearrange tests in safe.test so they are in numerical order, add 24 more test...kjnash2020-07-251-167/+599
| | | * | | | | | For each slave, record a value of -autoPath instead of discarding it and rely...kjnash2020-07-231-20/+245
| | | * | | | | | Merge safe-bugfixes-8-6kjnash2020-07-231-1/+1
| | | |\ \ \ \ \ \
| | * | | | | | | | Rename command safe::setAutoPathSync to safe::setSyncMode.kjnash2020-07-251-185/+185
| | * | | | | | | | Rearrange tests in safe.test so they are in numerical order.kjnash2020-07-251-218/+215
| | * | | | | | | | Merge tip-579-8-6kjnash2020-07-231-48/+916
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Add tests for cases that might differ when ::auto_path is not synchronized. ...kjnash2020-07-231-46/+915
| | | * | | | | | | Move tests that depend on platform::shell and http1.0 from safe.test to safe-...kjnash2020-07-221-83/+148
| | | * | | | | | | Merge safe-bugfixes-8-6kjnash2020-07-211-95/+100
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge safe-bugfixes-8-6kjnash2020-07-181-61/+119
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge safe-bugfixes-8-6kjnash2020-07-161-155/+184
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Sync with bugfixes and tests pushed upstream via safe-bugfixes-8-6 to core-8-...kjnash2020-07-141-11/+722
| | | * | | | | | | | | | Revise tests safe-18.2 and safe-18.4 to allow for -autoPath in interpConfigur...kjnash2020-07-091-2/+2
| | | * | | | | | | | | | Rename command ::safe::SetAutoPathSync to ::safe::setAutoPathSync and add to ...kjnash2020-07-091-41/+41
| | | * | | | | | | | | | Apply patch for new features other than -autoPathkjnash2020-07-091-4/+335
| | * | | | | | | | | | | Move tests that depend on platform::shell from safe.test to safe-stock86.test...kjnash2020-07-221-49/+19
| | * | | | | | | | | | | Merge safe-extra-tests-8-7kjnash2020-07-221-1270/+102
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge safe-extra-tests-8-7kjnash2020-07-191-52/+119
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge safe-extra-tests-8-7kjnash2020-07-161-320/+326
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7kjnash2020-07-141-3/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Rearrange tests in tests/safe.test to agree with upstream orderkjnash2020-07-141-733/+679
| | * | | | | | | | | | | | | | | Sync with bugfixes and tests pushed upstream via safe-extra-tests-8-7 and saf...kjnash2020-07-141-21/+2066
| | * | | | | | | | | | | | | | | Revise tests safe-18.[24] to allow for -autoPath in interpConfigure output. ...kjnash2020-07-091-22/+25
| | * | | | | | | | | | | | | | | Rename command ::safe::SetAutoPathSync to ::safe::setAutoPathSync and add to ...kjnash2020-07-091-41/+41
| | * | | | | | | | | | | | | | | Apply patch for new features other than -autoPathkjnash2020-07-091-4/+335
* | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-10-081-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Start TIP #346 implementation: For now only \xC0\x80jan.nijtmans2022-09-121-4/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | TIP #602: Remove tilde expansion in file pathsjan.nijtmans2022-09-141-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Update tests for TIP 602apnadkarni2022-08-011-4/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |