Files
workinf_Blender_Wasm/tests/golden/M12-06F/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

19 lines
520 B
JSON

{
"schemaVersion": 1,
"task": "M12-06F",
"operation": "GLB_IMPORT_NEGATIVE_CASES",
"budget": {
"maxBytes": 524288,
"maxJsonBytes": 262144,
"maxBufferViews": 4096,
"maxAccessors": 8192
},
"cases": [
{ "id": "sparse", "code": "GLB_SPARSE_ACCESSOR_UNSUPPORTED" },
{ "id": "extension", "code": "GLB_EXTENSION_UNSUPPORTED" },
{ "id": "external-uri", "code": "GLB_EXTERNAL_URI_BLOCKED" },
{ "id": "over-budget", "code": "GLB_IMPORT_BUDGET_EXCEEDED" }
],
"nextTask": "M12-06G"
}