aboutsummaryrefslogtreecommitdiff
path: root/libctf/testsuite
AgeCommit message (Expand)AuthorFilesLines
2025-07-23libctf: don't run tests requiring deduplicating linker unless one is in useNick Alcock5-1/+67
2025-07-01libctf: add root-visibility-addition testNick Alcock2-0/+39
2025-06-04libctf: dedup: preserve non-root flag across normal linksNick Alcock2-0/+117
2025-06-04Revert "libctf: fix linking of non-root-visible types"Nick Alcock2-128/+0
2025-05-23libctf: archive, open: when opening, always set errp to somethingNick Alcock2-1/+18
2025-02-28libctf: fix cv-qualified unnamed struct/union field lookupNick Alcock3-6/+29
2025-02-28libctf: fix slices of slices and of enumsNick Alcock2-0/+78
2025-01-01Update year range in copyright notice of binutils filesAlan Modra6-6/+6
2024-09-24binutils testsuite: canonicalize subtest names in libctfFrank Ch. Eigler2-9/+8
2024-07-31libctf, include: add ctf_dict_set_flag: less enum dup checking by defaultNick Alcock1-3/+64
2024-07-31libctf: fix CTF dict compressionNick Alcock2-0/+160
2024-07-31libctf: fix linking of non-root-visible typesNick Alcock2-0/+128
2024-06-19libctf: fix testsuite bugs revealed by -WallNick Alcock4-13/+9
2024-06-18libctf, include: new functions for looking up enumeratorsNick Alcock3-0/+191
2024-06-18libctf: suppress spurious failure of malloc-counting tests under valgrindNick Alcock2-0/+18
2024-06-12PR 31882 libctf: test suite incorrect format specifiersA. Wilcox2-2/+2
2024-05-23libctf testsuite compilation failureAlan Modra1-1/+1
2024-05-17libctf: fix leak of entire dict when dict opening failsNick Alcock2-0/+190
2024-05-17libctf: test: add wrapperNick Alcock1-2/+11
2024-05-17libctf: test: add hostNick Alcock1-0/+9
2024-05-17libctf: test: add lookup_linkNick Alcock1-1/+5
2024-04-24buffer overflow in libctf testsAlan Modra2-2/+2
2024-04-20Error compiling libctf-regression testAlan Modra2-2/+2
2024-04-19libctf: fix leak in testNick Alcock1-0/+4
2024-04-19libctf: add rewriting testsNick Alcock5-0/+346
2024-04-19libctf: make ctf_serialize() actually serializeNick Alcock1-5/+6
2024-04-19libctf: support addition of types to dicts read via ctf_open()Nick Alcock3-0/+169
2024-04-19libctf: fix name lookup in dicts containing base-type bitfieldsNick Alcock2-0/+138
2024-03-11libctf: fix uninitialized variables in testsuiteNick Alcock1-1/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra6-6/+6
2023-10-20libctf: fix creation-time parent/child dict confusionsNick Alcock15-0/+263
2023-10-18libctf: check for problems with error returnsNick Alcock2-0/+75
2023-04-08libctf: propagate errors from parents correctlyNick Alcock2-0/+165
2023-04-08libctf, tests: do not assume host and target have identical field offsetsNick Alcock2-1/+12
2023-03-24libctf: get the offsets of fields of unnamed structs/unions rightNick Alcock3-0/+117
2023-01-12libctf: skip the testsuite from inside dejagnuNick Alcock1-0/+5
2023-01-01Update year range in copyright notice of binutils filesAlan Modra6-6/+6
2022-06-21libctf: tests: prune warnings from compiler outputNick Alcock2-6/+6
2022-06-21libctf: fix linking together multiple objects derived from the same sourceNick Alcock5-0/+146
2022-01-02Update year range in copyright notice of binutils filesAlan Modra5-5/+5
2021-09-27libctf, lookup: fix bounds of pptrtab lookupNick Alcock2-0/+70
2021-09-27libctf, testsuite: fix various warnings in testsNick Alcock10-18/+10
2021-09-03CC_FOR_TARGET et alAlan Modra2-11/+11
2021-05-06libctf, ld: fix test results for upstream GCCNick Alcock2-3/+2
2021-03-25libctf: fix memory leak in a testNick Alcock1-0/+1
2021-03-18libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock3-1/+3
2021-03-18libctf: eliminate dtd_u, part 4: enumsNick Alcock2-0/+111
2021-03-18libctf: do not corrupt strings across ctf_serializeNick Alcock2-0/+96
2021-03-18libctf: fix some tabdamage and move some code aroundNick Alcock2-4/+4
2021-02-20libctf, include: find types of symbols by nameNick Alcock7-101/+169