mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 20:45:37 +01:00
Remove expected failure from test_psa_compliance
Issue #5143 was fixed in PR #5192. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
394c65e0f0
commit
2be65d5134
@ -33,11 +33,6 @@ import sys
|
|||||||
# Test number 2xx corresponds to the files in the folder
|
# Test number 2xx corresponds to the files in the folder
|
||||||
# psa-arch-tests/api-tests/dev_apis/crypto/test_c0xx
|
# psa-arch-tests/api-tests/dev_apis/crypto/test_c0xx
|
||||||
EXPECTED_FAILURES = {
|
EXPECTED_FAILURES = {
|
||||||
# psa_key_derivation_output_key() returns PSA_ERROR_NOT_PERMITTED instead of
|
|
||||||
# PSA_ERROR_BAD_STATE when called after the operation was aborted.
|
|
||||||
# - Tracked in issue #5143
|
|
||||||
221,
|
|
||||||
|
|
||||||
# Multipart AEAD is not supported in Mbed TLS 2.x.
|
# Multipart AEAD is not supported in Mbed TLS 2.x.
|
||||||
252, 253, 254, 255, 256, 257, 258, 259, 260, 261,
|
252, 253, 254, 255, 256, 257, 258, 259, 260, 261,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user