summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Fix bug [581937ab1e]: fire readable event on async socket connect failurebug_581937ab1eoehhar2014-04-021-0/+17
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | * More test improvements for async sockets.max2014-03-141-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Advance async connections whenever the channel is touched (e.g. by [chan configure]). * Add a noblock argument to WaitForConnect(), so that advancing async connections from [chan configure] doesn't block even on a blocking socket.
| | * | | | | | | | | | * Hide transient errors of the internal iterations of [socket -async] ↵max2014-03-111-5/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the script level. * More tests for corner cases.
| | * | | | | | | | | | WaitForConnect may only call back to CreateClientSocket when the socket is ↵max2014-03-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | writable or something. When it does so for a pending socket, it is falsely assumed to have succeeded and a subsequent read/write operation will fail.
| | * | | | | | | | | | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try ↵max2014-03-101-20/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more than one address. * socket.test: Extend and improve tests for [socket -async] * socket.test: Add latency measuring and calculation for Windows.
| | * | | | | | | | | | More debug to chase different fd in struct than in callbackoehhar2014-03-061-0/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Fix bug [336441ed59]: Win socket stall on quick termination of async socket ↵oehhar2014-04-021-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connect
| | * | | | | | | | | | | Test to demonstrate bug [336441ed59]. Depends on timing and will not always ↵oehhar2014-04-021-0/+16
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fire but is better than nothing. Reliable for me.
* | | | | | | | | | | | Test-cases which pick up the completion of bug-fix ↵jan.nijtmans2014-04-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [e663138a06d98e48b5fbb42cc015cf1698f486cd|e663138a06]. Thanks, Don!
* | | | | | | | | | | | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. jan.nijtmans2014-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistancy, any NUL character in a filename prevents the native filesystem to generate a native file representation for it. Other filesystems than the native one may still accept it, but it's not recommended.
* | | | | | | | | | | | Fix [3118489] for Windows only: NUL in filenames. This allows various ↵jan.nijtmans2014-04-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters to be used in win32 filenames which are normally invalid, as described here: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. The Cygwin shell can handle those same filenames as well. In other shells (cmd.exe/mSys) or on the Windows desktop the filenames will look strange, but that's all.
* | | | | | | | | | | | Merge minimal fix for iocmd-23.11.dgp2014-03-281-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that top channel regeneration is removed, so that Preserve/Release call pairs are sure to operate on the same pointers. Other bug fixes may need to change that.
| * | | | | | | | | | | Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix.dgp2014-03-271-2/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Test iocmd-23.11 demos another segfault.dgp2014-03-271-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Test iocmd-23.11 demos another segfault.dgp2014-03-271-0/+15
| | | | | | | | | | | |
* | | | | | | | | | | | Test iogt-2.4 is another segfault demo for [721ec69271].dgp2014-03-271-0/+35
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Test iogt-2.4 is another segfault demo for [721ec69271].dgp2014-03-271-0/+33
| |/ / / / / / / / / /
* | | | | | | | | | | New test iortrans-4.8.1 exposes segfault bug [721ec69271].dgp2014-03-271-0/+19
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge core-8-5-branch (New tests covering INPUT_NEED_NL flag handling. One ↵jan.nijtmans2014-03-091-0/+71
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | / / / / / / / / | |/ / / / / / / / |/| | | | | | | | exposes a bug.)
| * | | | | | | | Mark io-35.18b test as knownBugjan.nijtmans2014-03-091-10/+10
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | New tests covering INPUT_NEED_NL flag handling. One exposes a bug.dgp2014-02-261-0/+71
| | |/ / / / / | |/| | | | |
* | | | | | | [8d5f5b8034] Flush internal representations in [string tolower] of unshared objdkf2014-02-251-0/+9
| | | | | | |
* | | | | | | [1230597] Update test comment.dgp2014-02-191-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | [1230597] Update test comment.dgp2014-02-191-1/+1
| |/ / / /
* | | | | [a4494e28ed] Use flag bit instead of NULL pointer to suppressdgp2014-02-061-0/+9
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | | | | teardown list of imported commands when the original command gets re-created. This prevents the panic otherwise possible when the invalid state represented by the NULL pointer is encountered during a command delete trace.
| * | | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list ofdgp2014-02-061-0/+9
| | | | | | | | | | | | | | | | | | | | imported commands when the original command gets re-created. This prevents the panic otherwise possible when the invalid state represented by the NULL pointer is encountered during a command delete trace.
* | | | add compilation for [nextto] and [yieldto]; fix [a90d9331bc]dkf2014-01-221-5/+87
|\ \ \ \ | |_|_|/ |/| | |
| * | | [a90d9331bc]: must not crash when yieldto called in vanishing namespacedkf2014-01-221-5/+87
| | | |
| * | | merge trunkdkf2013-12-231-0/+3
| |\ \ \ | |/ / / |/| | |
| * | | merge trunk; document added instructionsdkf2013-12-121-0/+30
| |\ \ \
| * \ \ \ merge trunkdkf2013-12-061-1/+1
| |\ \ \ \
| * \ \ \ \ merge trunkdkf2013-11-141-0/+28
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdkf2013-10-272-6/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdkf2013-10-205-2/+321
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ merge trunkbug_0b874c344ddgp2013-12-181-0/+30
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | new test, and fix for bugmig2013-12-111-0/+30
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Draft fix for Bug 0b874c344d. Includes test.dgp2013-12-051-0/+3
|/ / / / / / /
* | | | | | | Fix env-5.1 test-case on Cygwin (and probably other platforms which don't ↵jan.nijtmans2013-11-201-1/+1
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | have iso8859-1 as system-encoding)
* | | | | | socket-14.6 only makes sense where both, IPv4 and IPv6 are supported.max2013-11-121-1/+1
| | | | | |
* | | | | | Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a ↵max2013-11-121-0/+28
| |_|/ / / |/| | | | | | | | | | | | | | pending [socket -async].
* | | | | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8jan.nijtmans2013-10-251-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13jan.nijtmans2013-10-251-2/+2
| | | | |
* | | | | [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-221-4/+13
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | string, by allowing uppercase %X, %E and %G.
| * | | [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-221-4/+13
| | | | | | | | | | | | string, by allowing uppercase %X, %E and %G.
* | | | [2835313] Ensure correct stack balance when break and continue exceptions ↵dkf2013-10-202-0/+306
|\ \ \ \ | | | | | | | | | | | | | | | are about: the hard cases with potential concealed exception generation.
| * | | | Fix handling of 'invokeExpanded' and start to do 'returnStk'.dkf2013-10-191-0/+116
| | | | |
| * | | | Do jump generation at places where INST_RETURN_IMM might occur.dkf2013-10-151-0/+64
| | | | |
| * | | | Added the tests I want to pass...dkf2013-10-131-0/+126
| | |/ / | |/| |
* | | | Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-173-0/+0
|\ \ \ \ | | |/ / | |/| |
* | | | Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" ↵jan.nijtmans2013-10-111-1/+1
| | | | | | | | | | | | | | | | is more appropriate in those two places.