Skip tests when failure are due to unsupported functions

When an assertion is failing due to unsupported test, make sure
to return the TEST_SKIP bit so that the test is skipped instead
of failed. It helps on those platforms that don't implement API
which might be considered optionals.

Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
1 file changed