summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix 4 socket testcases on Msys (those fail on Cygwin too)jan.nijtmans2020-12-041-2/+4
|
* two more 0o??? notationsjan.nijtmans2020-12-032-4/+4
|
* Use 0o??? notation for octal numbers in tools and testcases in stead of ↵jan.nijtmans2020-12-038-56/+56
| | | | 0???. Although it still works in 8.6, it is deprecated an will be removed in 9.0.
* Handle 5 test-failures on Cygwin/Msysjan.nijtmans2020-12-011-6/+6
|
* Merge 8.5jan.nijtmans2020-11-301-1/+1
|\
| * Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-301-2/+2
| |
| * Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to ↵jan.nijtmans2020-11-271-29/+5
| | | | | | | | github actions
| * Handle github actions test failures. Backported from 8.6jan.nijtmans2020-11-194-17/+21
| |
* | Merge 8.5jan.nijtmans2020-11-181-1/+1
|\ \ | |/
| * Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵jan.nijtmans2020-11-181-6/+6
| | | | | | | | the start of a 3-byte UTF-8 sequence, so Tcl_UtfNext is expected to read next byte and see if it is a continuation byte
| * Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-182-10/+10
| |
* | Fix 2 testcases which failed when compiled with TCL_UTF_MAX>3jan.nijtmans2020-11-161-4/+4
| |
* | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is ↵jan.nijtmans2020-11-161-2/+6
| | | | | | | | | | | | the start of a 3-byte UTF-8 sequence, so Tcl_UtfNext is expected to read next byte and see if it is a continuation byte. Comment 4 testcases (utf-6.110/111/114/115) for being misleading too, because they don't even call Tcl_UtfNext(). No change to code, only testcases
* | Disable test that fails in CI environmentsdkf2020-11-161-1/+6
| |
* | Fixed some tests, added trial macOS builddkf2020-11-149-27/+46
| |
* | Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test ↵jan.nijtmans2020-11-061-2/+2
| | | | | | | | which didn't account for statically loaded dde package.
* | Correct casing of "packageName" argument in Tcl_StaticPackage() call and ↵jan.nijtmans2020-11-061-3/+0
| | | | | | | | | | | | "load" command (which - actually - is not a packageName at all ...) UPDATE: I am moving this to a feature branch. Changing the arguments passed to Tcl_StaticPackage will be an incompatible break for any scripts currently searching the [info loaded] list for "dde" or "registry". Not a change we should put in a patchlevel without at least a ticket to record the explanation and a (POTENTIAL INCOMPATIBILITY) warning.
* | Simplify testcases using "incr"jan.nijtmans2020-10-303-57/+57
| |
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-3046-593/+595
| |
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-0/+12
|\ \ | |/ | | 3 new testcases
| * 3 new testcasesjan.nijtmans2020-10-291-0/+12
| |
| * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵jan.nijtmans2020-10-091-38/+34
| | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings
* | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵jan.nijtmans2020-10-266-24/+24
| | | | | | | | error messages)
* | Something strange going on on Travis with (long-gone) safe-stock86.testjan.nijtmans2020-10-151-2/+2
| |
* | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ↵jan.nijtmans2020-10-081-0/+6
| | | | | | | | with "glob"
* | (slightly) better error-message for invalid http -headers option. This works ↵jan.nijtmans2020-09-301-1/+1
| | | | | | | | for plain 8.6 too
* | Remove wrong copy of test case http-3.2oehhar2020-09-291-3/+0
| |
* | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict.oehhar2020-09-291-0/+6
| |
* | It's "utf-8", not "utf8" or "UTF8"jan.nijtmans2020-09-254-13/+13
| |
* | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-191-0/+17
| |
* | Tcl 8.6 should not be tested with "package prefer latest" any more: All ↵jan.nijtmans2020-09-171-1/+0
| | | | | | | | included packages are supposed to be stable. Not to be merged to 8.7 (which still contains unstable packages)
* | Unbreak winFCmd-1.38 testcase on Windowsjan.nijtmans2020-09-141-1/+1
| |
* | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-1/+1
| | | | | | Eliminate many unnecessary type-casts to (unsigned)
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-1410-21/+21
| | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly
* | Rename safe-stock86.test to safe-stock.testjan.nijtmans2020-09-091-11/+6
| |
* | TIP #581: Last possible master/slave -> parent/child changes, without ↵jan.nijtmans2020-09-056-99/+99
| | | | | | | | affecting anything serious
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-04140-273/+312
| | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-89/+89
| |
* | Merge 8.5 jan.nijtmans2020-09-022-4/+6
|\ \ | |/ | | Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-0128-544/+544
| |
* | opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-314-44/+44
| | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
* | Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-4/+4
|\ \
| * \ Merge 8.6jan.nijtmans2020-08-194-221/+331
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-08-032-67/+85
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2020-07-263-4/+41
| |\ \ \ \
| * \ \ \ \ Merge 8.6jan.nijtmans2020-07-212-7/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2020-07-203-28/+25
| |\ \ \ \ \ \
| * | | | | | | New TIP #581 implementationjan.nijtmans2020-07-171-4/+4
| | | | | | | |
* | | | | | | | Merge 8.6kjnash2020-08-283-2/+227
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.6kjnash2020-08-281-0/+11
| |\ \ \ \ \ \ \ \