Merge pull request #5196 from bensze01/test_psa_compliance_2.x

Backport 2.x: Remove superfluous expected failure from test_psa_compliance
This commit is contained in:
Gilles Peskine 2021-11-17 17:14:22 +01:00 committed by GitHub
commit 90321622e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,11 +33,6 @@ import sys
# Test number 2xx corresponds to the files in the folder
# psa-arch-tests/api-tests/dev_apis/crypto/test_c0xx
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.
252, 253, 254, 255, 256, 257, 258, 259, 260, 261,