commit | 82e87bbc20fef0686c7f78e225ff5b3298944714 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Aug 19 14:00:09 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Aug 20 09:33:39 2020 +0200 |
tree | fac24c7281d8751152438eaa53755136f3b46c3f | |
parent | bb9055ee80f9eb732a01b4caa1ef03c7ffcd019b [diff] |
regression 1029 (thread local storage): accept TEE_ERROR_NOT_SUPPORTED The Thread Local Storage test (__thread attribute) is modified to accept TEE_ERROR_NOT_SUPPORTED without failing. This return value will be used in a later commit in case an unsupported compiler is used to build the TA. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@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