commit | c602a527459b17133389789de6687bc03db46e30 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Mon Apr 13 18:53:17 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Apr 14 11:47:42 2020 +0200 |
tree | fbe633606f3bdc57f15e7dcf71f9ed96e7a3ed52 | |
parent | ec391725536adfdaed5c10056483f6983180bdaf [diff] |
regression 1025: skip test if memref null capability not supported Skip regression test 1025 when TEE context reports that memref null capability is not supported by the OP-TEE ecosystem. This change prevents xtest suite to fail on regression 1025 when one tests the latest optee_os/optee_client/optee_test that supports this recent capability with a mainline or older Linux kernel that does not yet support this feature. Fixes: https://github.com/OP-TEE/optee_test/issues/415 Reported-by: Masami Hiramatsu <masami.hiramatsu@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.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