mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-30 10:45:34 +03:00 
			
		
		
		
	Merge pull request #5195 from bensze01/test_psa_compliance
Remove superfluous expected failure from test_psa_compliance
This commit is contained in:
		| @@ -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, |  | ||||||
|  |  | ||||||
|     # psa_aead_[encrypt/decrypt]() returns PSA_ERROR_NOT_SUPPORTED instead of |     # psa_aead_[encrypt/decrypt]() returns PSA_ERROR_NOT_SUPPORTED instead of | ||||||
|     # PSA_ERROR_INVALID_ARGUMENT when called with an invalid nonce. |     # PSA_ERROR_INVALID_ARGUMENT when called with an invalid nonce. | ||||||
|     # - Tracked in issue #5144 |     # - Tracked in issue #5144 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user