Checkpoint web parity through Chromium input tasks
This commit is contained in:
76
tests/golden/M13-03F/sandbox-dispose-report.json
Normal file
76
tests/golden/M13-03F/sandbox-dispose-report.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user