commit | da741cd77ecfece144c003d55505aba8b00c0c81 | [log] [tgz] |
---|---|---|
author | Vincent Mailhol <mailhol.vincent@wanadoo.fr> | Thu Nov 16 20:20:54 2023 +0900 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Nov 20 18:52:12 2023 +0100 |
tree | 3abe715d9c83cb8efb05aa1e074ad2ca112c72a6 | |
parent | 9748d2a9dcf60afd30331d503d8eb99d61ef9235 [diff] |
regression 1016: add a subtest for non-NULL memref of size 0 Add a subtest to assert that the implementation allows to forward non-NULL memref from a TA to another TA. Regression 1016 already contains tests related to forwarding memref between TAs. Thus extend this existing test with the subtest described above instead of writing a new one. The Global Platform specification allows this, however, at the time of writing, optee-os will panic. A fix is proposed at [1]. [1] core: tee_svc.c: allow to pass non-NULL memref of size 0 Link: https://github.com/OP-TEE/optee_os/pull/6405 Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com> 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