summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-181-24/+25
|\
| * TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-181-24/+25
| |\
| | * Add test for blocking modejan.nijtmans2023-11-141-2/+2
| | |
| | * Merge 8.7jan.nijtmans2023-11-131-3/+81
| | |\
| | * | TIP 653: adopted implementation to new text to only return "-data" if ↵oehhar2023-11-071-10/+10
| | | | | | | | | | | | | | | | potential data loss. Check for non-blocking missing
| | * | Merge core-8-branchoehhar2023-11-063-7/+7
| | |\ \
| | * \ \ Merge core-8-branchoehhar2023-11-0251-712/+2038
| | |\ \ \
| | * \ \ \ Rebase to 8.7jan.nijtmans2023-08-311-27/+28
| | |\ \ \ \
| | | * \ \ \ Rebase to 8.7jan.nijtmans2023-08-021-27/+28
| | | |\ \ \ \
| | | | * \ \ \ Rebase to 8.7. Adapt "gets" the same way as "read"jan.nijtmans2023-08-011-22/+26
| | | | |\ \ \ \
| | | | | * \ \ \ Merge 8.7jan.nijtmans2023-07-211-16/+17
| | | | | |\ \ \ \
| | | | | | * | | | TIP #653 implementation (with a lot of corrections compared to the ↵jan.nijtmans2023-06-151-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | py-b8f575aa23 or the other tip-653 branch)
* | | | | | | | | | Remove currently failing test io-52.20.1 to check right file position after ↵oehhar2023-11-181-30/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | fcopy encoding read error
| * | | | | | | | | Remove currently failing test io-52.20.1 to check right file position after ↵oehhar2023-11-181-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fcopy encoding read error
* | | | | | | | | | Remove binary-80.5 testcase. This testcase was testing the error-reporting ↵jan.nijtmans2023-11-171-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capability of the 32-bit compabitility function. Will be useless after TIP #661
* | | | | | | | | | merge 8.7dgp2023-11-171-3/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | test suite debugging. [removeFile] matches [makeFile] and not [writeFile].dgp2023-11-171-3/+3
| | | | | | | | | |
* | | | | | | | | | Merge 8.7jan.nijtmans2023-11-171-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Add "knownBug" constraint to new testcase: io-52.20.1jan.nijtmans2023-11-171-2/+2
| | | | | | | | | |
* | | | | | | | | | Add currently failing test io-52.20.1 to check right file position after ↵oehhar2023-11-161-0/+31
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | fcopy encoding read error
| * | | | | | | | | Merge core-8-branchoehhar2023-11-163-25/+273
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bug [a173f922]: fcopy encoding error file position issues: read error test ↵oehhar2023-11-131-0/+31
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | (failing currently)
* | | | | | | | | | merge core-8-branchdkf2023-11-163-38/+84
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Fix broken testsdkf2023-11-151-14/+16
| | | | | | | | | |
| * | | | | | | | | Remnants from TIP 567's implementationdkf2023-11-152-24/+68
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Remnants from TIP 567's implementation. The feature was done ages ago.dkf2023-11-132-24/+68
| | | | | | | | | | |
* | | | | | | | | | | Merge 8.7jan.nijtmans2023-11-151-1/+203
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | TIP #670: Simple Extra Procedures for File Accessdkf2023-11-141-1/+203
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | swap foreachLine argument order in testsdkf2023-05-311-19/+26
| | | | | | | | | | |
| | * | | | | | | | | fix whitespacedkf2023-05-301-1/+1
| | | | | | | | | | |
| | * | | | | | | | | start of test casesdkf2023-05-301-1/+196
| | | | | | | | | | |
* | | | | | | | | | | Missing/broken test constraintsdgp2023-11-143-54/+59
| | | | | | | | | | |
* | | | | | | | | | | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. No ↵oehhar2023-11-131-3/+81
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | additional failing tests.
| * | | | | | | | | | Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence ↵oehhar2023-11-131-8/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is incomplete. Added some test cases.
| * | | | | | | | | | bug [c4eb46a1]: fix was effective for test sequence "A\xC3B", but not for ↵oehhar2023-11-121-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "A\x81". So add test io-75.6.1 with first sequence, io-75.6.2 is currently failing, as the gets does not return with an error.
| * | | | | | | | | | Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding ↵oehhar2023-11-121-3/+22
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | error: remove non-blocking exit condition and add test case
* | | | | | | | | | Rebase to latest 9.0jan.nijtmans2023-11-102-5/+5
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge mainoehhar2023-11-026-512/+710
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 9.0. Make stderr channel -profile replacejan.nijtmans2023-09-293-13/+66
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0. Error-message improvementjan.nijtmans2023-09-282-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-09-283-7/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-09-122-5/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-08-302-5/+5
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-07-211-0/+4
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-07-195-11/+27
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | Use "strict" in almost all commands. Only "glob" and environment variables ↵core-tip-657-candidatejan.nijtmans2023-07-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are left out. (Experimental)
| | | | | * | | | | | | | | | | | | | Rebase to 9.0jan.nijtmans2023-07-142-5/+5
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-07-042-5/+5
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-06-1210-139/+1179
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-05-094-264/+304
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \