aboutsummaryrefslogtreecommitdiff
path: root/debug_info_test/exist_debug_info.whitelist
AgeCommit message (Collapse)Author
2020-06-25debug_info_test: fix up namingGeorge Burgess IV
This replaces 'whitelist' with 'allowlist' in debug_info_test's file names, as a follow up to the previous NFC CL's cleanups. BUG=chromium:1099035 TEST=CQ+1 Change-Id: I0e99fa230a78251a6a555941db6f4758d0cf9367 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2265050 Reviewed-by: Tiancong Wang <tcwang@google.com> Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org>
2019-07-18DebugInfoTest: Whitelist fw_parserManoj Gupta
This is a binary from Intel. So whitelist to avoid errors from DebugInfoTest. BUG=chromium:984749 TEST=No more complains about fw_parser Change-Id: I808e3972e635e52a406d2e2a4c8ce673530e72d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1706398 Tested-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Zhizhou Yang <zhizhouy@google.com> Commit-Queue: Manoj Gupta <manojgupta@chromium.org> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
2018-05-06[toolchain-utils] Whitelist update for debug_info_testZhizhou Yang
This CL updates the whitelist for debug_info_test stage, when checking whether DebugInfo session exists or not. We do not care about the debug info in autotest, so whitelisted this directory. BUG=chromium:813271 TEST=debug_info_test /build/kip/usr/lib/debug with -nousepkg build Change-Id: I1ccd845462d07b0be58eb811550a00a2986a5086 Reviewed-on: https://chromium-review.googlesource.com/1044756 Commit-Ready: Zhizhou Yang <zhizhouy@chromium.org> Tested-by: Zhizhou Yang <zhizhouy@chromium.org> Reviewed-by: Yunlian Jiang <yunlian@chromium.org>
2018-04-27debug_info_test: add a test to check DW_AT_producerZhizhou Yang
This patch introduces two tests, one to check whether debug info section exists in the elf file, the other to check whether DW_AT_producer exists in each compile unit of debug info. BUG=chromium:813271 TEST=debug_info_test /build/kip/usr/lib/debug Change-Id: I3c207abe05c55182ddcc1910073c15a40b0844bf Reviewed-on: https://chromium-review.googlesource.com/1007968 Commit-Ready: Zhizhou Yang <zhizhouy@chromium.org> Tested-by: Zhizhou Yang <zhizhouy@chromium.org> Reviewed-by: Ting-Yuan Huang <laszio@chromium.org>