summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-05-12tests/lint: add more tests for __alignof__rillig
2022-05-12lint: add support for __alignof__ expr, a GCC extensionrillig
2022-05-12lint: fix support for __alignof__, add support for __alignofrillig
2022-05-12tests/lint: adjust tests to reflect missing support of __alignof__rillig
2022-05-07Skip sigfpe_int also for sh3; integer division by zero is not trapped.rin
2022-05-07Bump timeout.rin
2022-05-07Bump timeout for slow machines.rin
2022-05-03Add mutt_test to the test runs, this test tries to emulate a realblymn
2022-05-03Update check files, changes due to bug fixes.blymn
2022-05-03Lock vnode for VOP_LOOKUP().hannken
2022-05-03Output changed due to bug fixes in curses.blymn
2022-05-02explicitly set TZ=UTC so that we don't depend on the testing rig for it.christos
2022-05-01Rename variables to be more descriptive of their local meaning ratherpgoyette
2022-04-30lint: document why C11 keywords are available in C99 mode as wellrillig
2022-04-30Don't put temporary files and directories into the atf_srcdir (thatpgoyette
2022-04-29Add a new test for PR kern/56713 and set to expected_failure for now.pgoyette
2022-04-28lint: revert resolving grammar conflicts for labeled statementsrillig
2022-04-28tests/lint: add test for GCC unused statementrillig
2022-04-26Add test for wresize.blymn
2022-04-24lint: error out on declarations with implicit int typerillig
2022-04-24tests/lint: demonstrate missing check for missing typerillig
2022-04-24lint: error out on missing type in declarationsrillig
2022-04-24lint: warn about anonymous struct in struct, in plain C99 moderillig
2022-04-24tests/indent: migrate token tests to other testsrillig
2022-04-24tests/indent: change directive from '#' to '//'rillig
2022-04-24tests/indent: normalize amount of empty lines between test casesrillig
2022-04-24tests/indent: migrate tests for parentheses, brackets, bracesrillig
2022-04-23tests/indent: add tests for unary and binary operatorsrillig
2022-04-231. add check for December in MM/DD/YYYYchristos
2022-04-23tests/indent: migrate tests for the tokens '{' and '.'rillig
2022-04-23tests/indent: migrate tests for unary and binary operatorsrillig
2022-04-23tests/indent: migrate a few token tests to psym testsrillig
2022-04-23tests: Add tests for AUDIO_GET[IO]OFFS ioctls.isaki
2022-04-23indent: group global variables related to output controlrillig
2022-04-22indent: remove FreeBSD IDsrillig
2022-04-21tests/lint: extend test for lossy integer conversionrillig
2022-04-21Actually add the bkgrndset test case so it runs plus fix a typo inblymn
2022-04-20tests/lint: fix test for message 132 to be platform-independentrillig
2022-04-20Add a test for the bkgrndset functionblymn
2022-04-19lint: fix integer overflow on seeing -(uint64_t)INT64_MINrillig
2022-04-19tests/lint: add test case for integer non-constant expressionrillig
2022-04-19lint: only warn about unsigned constants in C90 migration moderillig
2022-04-19lint: do not warn about converting (1234567L & 0xFF) to unsigned charrillig
2022-04-19tests/lint: demonstrate wrong warnings for conversion from long to charrillig
2022-04-16lint: investigate why lint only warns about some constant conditionsrillig
2022-04-16lint: fix instructions for adding a new testrillig
2022-04-16tests/lint: fix tests on platforms other than x86_64rillig
2022-04-16fix various typos in comments and log messages.andvar
2022-04-16lint: model C language levels in a future-compatible wayrillig
2022-04-16lint: in C99 mode, allow trailing comma in enum declarationsrillig