Files
workinf_Blender_Wasm/tests/golden/M12-07I/negative-report.json
mes123456 380cbed4ff
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

41 lines
1.0 KiB
JSON

{
"schemaVersion": 1,
"task": "M12-07I",
"operation": "PLY_NEGATIVE_FORMAT_LIST_COUNT",
"cases": [
{
"id": "big-endian",
"file": "big-endian.ply",
"expectedCode": "PLY_FORMAT_UNSUPPORTED"
},
{
"id": "malformed-list",
"file": "malformed-list-ascii.ply",
"expectedCode": "PLY_DATA_TRUNCATED"
},
{
"id": "oversized-count",
"file": "oversized-count-ascii.ply",
"expectedCode": "PLY_IMPORT_BUDGET_EXCEEDED: vertex"
}
],
"files": [
{
"name": "big-endian.ply",
"byteLength": 179,
"sha256": "cda92943a3690529fbb3463d328b6796ac0d07e19139450556f7411fc1f031e3"
},
{
"name": "malformed-list-ascii.ply",
"byteLength": 179,
"sha256": "a6a576b7a04d919b540520a6f43a89c089f0d706a17fd8b390711fff6b8b03df"
},
{
"name": "oversized-count-ascii.ply",
"byteLength": 159,
"sha256": "fcd99e0838025429420a47466251cfef80e638d2b5816ad14d5aa696364525bb"
}
],
"nextTask": "M12-07J"
}