summaryrefslogtreecommitdiffstats
path: root/tests/014/dgram-stream.tl
Commit message (Collapse)AuthorAgeFilesLines
* tests: use internal OS identification method.Kaz Kylheku2017-05-131-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 Kylheku2016-03-101-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 Kylheku2016-03-071-0/+39
* tests/014/dgram-stream.tl: New file. * tests/014/dgram-stream.expected: New file.