aboutsummaryrefslogtreecommitdiff
path: root/test_cases/abigail_reader/array
AgeCommit message (Collapse)Author
2024-03-08test suite: all expected STG output files are now annotatedSid Nayyar
PiperOrigin-RevId: 608943654 Change-Id: I57a7066f4e2c7c37e37d33db484417023f875e15
2023-11-15test cases: add abigail_reader tests converted from info_testsAleksei Vetrov
Create XML files from all "info" test cases to test abigail reader. XML files were generated using `abidw` (version `2.1.0`) on compiled source files from `info_tests`. For example, commands would look like: ``` clang-17 -std=c17 -g -fstandalone-debug --target=riscv64-linux-gnu \ -c simple_array.c -o simple_array.c.o abidw --no-architecture --no-corpus-path --type-id-style hash \ --no-comp-dir-path --no-show-locs simple_array.c.o \ > simple_array.c.raw_xml ``` STG expectation files were generated by running command like: `stg --abi simple_array.c.xml --output expected/simple_array_c.abi_stg` PiperOrigin-RevId: 580932823 Change-Id: I2fc00a76c164f61fa779750ed84975af0cfa298e