commit | e8f35d106961d8cc4be89e79abfa2363dd79642e | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Apr 09 09:36:19 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Apr 09 10:46:50 2020 +0200 |
tree | 4ecd4a8f1569a732e66607f4c59610ea6b82a8db | |
parent | 48fa1b25eed761075a878d72116e8f2abc03fffb [diff] |
regression 1014: fix return status condition When passing an invalid reference to the TA, we expect the TEE to catch the error and return either TEE_ERROR_GENERIC or TEE_ERROR_BAD_PARAMETERS (not any other unrelated error). The condition on the return code is not written correctly, fix it. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@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