mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-28 19:36:39 +00:00
Remove superfluous expected failures from list
Issue #5144 doesn't affect development_2.x Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
1dbaaba067
commit
e30fcb6ed5
|
@ -38,11 +38,6 @@ EXPECTED_FAILURES = {
|
||||||
# - Tracked in issue #5143
|
# - Tracked in issue #5143
|
||||||
221,
|
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
|
|
||||||
224, 225,
|
|
||||||
|
|
||||||
# Multipart CCM is not supported.
|
# Multipart CCM is not supported.
|
||||||
# - Tracked in issue #3721
|
# - Tracked in issue #3721
|
||||||
252, 253, 254, 255, 256, 257, 258, 259, 261,
|
252, 253, 254, 255, 256, 257, 258, 259, 261,
|
||||||
|
|
Loading…
Reference in a new issue