summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [d2ffcca163] Limit parsing results that are documented to accept only ASCII ↵dgp2014-12-052-0/+12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | chars to actually follow that constraint. This requires not trusting isalnum(.) and isalpha(.) to deliver portable identical results.
| * | | | | | | | Now make the patch by hand that fossil could not merge.dgp2014-12-031-2/+1
| | | | | | | | |
* | | | | | | | | Test for original meaning of [unset -nocomplain --].dgp2015-07-171-0/+5
| | | | | | | | |
* | | | | | | | | Make sure that an input lying precisely 1/2 ULP between two floating point ↵dgp2015-06-241-0/+8
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | values is rounded to even.
* | | | | | | | From aspect, several edge case coverage tests.dgp2015-06-181-0/+52
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Test portability.dgp2015-04-301-1/+2
| | | | | | |
* | | | | | | Use joinable threads to avoid thread finalization crashes.dgp2015-04-291-1/+2
| |_|_|_|/ / |/| | | | |
* | | | | | [894da183c8] Test and fix for regression in flushing blocked channels.dgp2015-04-291-1/+32
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [894da183c8] Fix and test for bug at the point it was introduced.bug_894da183c8dgp2015-04-291-1/+32
| | | | | |
* | | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the endsdgp2015-04-241-0/+52
| |_|_|/ / |/| | | | | | | | | | | | | | of input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition.
* | | | | Test for bug [08872796bc].dgp2015-01-291-0/+19
| |_|/ / |/| | |
* | | | The isalpha(.) calls remaining in the expr parser still bring nonportability.dgp2014-12-041-0/+3
| | | | | | | | | | | | Commit a test that demonstrates that.
* | | | merge 8.5dgp2014-12-041-2/+10
|\ \ \ \
| * \ \ \ [0c043a175] backport fix from trunk.dgp2014-12-031-2/+10
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | missing unset in new testMiguel Sofer2014-12-031-1/+1
| | | | |
| | * | | fix var($) problem, bug [0c043a175] (thx dgp)Miguel Sofer2014-12-031-2/+11
| | |\ \ \
| | | * | | test and fix (thx dgp)bug_0c043a175Miguel Sofer2014-12-031-4/+5
| | | | | |
| | | * | | adding a test for the bugMiguel Sofer2014-12-031-2/+10
| | | | | |
| | * | | | [0dca3bfa8f] Strengthen validity checks on fast-path string comparison.dkf2014-12-031-0/+8
| | |/ / /
| | * | | Improve documentation on the use of com ports (remove references to Windows ↵jan.nijtmans2014-11-131-4/+9
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4.
| | * | | merge releasedgp2014-11-129-38/+40
| | |\ \ \
| | | * | | Correct -singleproc 1 testing flaws.dgp2014-11-072-4/+4
| | | | | |
| | | * | | update changes; more test suite polishing.dgp2014-11-072-2/+2
| | | | | |
| | | * | | Make sure all uses of the [testbytestring] command are constrained.dgp2014-11-074-30/+32
| | | | | |
| | | * | | Merged latest trunk work (especially changes to eof handling) into the RC.andreask2014-11-064-0/+270
| | | |\ \ \
| | | * \ \ \ merge trunkdgp2014-10-182-0/+126
| | | |\ \ \ \
| | | * | | | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-142-2/+2
| | | | | | | |
| | * | | | | | [214cc0eb22] Add tests to make sure that this bug stays fixed.dkf2014-11-082-0/+38
| | | |_|/ / / | | |/| | | |
| | * | | | | cleanup global namespace litterdgp2014-11-061-0/+2
| | | | | | |
| | * | | | | merge iogt fixes.bug_5adc350683_86dgp2014-11-061-0/+74
| | |\ \ \ \ \
| | * | | | | | Another test checking that handling when transform returns nothing is right.dgp2014-11-061-1/+35
| | | | | | | |
| | * | | | | | New tests iortrans-4.11* demonstrate what was wrong with the "leaky EOF flag"dgp2014-11-061-4/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | approach in 8.6.1 and earlier. If each level of the channel stack is to have control over its EOF independently, we have to provide for that, even though the Filesystem read APIs make it a big pain. Also test robustness against varing buffer sizes.
| | * | | | | | New test iortrans-4.10 to demo failure of channel transformation to handledgp2014-11-051-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fleeting EOF in the base channel. Falls into infinite block. Regression compared with Tcl 8.6.1.
| | * | | | | | Same patch re-enabling read after EOF, but here applied to 8.6.dgp2014-11-031-0/+20
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Likely additional changes needed in the other channel transforms new in 8.6.
| | * \ \ \ \ \ \ Add test-case for previous commit, which shows that when trying to open a ↵jan.nijtmans2014-11-031-0/+3
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | filename with invalid characters gives the right error-message. (same bug existed on UNIX too, which is now fixed)
| | * | | | | | | [10dc6daa37] New fix for [gets] on non-blocking channel. This time properly ↵dgp2014-10-181-0/+104
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accounts for the effects of ENCODING_LINESIZE.
| | * | | | | | | | New tests: 14.16: -peername empty while async connect running, 14.17: -socknameoehhar2014-10-171-0/+22
| | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Resolve test conflicts over global varsdgp2014-10-102-4/+11
| | | | | | | | |
| | * | | | | | | Add Colin's test for coro floor above street level [Bug #3008307]ferrieux2014-10-101-0/+14
| | | | | | | | |
| | * | | | | | | Another test so both DoRead and MBRead are covered.dgp2014-10-101-0/+44
| | | | | | | | |
| | * | | | | | | New test io-53.15 for [ed29c4da21].dgp2014-10-101-0/+44
| | |\ \ \ \ \ \ \
| | * | | | | | | | test casesbug_bc1a96407adgp2014-10-031-0/+11
| | | | | | | | | |
| | * | | | | | | | [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7.dgp2014-10-021-0/+33
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Added a script-readable bytecode disassembler in tcl::unsupported.dkf2014-09-201-1/+81
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ merge trunkdkf2014-09-147-4/+90
| | | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | merge trunkdkf2014-08-306-9/+174
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ merge trunkKevin B Kenny2014-08-0219-203/+330
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ merge trunkKevin B Kenny2014-06-2924-313/+1377
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2014-02-081-0/+9
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | improve the testing of the disassembly commandsdkf2014-02-081-1/+81
| | | | | | | | | | | | | | | |