summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-07-07tests/lint: document why in ic_expr, '&' does not need before_conversionrillig
2022-07-06lint: do not warn about 'may lose accuracy' in safe cases of '%'rillig
2022-07-06tests/lint: test 'may lose accuracy' for '%'rillig
2022-07-06tests/lint: add test for 'assignment in conditional context'rillig
2022-07-05lint: add additional queries that are not enabled by defaultrillig
2022-07-03lint: include the width of bit-fields in the type namerillig
2022-07-02tests/lint: test bit shift with large integer typesrillig
2022-07-01lint: add quotes around operator in message 138, remove message 240rillig
2022-07-01tests/lint: add tests for accessing incomplete typesrillig
2022-06-24lint: do not warn about pointer casts to array typesrillig
2022-06-24tests/lint: demonstrate another warning about pointer castsrillig
2022-06-24lint: allow pointer cast between compatible structsrillig
2022-06-24tests/lint: demonstrate warning for cast between compatible structsrillig
2022-06-24lint: do not warn about pointer cast between sockaddr variantsrillig
2022-06-24tests/lint: demonstrate pointer casts between sockaddr variantsrillig
2022-06-24lint: allow pointer cast from char to struct/unionrillig
2022-06-24tests/lint: demonstrate dubious warnings for pointer castsrillig
2022-06-22test: fix typo and improve wordingwiz
2022-06-22lint: add quotes around placeholders for the remaining messagesrillig
2022-06-21lint: add quotes and details to some more messagesrillig
2022-06-21sort; it is the same list as in h_ifunc_static.c; perhaps it should bechristos
2022-06-21Support ifunc on aarch64. The tests pass at least.skrll
2022-06-21Wrap long #if defined(...) || ... and sort. NFCI.skrll
2022-06-20lint: add quotes around several placeholders in messagesrillig
2022-06-19lint: add quotes around placeholders in 4 messagesrillig
2022-06-19tests/lint: add quotes around placeholders in a few messagesrillig
2022-06-17tests/lint: move check-expect.lua to tests/lint1rillig
2022-06-17tests/lint: remove .exp files, as they have become redundantrillig
2022-06-17tests/lint: treat a missing .exp file like an empty onerillig
2022-06-17tests/lint: make 'expect+-' comments stricterrillig
2022-06-17tests/lint: rename local variables in check-expect.luarillig
2022-06-17tests/lint: do not interpret 'expect:' comments, only 'expect+-n:'rillig
2022-06-17tests/lint: add more details to tests from msg_300 until msg_343rillig
2022-06-16tests/lint: add more details to messages in msg_200 until msg_299rillig
2022-06-16tests/lint: make expectation lines in the tests more detailedrillig
2022-06-15tests/lint: replace 'expect' comments with 'expect+-' commentsrillig
2022-06-15lint: clean up an empty line and the documentationrillig
2022-06-13Whitespaceskrll
2022-06-13Restore arm in the list of architectures supporting ifunc, accidentlymartin
2022-06-13PR 56879: bump timeout for the wg_malformed test to 100 seconds,martin
2022-06-12Put the sprinkled -static in the right place, i.e. fix up previous.skrll
2022-06-12Sprinkle "-static" when using "-pg" as profiling only works with static andskrll
2022-06-11tests/lint: demonstrate wrong syshdr check in strict bool moderillig
2022-06-11lint: add quotes around placeholders for a few more messagesrillig
2022-06-11lint: add quotes around a few more placeholders in messagesrillig
2022-06-11tests/lint: add tests for messages that lack quotesrillig
2022-06-11tests/lint: add test for 'previous definition' messagerillig
2022-06-10tests/lint: fix test for loss of accuracy on ILP32 platformsrillig
2022-06-10PR 56875: Bump timeout for the bignumber test to 2h, as suggestedmartin
2022-06-09There are two hard problems in computer science cache invalidation, namingskrll