summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | Added comment explaining the "knownBug"dgp2014-03-211-0/+9
| | | | | | | |
| | | * | | | | Convert "impossible" test to a "knownBug" test. Exposes a segfault!dgp2014-03-211-4/+5
| | | | | | | |
| | | * | | | | 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.
* | | | | | | | Fix and improve socket -async [13d3af3ad5] oehhar2014-05-201-54/+436
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | * Give clearer names to some of the state flags and sync them with ↵bug_13d3af3ad5max2014-04-081-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows where it makes sense. * Rework WaitForConnect once more to always report ENOTCONN on I/O operations on failed async sockets. * Fix synchronous connections to a server that only listens on IPv6 (or whatever comes later in the list returned by getaddrinfo(), socket-15.*) * Fix spurious writable event on async sockets (socket-14.15).
| * | | | | | | Changed error report logic, that an async connect error is only reported by ↵oehhar2014-04-081-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fconfigure -error' and not by a possible last command terminating the async connect. The terminating command always returns "socket is not connected" on connect error. In addition, some flags were renamed: TCP_ASYNC_SOCKET to TCP_NONBLOCKING and also the new state flags.
* | | | | | | | merge 8.5dgp2014-05-161-0/+79
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | merge 8.5bug_io_32_11dgp2014-05-165-18/+54
| |\ \ \ \ \ \
| | * | | | | | Portable test to demo bug otherwise seen only on Windows.dgp2014-05-151-0/+20
| | | | | | | |
| | * | | | | | Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ↵jan.nijtmans2014-05-151-0/+3
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | ':' in filenames as well)
| * | | | | | Merge completion of dgp-read-bytes branch.dgp2014-05-165-10/+232
| |\ \ \ \ \ \
| * | | | | | | More tests to demo the bug more directly.dgp2014-05-161-0/+39
| | | | | | | |
| * | | | | | | Branch to demo bug introduced in the parent commit.dgp2014-05-151-0/+20
| | | | | | | |
* | | | | | | | 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
| | |_|_|/ / | |/| | | |
* | | | | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-122-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | take an unbearable 90 seconds each to complete.
| * | | | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-122-2/+2
| | | | | | | | | | | | | | | | | | take an unbearable 90 seconds each to complete.
* | | | | | [6d2f249a01] Handle a failure to comprehend half-way through the compilation ↵dkf2014-05-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | of a chain of compileable ensembles.
* | | | | | Repair another "impossible" test and the segfault it reveals.dgp2014-05-091-5/+5
| | | | | |
* | | | | | Correct namespace bugs in normally skipped tests. Constrain them as ↵dgp2014-05-091-17/+26
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | "knownBug" rather than "unknownFailure".
| * | | | | Correct namespace bugs in normally skipped tests.dgp2014-05-091-6/+8
| | | | | | | | | | | | | | | | | | Constrain them as "knownBug" rather than "unknownFailure".
* | | | | | Added comment explaining the "knownBug" in iogt-6.1dgp2014-05-091-0/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added comment explaining the "knownBug" in iogt-6.1dgp2014-05-091-0/+9
| | | | | |
* | | | | | Tests (chan)io-34.21 are constrained for largefileSupport, and that's ↵dgp2014-05-092-6/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | 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-092-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Test iocmd-32.1 is not "impossible" but after writing it properly it does ↵dgp2014-05-091-5/+4
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | segfault trying to use a deleted interp. Fixed.
| * | | | | Test iocmd-32.1 is not "impossible" but after writing it properly itdgp2014-05-091-5/+4
| | | | | | | | | | | | | | | | | | does segfault trying to use a deleted interp. Fixed.
* | | | | | Fix [3389978]: Support for paths longer than MAX_PATH on Windows.jan.nijtmans2014-05-091-2/+2
|\ \ \ \ \ \
| * | | | | | Start working on [3389978]. Appears to work, but some clean-up needed.jan.nijtmans2014-05-061-2/+2
| | | | | | |
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes)dgp2014-05-082-2/+178
|\ \ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | | | merge 8.5dgp2014-05-061-1/+20
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | merge 8.5dgp2014-05-021-1/+1
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge 8.5dgp2014-05-011-0/+33
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ merge 8.5dgp2014-04-211-0/+32
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ merge 8.5dgp2014-04-164-0/+110
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| * | | | | | | | | | merge trunkdgp2014-05-081-1/+20
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | merge trunkdgp2014-05-023-6/+27
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | merge trunkdgp2014-05-012-1/+66
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2014-04-211-0/+32
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2014-04-175-134/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2014-04-166-2/+101
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \