summaryrefslogtreecommitdiff
path: root/OWNERS
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@google.com>2020-02-23 13:21:05 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-26 01:55:03 +0000
commit3354deef704a272e7c0e0a68173313dbd0e0ab67 (patch)
tree7e79341f2f3ff00aba1b82e3008c8a9e1255714b /OWNERS
parentdeaf82b9b4452a4fca0bdd8485f2be3296dbe8e8 (diff)
downloadvboot-3354deef704a272e7c0e0a68173313dbd0e0ab67.tar.gz
vboot: Add mockable attribute to some overridden functions
A newer clang version has an optimization that is breaking vboot_reference unit tests. The root cause appears to be: Many functions inside unit tests are supposed to override the functions defined in the main library but the main library functions are not defined as weak. Fix by marking some of the overridden function by test_mockable which is already used for some of the functions. This is similar to a prior bug 723906 where unit tests were broken after binutils upgrade. BUG=chromium:1055151 TEST=unit tests passed with ToT clang Change-Id: Ib9f16e1af59632b6a82411656ebba75e26b5d211 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2069806 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Joel Kitching <kitching@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'OWNERS')
0 files changed, 0 insertions, 0 deletions