Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge 8.6 | kjnash | 2020-08-27 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Testcase chan-io-50.1 still fails sometimes on MacOSX. So put same measures ↵ | jan.nijtmans | 2020-08-26 | 1 | -2/+6 | |
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | in place as in io-50.1. See: [f586089a2b] | |||||
* | | | | | | | | | Try another Travis build | kjnash | 2020-08-24 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge 8.6 | kjnash | 2020-08-22 | 2 | -4/+12 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | And remove the other $ and do the test slightly differently. Inability to ↵ | culler | 2020-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test locally is a challenge. | |||||
| * | | | | | | | | Add the missing $. | culler | 2020-08-17 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Try to make io-50.6 more robust on the Travis macOS VM | culler | 2020-08-17 | 1 | -2/+9 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Testcase event-1.1 (still) fails occasionally on macOS | jan.nijtmans | 2020-08-13 | 1 | -2/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge 8.6 | kjnash | 2020-08-11 | 9 | -292/+446 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Fix for [29e8848eb976], imported alias in a deletion trace. | pooryorick | 2020-08-10 | 1 | -0/+43 | |
| | | | | | | | | ||||||
| * | | | | | | | amend to [8054e19451]: clean up timeout timer event (avoid timing issues on ↵ | sebres | 2020-08-10 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | further tests) | |||||
| * | | | | | | | Remove use of (always enabled) "openpipe" constraint. | jan.nijtmans | 2020-08-10 | 2 | -152/+152 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "testservicemode" constraint. Change a single "chan close" into a "close" in a test-case | |||||
| * | | | | | | | More places where vwait needs to be used instead of update. | culler | 2020-08-10 | 2 | -5/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | use vwait in chanio tests too. | culler | 2020-08-09 | 1 | -12/+24 | |
| | | | | | | | | ||||||
| * | | | | | | | One more vwait. | culler | 2020-08-08 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Add and use testservicemode command; replace update by vwait | culler | 2020-08-08 | 3 | -52/+90 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix the expected result for chanio-50.6 | culler | 2020-08-07 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Experiment with io-50.1 on Travis | culler | 2020-08-07 | 2 | -11/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Experiment with chan-io-50.6 on Travis | culler | 2020-08-06 | 1 | -4/+11 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-03 | 5 | -11/+54 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | Testcase cleanup: transform *io-50.* testcases to new test syntax | jan.nijtmans | 2020-08-03 | 2 | -67/+85 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | Merge 8.6 | jan.nijtmans | 2020-07-25 | 2 | -3/+3 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fix [20dccf1200]: htons-related test fails on Mac OSX Catalina (10.15) | jan.nijtmans | 2020-07-25 | 3 | -4/+4 | |
| | | | |_|_|/ | | | |/| | | | | | | | | | | Also, let http-related tests check if really http 2.9 is present | |||||
| | * | | | | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if ↵ | kjnash | 2020-07-24 | 2 | -1/+38 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | absent, must default to "keep-alive". Add test http11-1.13 and bump version to 2.9.3. | |||||
| * | | | | | Convert test-cases to do proper setup/cleanup | jan.nijtmans | 2020-07-22 | 1 | -17/+29 | |
| | | | | | | ||||||
| * | | | | | Re-enable event-1.1, io-50.? and chan-io-50.? test-cases, trying to get a ↵ | jan.nijtmans | 2020-07-21 | 3 | -60/+60 | |
| |/ / / / | | | | | | | | | | | | | | | | hand at the problem [f586089a2b] | |||||
| * | | | | Mark chan-io-50.? and event-1.1 as nonPortable (for now): Those sometimes ↵ | jan.nijtmans | 2020-07-21 | 2 | -7/+7 | |
| | |_|/ | |/| | | | | | | | | | | fail in the Travis environment, but in practice this doesn't seem to be a real problem. | |||||
| * | | | Merge 8.5. | jan.nijtmans | 2020-07-20 | 3 | -28/+25 | |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | Mark testcases io-50.* nonPortable: they fail too often in travis builds. | |||||
| | * | Backport changes in tcltest package from higher Tcl versions. | jan.nijtmans | 2020-07-20 | 2 | -7/+7 | |
| | | | | | | | | | | | | Rename (internal, undocumented) tcltest::loadIntoSlaveInterpreter into tcltest::loadIntoChildInterpreter tcltest 2.5.1 -> 2.5.3 | |||||
| | * | Testcase cleanup: Sync with testcases in core-8-6-branch | jan.nijtmans | 2020-05-13 | 1 | -75/+54 | |
| | | | ||||||
* | | | Whitespace changes only. | kjnash | 2020-07-22 | 1 | -7/+5 | |
| | | | ||||||
* | | | In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a ↵ | kjnash | 2020-07-21 | 1 | -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 ↵ | kjnash | 2020-07-21 | 1 | -0/+17 | |
| | | | | | | | | | | | | and revise safe(n). Fixes bug [693851]. | |||||
* | | | File tests/safe.test - rearrange tests - move tests of command/package ↵ | kjnash | 2020-07-20 | 2 | -95/+193 | |
| | | | | | | | | | | | | 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::AliasGlob | kjnash | 2020-07-18 | 1 | -0/+49 | |
| | | | ||||||
* | | | Tidying tests/safe.test | kjnash | 2020-07-18 | 1 | -58/+70 | |
| | | | ||||||
* | | | Merge 8.6 | kjnash | 2020-07-16 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
* | | | Bugfix tests/safe.test. Harden tests safe-9.20 to safe-9.24 against ↵ | kjnash | 2020-07-15 | 1 | -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; ↵ | kjnash | 2020-07-15 | 1 | -4/+30 | |
| | | | | | | | | | | | | pass new test safe-13.7a | |||||
* | | | Bugfix in library/safe.tcl - when deleting a safe interpreter, delete its ↵ | kjnash | 2020-07-15 | 1 | -2/+10 | |
| | | | | | | | | | | | | sub-interpreters cleanly; pass revised test safe-7.3 | |||||
* | | | Comments only. | kjnash | 2020-07-13 | 1 | -1/+0 | |
| | | | ||||||
* | | | Add tests to tests/safe.test | kjnash | 2020-07-13 | 1 | -2/+71 | |
| | | | ||||||
* | | | Add new tests to tests/safe.test. | kjnash | 2020-07-13 | 1 | -0/+544 | |
| | | | ||||||
* | | | Add example files for use in tests/safe.test; add tests of the files themselves. | kjnash | 2020-07-13 | 12 | -0/+194 | |
|/ / | ||||||
* | | Fix 4 test-cases, which fail when running from the western hemisphere | jan.nijtmans | 2020-07-11 | 1 | -4/+4 | |
| | | ||||||
* | | Fix test-cases clock-34.65 and clock-34.66, they seem to be affected by ↵ | jan.nijtmans | 2020-07-10 | 1 | -4/+4 | |
| | | | | | | | | summertime | |||||
* | | Fix [5019748c73]: FreeScan resp. Oldscan does not recognize positive time ↵ | jan.nijtmans | 2020-07-10 | 1 | -37/+64 | |
|\ \ | | | | | | | | | | zone offset | |||||
| * | | Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize ↵ | jan.nijtmans | 2020-07-09 | 1 | -37/+64 | |
| | | | | | | | | | | | | positive time zone offset like "31 Jan 14 23:59:59 +0100" | |||||
* | | | Fix utf-1.13 testcase for TCL_UTF_MAX>3 | jan.nijtmans | 2020-07-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Addendum to [60fab362ce]: "Also don't allow surrogates in \U??????". This ↵ | jan.nijtmans | 2020-07-10 | 1 | -2/+2 | |
|/ / | | | | | | | change was only meant for builds with TCL_UTF_MAX > 3. |