commit | 895c5caa9070a134bc12acdc6d0ad0354aa1f644 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Feb 28 17:27:46 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue Mar 05 12:54:26 2019 +0100 |
tree | 3751af0e79a3820fcdc218ed4116fc7e3e3d680a | |
parent | 4bcd1aadb4ce95288e96203be9f2a22d2208553e [diff] |
regression 1008: adjust TA corruption test for CFG_ULIBS_SHARED=y When TAs are linked against shared versions of libutee etc., the size of the main binary is reduced significantly. This causes test 1008.4 to fail, because the size of the TA drops from ~121 KiB down to ~9 KiB which is smaller than the offset supplied to load_corrupt_ta(). Use a smaller offest to fix the issue. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers