Files
workinf_Blender_Wasm/tests/golden/M13-03F/sandbox-dispose-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

77 lines
1.8 KiB
JSON

{
"schemaVersion": 1,
"task": "M13-03F",
"operation": "SCRIPT_SANDBOX_DISPOSE_GATE",
"runtime": "PRODUCTION_CHROMIUM_WORKER",
"resources": {
"before": {
"messagePorts": 2,
"timers": 1,
"abortControllers": 1,
"transferableBuffers": 1,
"pendingRequests": 1,
"cacheReferences": 1
},
"afterFirstDispose": {
"messagePorts": 0,
"timers": 0,
"abortControllers": 0,
"transferableBuffers": 0,
"pendingRequests": 0,
"cacheReferences": 0
},
"afterSecondDispose": {
"messagePorts": 0,
"timers": 0,
"abortControllers": 0,
"transferableBuffers": 0,
"pendingRequests": 0,
"cacheReferences": 0
}
},
"receipts": {
"first": {
"schemaVersion": 1,
"disposeCount": 1,
"idempotent": false,
"resources": {
"messagePorts": 0,
"timers": 0,
"abortControllers": 0,
"transferableBuffers": 0,
"pendingRequests": 0,
"cacheReferences": 0
},
"lateTimerMessages": 0
},
"second": {
"schemaVersion": 1,
"disposeCount": 2,
"idempotent": true,
"resources": {
"messagePorts": 0,
"timers": 0,
"abortControllers": 0,
"transferableBuffers": 0,
"pendingRequests": 0,
"cacheReferences": 0
},
"lateTimerMessages": 0
}
},
"lateTimerMessages": 0,
"invariants": {
"workerTerminated": true,
"messagePortsZero": true,
"timersZero": true,
"abortControllersZero": true,
"transferableBuffersZero": true,
"pendingRequestsZero": true,
"cacheReferencesZero": true,
"repeatedDisposeIdempotent": true,
"noLateTimerMessages": true
},
"execution": "DISABLED",
"nextTask": "M13-03G"
}