Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacOS: adjust socket-basic test for dgram size. | Kaz Kylheku | 2021-03-24 | 1 | -4/+7 |
| | | | | | | | | | * tests/014/socket-basic.tl (%iters%): New variable. 2000 on MacOS, 5000 elsewhere. (client, server): Use %iters% instead of hard-coded 5000. (test): Rename to sock-test, since it clashes with the test macro coming from common.tl, which we neeed to for the os-symbol function. | ||||
* | Basic regression test case for sockets. | Kaz Kylheku | 2016-03-07 | 1 | -0/+31 |
* Makefile: suppress --gc-debug for tst/tests/014 directory. * tests/014/socket-basic.tl: New file. * tests/014/socket-basic.expected: New file. * tests/sock-common.tl: New file. |