aboutsummaryrefslogtreecommitdiff
path: root/libctf/testsuite
AgeCommit message (Expand)AuthorFilesLines
3 dayslibctf, include: add ctf_dict_set_flag: less enum dup checking by defaultNick Alcock1-3/+64
3 dayslibctf: fix CTF dict compressionNick Alcock2-0/+160
3 dayslibctf: 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
2021-02-20Include ld-lib.exp from ctf-lib.expAlan Modra2-172/+3
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock9-1/+420
2021-01-19libctf, create: fix ctf_type_add of structs with unnamed membersNick Alcock3-0/+94
2021-01-19libctf: lookup_by_name: do not return success for nonexistent pointer typesNick Alcock3-2/+13
2021-01-05libctf, testsuite: adjust for real return type of ctf_member_countNick Alcock1-3/+3
2021-01-05libctf, testsuite: don't run without a suitable compilerNick Alcock3-1/+16
2021-01-05libctf: fix lookups of pointers by name in parent dictsNick Alcock8-0/+258
2021-01-05libctf, include: support unnamed structure members betterNick Alcock5-0/+208
2021-01-05libctf: new test of enum lookups with the _next iteratorNick Alcock3-0/+160