Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | genman, lib, tests: use defvarl where possible. | Paul A. Patience | 2021-07-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * genman.txr (dupes, tagnum): Replace defvar with defvarl. * stdlib/doc-lookup.tl (os-symbol): Same. * tests/011/macros-3.tl (x): Same. * tests/011/mandel.txr (x-centre, y-centre, width, i-max, j-max, n) (r-max, pixel-size, x-offset, y-offset): Same. (file, colour-max): Delete (unused) variables. * tests/012/circ.tl (x): Replace defvar with defvarl. * tests/012/stack.tl (stack-limited): Same. * tests/012/struct.tl (s): Same. * tests/013/maze.tl (vi, pa, sc): Delete variables. Use function arguments instead. (usage): Fix typo. * tests/014/dgram-stream.tl (family): Rename to... (*family*): ...this. * tests/014/socket-basic.tl (socktype): Rename to... (*socktype*): ...this. (%iters%): Replace defvar with defvarl. | ||||
* | tests: use internal OS identification method. | Kaz Kylheku | 2017-05-13 | 1 | -1/+1 |
| | | | | | | | | | | * tests/common.tl (osname): Function based on calling shell command removed. (os-symbol): New symbol-returning function based on uname system call. * tests/014/dgram-stream.tl (dgram-test): Use os-symbol function rather than osname. | ||||
* | Run IPv6 tests only on some operating systems. | Kaz Kylheku | 2016-03-10 | 1 | -4/+7 |
| | | | | | | | | | | * tests/014/dgram-stream.tl (test): Renamed to dgram-test since now this includes common.tl which has a macro called test. Only include af-inet6 in the family list if the OS is GNU/Linux, Darwin or Cygwin. * tests/common.tl (osname): New function. | ||||
* | Dgram test: multiple transfers on one stream, IPv6. | Kaz Kylheku | 2016-03-07 | 1 | -0/+39 |
* tests/014/dgram-stream.tl: New file. * tests/014/dgram-stream.expected: New file. |