etnaviv/tests: Add comment on why the SSDLite MobileDet test fails

So we don't waste time debugging it again.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34481>
This commit is contained in:
Tomeu Vizoso 2024-12-10 16:19:38 +01:00 committed by Marge Bot
parent 0213eef3b3
commit 1f5bc6ddbf

View file

@ -9,6 +9,10 @@ Add.Op/input_size_80_weight_size_3_input_channels_32_output_channels_120_stride_
Add.Op/input_size_80_weight_size_5_input_channels_32_output_channels_256_stride_1_padding_same_1_is_signed_0,Fail
Models.Op/mobiledet_082,Fail
# Something seems to have changed in TensorFlow Lite and it doesn't pass any more.
# Probably the implementation of TFLite_Detection_PostProcess is producing results in a different order.
# The model actually detects correctly.
Models.Op/mobiledet_ssdlite_mobiledet_coco_qat_postprocess,Fail
Models.Op/yolox_yolox,Fail