The GitHub Actions job "CI" on tvm-ffi.git/orcjit-session-refactor has failed.
Run started by GitHub user cyx-6 (triggered by cyx-6).

Head commit for run:
767d2b2523c09e02171e30fe443c3fe6bf2f6473 / Yaxing Cai <[email protected]>
[ORCJIT][TEST] Add malformed library-binary parser tests

Cover each guard in the embedded library-binary parser with a corrupt-blob
case that must raise cleanly rather than crash: too-short/empty/non-monotonic
indptr, indptr tail past child count, out-of-range child index, truncated
stream, oversize vector count, unregistered kind, and a loader returning a
non-Module.

The single-entry indptr case pins the out-of-bounds fix from review. Writing
these also showed the post-cast null-module check was dead (cast<Module> already
rejects a non-Module and Module is non-nullable), so drop it.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/28894240501

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to