mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-31 22:01:40 +00:00
540370c9d1
So the last series of patches have changed the test output a lot. This patch adjusts the reference output to have "make check" work again. There is still one test that fails: ./build/tests/runtestreaddwarf. It'll be addressed in subsequent patches from now. * tests/data/test-abidiff/test-enum0-report.txt: Adjust. * tests/data/test-abidiff/test-enum1-report.txt: Adjust. * tests/data/test-abidiff/test-qual-type0-report.txt: Adjust. * tests/data/test-abidiff/test-struct0-report.txt: Adjust. * tests/data/test-read-dwarf/test10-pr18818-gcc.so.abi: Adjust. * tests/data/test-read-dwarf/test11-pr18828.so.abi: Adjust. * tests/data/test-read-dwarf/test12-pr18844.so.abi: Adjust. * tests/data/test-read-dwarf/test9-pr18818-clang.so.abi: Adjust. * tests/data/test-read-write/test17.xml: Adjust. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
1 changed type:
|
|
'enum E' changed:
|
|
1 enumerator deletion:
|
|
'E::e2' value '1'
|
|
|
|
1 enumerator insertion:
|
|
'E::e1' value '1'
|
|
|
|
1 changed declaration:
|
|
'function void foo(E)' was changed to 'function void foo(E)':
|
|
parameter 1 of type 'enum E' has sub-type changes:
|
|
1 enumerator deletion:
|
|
'E::e2' value '1'
|
|
|
|
1 enumerator insertion:
|
|
'E::e1' value '1'
|
|
|