commit | adfa40ee6d079a536b6276eb09b635f6adb74fad | [log] [tgz] |
---|---|---|
author | Antonio de Angelis <Antonio.deAngelis@arm.com> | Tue Mar 29 16:07:10 2022 +0100 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Mon Apr 04 09:31:24 2022 +0100 |
tree | 7ab29bac8429837193eef87921633c6e8e2f2e84 | |
parent | 7c69c2bc6fda40ffd9ddfa7d167c3524a0ab6a78 [diff] |
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>