summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Branch to demo bug introduced in the parent commit.dgp2014-05-151-0/+20
| | | | | |
* | | | | | merge trunkdgp2014-05-141-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix 3 test-cases which started failing on Windowsjan.nijtmans2014-05-141-0/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fix 3 test-cases which started failing on Windowsjan.nijtmans2014-05-141-0/+3
| | | | | |
* | | | | | Refactored much management of the BLOCKED and EOF flags into ChanRead() thendgp2014-05-131-2/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | | | | | | | | | | began repairing some of the logic about them. Tests iogt-2.* now fail because they've been crafted as experiments recording the fine detail of reflected channel driver calls, and fixing the management of channel flags is changing that. zlib-8.5 also needed adjustment to reflect that an EOF set must come with an empty string read when flags are functioning properly.
| * | | | Salvaged what was left of value in the dgp-read-bytes-detour branch.dgp2014-05-131-2/+14
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Refactored much management of the BLOCKED and EOF flags into ChanRead() then began repairing some of the logic about them. Tests iogt-2.* now fail because they've been crafted as experiments recording the fine detail of reflected channel driver calls, and fixing the management of channel flags is changing that.
| | * | | Restore default suppression of large file test.dgp2014-03-211-1/+1
| | | | |
| | * | | io-34.21 - fix bugs in normally skipped test.dgp2014-03-211-4/+4
| | | |/ | | |/| | | | | io-35.18b - knownBug is not buggy on this branch.
* | | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-121-1/+1
|\ \ \ \ | |/ / / | | | | take an unbearable 90 seconds each to complete.
| * | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-121-1/+1
| | | | | | | | | | | | take an unbearable 90 seconds each to complete.
* | | | Tests (chan)io-34.21 are constrained for largefileSupport, and that's ↵dgp2014-05-091-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | disabled by default, which means never tested, which means the ridiculous bugs in them are never found and fixed. Fixed the bugs, changed the default. Large File Suppport (4GB) is commonplace now. Let those without it suffer a few failing tests reporting that fact to them.
| * | | Tests (chan)io-34.21 are constrained for largefileSupport, and that'sdgp2014-05-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disabled by default, which means never tested, which means the ridiculous bugs in them are never found and fixed. Fixed the bugs, changed the default. Large File Suppport (4GB) is commonplace now. Let those without it suffer a few failing tests reporting that fact to them.
| | | |
| \ \ \
*-. \ \ \ Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes)dgp2014-05-081-1/+176
|\ \ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large overhaul of I/O read operations - Protects integer overflow of buffers, reusing append machinery - Forces -buffersize changes to take place when commanded - Uses assertions to simplify code in "can't happen" situations - Eliminated duplication of -translation processing - Fixes bugs io-35.18b and io-35.20
| | * | | Merge the reforms of dgp-read-bytes branch into 8.5+ releases.dgp2014-05-081-1/+157
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large overhaul of I/O read operations - Protects integer overflow of buffers, reusing append machinery - Forces -buffersize changes to take place when commanded - Uses assertions to simplify code in "can't happen" situations - Eliminated duplication of -translation processing - Fixes bugs io-35.18b and io-35.20
| * | | | Add test io-53.12 to verify proper unbuffered sync-fcopy [Bug #3096275]ferrieux2014-03-241-0/+19
| | | | |
| * | | | Merge the checkins of the dgp-read-bytes branch onto the trunk, up todgp2014-03-231-0/+156
| |\ \ \ \ |/ / / / / | | | _ / | | | / | | | | | | | | and including checkin a1e82fb63e . Do not merge checkin bae1c688f2 which starts to take the dgp-read-bytes branch into directions apparently unfriendly to stacked channels, which tests for [chan push] on the trunk help us to detect.
| * | | merge 8.5dgp2014-03-201-10/+10
| |\ \ \ | | |/ /
| * | | Test for the bug I just committed.dgp2014-03-101-0/+14
| | | |
| * | | Bring CRLF translation in parallel with others.dgp2014-03-101-0/+14
| | |/ | |/|
| * | another coverage test.dgp2014-02-281-0/+15
| | |
| * | merge 8.5dgp2014-02-261-0/+71
| |\ \
| * | | More coverage tests and bug fixes.dgp2014-02-261-0/+56
| | | |
| * | | Next coverage test to expose another refactoring error.dgp2014-02-191-0/+14
| | | |
| * | | Another coverage test that reveals refactoring error.dgp2014-02-181-0/+14
| | | |
| * | | coverage test for -translation crdgp2014-02-181-0/+14
| | | |
| * | | Coverage test for -translation auto handling of INPUT_SAW_CR flag.dgp2014-02-181-0/+15
| | | | | | | | | | | | Demonstrates refactor failure.
* | | | 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
| |/
* | Let all test-cases which require Thread, at least require Thread 2.7jan.nijtmans2012-11-161-1/+1
| |
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-0/+4
| | | | | | | | combination with tcltest86.dll to do that (Windows only)
* | 3530533 Add comments to failing tests.dgp2012-06-051-0/+6
|\ \ | |/
| * 3530533 Add comments to failing tests.dgp2012-06-051-0/+6
| |
* | Increase the timer resolution of test io-29.33b so the timing sensitivitydgp2012-05-221-3/+3
| | | | | | of the test is reduced and failures on slow runs are avoided.
* | Mention compatibility matters in Changelog. Make test insensitive to ambient ↵ferrieux2012-04-301-0/+1
| | | | | | | | compat flag.
* | Compat flag, test, and doc update.tip_398_implferrieux2012-04-281-1/+20
| |
* | revert test-case change for [Bug 2935503]jan.nijtmans2011-10-131-3/+3
|\ \ | |/
| * revert test-case from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
| |\
| | * revert test-case change from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
| | |
* | | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-4/+4
|\ \ \ | |/ /
| * | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-4/+4
| |\ \ | | |/
| | * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| | |
* | | 3389733 Convert [testthread] use to Thread package use in *io-70.1.dgp2011-09-091-25/+8
| | | | | | | | | Eliminates a memory leak in `make valgrind`.
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-1/+32
| | | | | | | | | | | | | | | | | | * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a backward port from the 8.5 branch.
| | * * tests/binary.test: Corrected flawed tests revealed by a -debug 1dgp2008-06-201-3/+3
| | | | | | | | | | | | * tests/io.test: -singleproc 1 test suite run.
| | * * tests/io.test (io-53.9): need to close chan before removing file.hobbs2008-05-261-1/+2
| | |
| | * * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the [Bug 1965787]. 'tell' now works for locations > 2 GB as well instead of going negative. * generic/tclIO.c (Tcl_SetChannelBufferSize): Accepted a patch by * tests/io.test: Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the [Bug 1969953]. Buffersize outside of the supported range are now clipped to nearest boundary instead of ignored.