# ONNX node backend tests that onnx-light does not (yet) cover.
#
# Lines starting with ``#`` are comments and blank lines are ignored (see
# ``_load_known_missing`` in ``test_backend_test_names_onnx_vs_onnxlight.py``).
#
# Each entry below was investigated (see xadupre/onnx-light#4262). They are all
# genuinely unsupported by the current onnx-light kernels, for the reasons noted
# in each section, and therefore intentionally kept in this snapshot.

# --- ImageDecoder: only BMP, JPEG (baseline), PNG and PNM are decoded ---
# The JPEG 2000, TIFF and WebP compressed formats are not implemented by the
# ImageDecoder kernel, so these tests cannot pass.
# See: onnx_light/onnx_extensions/kernels/kernels/image/kernel_image_decoder.cc
image_decoder_decode_jpeg2k_rgb
image_decoder_decode_tiff_rgb
image_decoder_decode_webp_rgb
