summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-06-02ld.elf_so: Test dynamic-then-static abuse via ctor.riastradh
2023-06-02ld.elf_so: Test another edge case of mismatched TLS models.riastradh
2023-06-02ld.elf_so: tls_extern dynamic_defabuse_eager must xfail differently.riastradh
2023-06-02indent: force each statement on a new linerillig
2023-06-02indent: remove newline between 'switch' and '{'rillig
2023-06-02indent: improve heuristics of classifying '*' as pointer or operatorrillig
2023-06-02indent: clean uprillig
2023-06-02indent: fix formatting of declarations with preprocessing linesrillig
2023-06-02tests/indent: demonstrate bugs when formatting preprocessing linesrillig
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-06-01ld.elf_so: Separately test eager and lazy resolution of def tls ptr.riastradh
2023-06-01ld.elf_so: Shorter test names.riastradh
2023-06-01ld.elf_so: Test TLS abuse of static def, dynamic use and vice versa.riastradh
2023-06-01ld.elf_so: Factor out logic in TLS tests to make writing more easier.riastradh
2023-06-01ld.elf_so: Test extern dynamic TLS too.riastradh
2023-06-01ld.elf_so: Test variations on PR toolchain/50277.riastradh
2023-05-31ld.elf_so: Nix inadvertently committed private test program.riastradh
2023-05-31ld.elf_so: Fix extern TLS test to match PR toolchain/50277.riastradh
2023-05-31ld.elf_so: New test for extern initial-exec TLS, PR toolchain/50277.riastradh
2023-05-28Add RUMPHIJACK option "blanket=/DEV" so mount_ffs may canonicalisehannken
2023-05-24match the new compiler warningchristos
2023-05-24no more md5 for you.christos
2023-05-23indent: fix indentation of struct declarationsrillig
2023-05-23indent: fix spacing around '*' in declarationsrillig
2023-05-23indent: fix spacing in declarations in for loopsrillig
2023-05-23tests/indent: add code snippets found in make and lint1rillig
2023-05-22indent: fix spacing between block bracesrillig
2023-05-22tests/indent: refine a few testsrillig
2023-05-22tests/lint1: allow whitespace in files containing the expected outputrillig
2023-05-22lint: fix emitted type for arrays of unknown sizerillig
2023-05-22lint: rename constant NOTSPEC to NO_TSPECrillig
2023-05-22tests/lint: demonstrate wrong emitted array length in initializationrillig
2023-05-22indent: implement suppressing optional blank linesrillig
2023-05-22tests/indent: skip creating an intermediate file in testsrillig
2023-05-21s/thar/that/ in comments.andvar
2023-05-21tests/indent: fix outdated or wrong commentsrillig
2023-05-21indent: don't error out on unrecognized preprocessor directivesrillig
2023-05-20tests/indent: prevent 'indent end' with argumentsrillig
2023-05-20tests/indent: migrate test driver from AWK to Luarillig
2023-05-20tests/indent: clean up test driverrillig
2023-05-20indent: don't insert blank line between two closing linesrillig
2023-05-20indent: implement blank line above block commentrillig
2023-05-20indent: implement blank line after function bodyrillig
2023-05-20indent: ensure that no blank lines are inserted in INDENT OFF moderillig
2023-05-20indent: implement blank lines around conditional compilationrillig
2023-05-19tests/indent: test multi-line comments with -ncdbrillig
2023-05-18indent: document the funcname tokenrillig
2023-05-18indent: manually wrap overly long linesrillig
2023-05-17t_ptm.c: add a test case that passes extra flagsgutteridge