Checkpoint web parity through Chromium input tasks
This commit is contained in:
29
tests/golden/M13-03B/sandbox-budget-report.json
Normal file
29
tests/golden/M13-03B/sandbox-budget-report.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-03B",
|
||||
"operation": "SCRIPT_SANDBOX_BUDGET",
|
||||
"accepted": {
|
||||
"schemaVersion": 1,
|
||||
"cpuMs": 1000,
|
||||
"wallMs": 5000,
|
||||
"memoryBytes": 1048576,
|
||||
"maxMessageBytes": 4096,
|
||||
"maxOutputBytes": 8192
|
||||
},
|
||||
"blocked": {
|
||||
"cpuMs": "SCRIPT_BUDGET_EXCEEDED",
|
||||
"wallMs": "SCRIPT_BUDGET_EXCEEDED",
|
||||
"memoryBytes": "SCRIPT_BUDGET_EXCEEDED",
|
||||
"maxMessageBytes": "SCRIPT_BUDGET_EXCEEDED",
|
||||
"maxOutputBytes": "SCRIPT_BUDGET_EXCEEDED"
|
||||
},
|
||||
"execution": "DISABLED",
|
||||
"invariants": {
|
||||
"cpuBounded": true,
|
||||
"wallBounded": true,
|
||||
"memoryBounded": true,
|
||||
"messageBounded": true,
|
||||
"outputBounded": true
|
||||
},
|
||||
"nextTask": "M13-03C"
|
||||
}
|
||||
Reference in New Issue
Block a user