summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-04-16tests/lint: refine test for varargs functionrillig
2022-04-15lint: in C99 mode, do not warn about non-prototype conversionsrillig
2022-04-12s/sould/should/ and s/shoud/should/andvar
2022-04-12Update to account for default colour change in libcurses.blymn
2022-04-10lint: fix assertion failure on duplicate qualifiers from __typeof__rillig
2022-04-10membar_ops(3): Simplify alarm handling in membar tests.riastradh
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-09Introduce membar_acquire/release. Deprecate membar_enter/exit.riastradh
2022-04-08membar_ops(3): Add some automatic tests.riastradh
2022-04-08lint: fix undefined behavior on enum overflow (since 1995)rillig
2022-04-08lint: remove unused message 70, add some more testsrillig
2022-04-06Add a regression test for PR kern/52239, "Changing protections ofgson
2022-04-05tests/lint: add tests for a few early messagesrillig
2022-04-05In the mmap_err test case, mmap the address, not the address of the address.gson
2022-04-05When the t_mmap:mmap_err test fails due to errno not having the expectedgson
2022-04-04fix various typos, mainly in comments.andvar
2022-04-03lint: fix crash after syntax error in array declarationrillig
2022-04-03tests/lint: make a few tests self-contained, add some othersrillig
2022-04-03lint: fix crash after syntax error in GCC statement expressionrillig
2022-04-02lint: remove unreachable message 'compiler takes alignment of function'rillig
2022-04-02lint: try harder to recover after syntax errorsrillig
2022-04-01lint: add type details to message about 'sizeof(function)'rillig
2022-04-01lint: improve determination of abstract typenamerillig
2022-04-01lint: add details to message about illegal return typerillig
2022-04-01tests/lint: fix comment about backslash-newlinerillig
2022-04-01tests/lint2: add missing character in commentrillig
2022-03-31Add tests for MTU of lagg(4)yamaguchi
2022-03-31Added waiting for distributing state after attaching vlanyamaguchi
2022-03-30remove zfs from the exception list; it now works like the other fs's.christos
2022-03-30update copyright.christos
2022-03-30skip userlevel filesystems that have their own rules (they depend on thechristos
2022-03-29ignore EOPNOTSUPP errors for fs's that don't support hard links.christos
2022-03-28Add a test for hardlink sysctl limiting.christos
2022-03-26Add sparc* to the list of architectures that need an explicit addressmartin
2022-03-18getrandom(2): Fix return value checks in automatic tests.riastradh
2022-03-14tests/lint: fix test about "non-portable character constant" on ucharrillig
2022-03-01Add the -F flag to the getopt string, it was there in the help andblymn
2022-02-27tests/lint: add tests for messages about old-style functionsrillig
2022-02-27lint: concatenate string literals from left to rightrillig
2022-02-27tests/lint: test where exactly lint complains about concatenationrillig
2022-02-27tests/lint: demonstrate unexpected ordering of string concatenationsrillig
2022-02-27tests/lint: add tests for messages referring to C99rillig
2022-02-27lint: C99 has been released, so refer to it by its proper namerillig
2022-02-27lint: encode lifetime of allocated memory in the function namesrillig
2022-02-26lint: fix memory corruption in statement expressions (since 2021-12-17)rillig
2022-02-26tests/lint: demonstrate assertion failure in GCC compound expressionrillig
2022-02-26Mark randomly failing test cases as expected failures with a referencegson
2022-02-26tests/lint: sync tests for platform-dependent character comparisonsrillig
2022-02-20Validate basic fcntl(2) behavior for eventfd and timerfd.thorpej
2022-02-13tests/indent: test token '('rillig