mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-13 03:57:33 +00:00
Since we started to rely on ODR for type canonicalization, we needed to mark anonymous structures (and enums) as being anonymous, hence, a new "is-anonymous" property was introduced in the abixml format. While looking at something else, I noticed that some anonymous structures in test files tests/data/test-abidiff/test-corpus0-v{0,1}.so.abi were not marked as anonymous, and that was causing some comparison issues. This patch adjusts those abixml files. I forgot at the time to mention that those files were coming from the libtirpc.so binary provided in bug 18166, so I am renaming the files now to reflect that. Also, I am adding the binary here. I have thus re-generated a new abixml file from that *.so file; it now has the proper "is-anonymous" properties. * tests/data/test-abidiff/test-PR18166-libtirpc.so: New file. * tests/data/test-abidiff/test-PR18166-libtirpc.so.abi: Likewise. * tests/data/test-abidiff/test-corpus0-report0.txt: Renamed into tests/data/test-abidiff/test-PR18166-libtirpc.so.report.txt. * tests/data/test-abidiff/test-corpus0-v{0,1}.so.abi: Removed. * tests/data/Makefile.am: Renamed test-corpus0-* files into test-PR18166-libtirpc.so-* files. * tests/test-abidiff.cc (specs): Adjust. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
test-enum0-report.txt | ||
test-enum0-v0.cc.bi | ||
test-enum0-v1.cc.bi | ||
test-enum1-report.txt | ||
test-enum1-v0.cc.bi | ||
test-enum1-v1.cc.bi | ||
test-PR18166-libtirpc.so | ||
test-PR18166-libtirpc.so.abi | ||
test-PR18166-libtirpc.so.report.txt | ||
test-PR18791-report0.txt | ||
test-PR18791-v0.so.abi | ||
test-PR18791-v1.so.abi | ||
test-qual-type0-report.txt | ||
test-qual-type0-v0.cc.bi | ||
test-qual-type0-v1.cc.bi | ||
test-struct0-report.txt | ||
test-struct0-v0.cc.bi | ||
test-struct0-v1.cc.bi | ||
test-struct1-report.txt | ||
test-struct1-v0.cc.bi | ||
test-struct1-v1.cc.bi | ||
test-var0-report.txt | ||
test-var0-v0.cc.bi | ||
test-var0-v1.cc.bi |