From 1e4423b535e4a5f5c9c3426f48a611a4153d0a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Wed, 17 Nov 2021 14:39:02 +0100 Subject: [PATCH] Remove expected failure from test_psa_compliance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #5143 was fixed in PR #5180. Signed-off-by: Bence Szépkúti --- tests/scripts/test_psa_compliance.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/scripts/test_psa_compliance.py b/tests/scripts/test_psa_compliance.py index 2f6358132..11b0c6a43 100755 --- a/tests/scripts/test_psa_compliance.py +++ b/tests/scripts/test_psa_compliance.py @@ -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, - # psa_aead_[encrypt/decrypt]() returns PSA_ERROR_NOT_SUPPORTED instead of # PSA_ERROR_INVALID_ARGUMENT when called with an invalid nonce. # - Tracked in issue #5144