summaryrefslogtreecommitdiff
path: root/tests/posix
Commit message (Expand)AuthorAgeFilesLines
* tests: Update c-expectedwszqkzqk2023-01-114-4/+4
* codegen: Write array length of formal parameters with fixed lengthRico Tzschichholz2022-01-261-24/+46
* codegen: Access of inline allocated array is guaranteed to be non nullRico Tzschichholz2022-01-231-5/+5
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-033-7/+7
* codegen: Emit constants without initializer list in defines sectionRico Tzschichholz2021-11-071-1/+1
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-168-0/+2342
* tests: Add "string concat" test for POSIX to increase coverageRico Tzschichholz2021-03-091-0/+8
* vala: Include "stdlib.h" for Enum.to_string() (POSIX)Rico Tzschichholz2021-02-261-0/+8
* tests: Add string.printf() test to increase coverageRico Tzschichholz2020-11-141-0/+4
* tests: Use Automake’s parallel test driver to speed up running testsReuben Thomas2020-11-057-10/+7
* posix: Add CommandPipe as a sub-type of FILEAlistair Thomas2018-11-211-0/+10