Checkpoint web parity through Chromium input tasks
This commit is contained in:
40
tests/golden/M13-03B/manifest.json
Normal file
40
tests/golden/M13-03B/manifest.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-03B",
|
||||
"parentTask": "M13-03A",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "PRODUCTION_PROTOCOL_AND_CHROMIUM_WORKER",
|
||||
"operation": "SCRIPT_SANDBOX_BUDGET",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M13-03A/manifest.json",
|
||||
"sha256": "76a7ce0fd3a38fb770c9cedccbd05ed566b931caa1782fdae898d3b66c3a20bf"
|
||||
},
|
||||
"protocol": {
|
||||
"path": "web/protocol/scripting-platform.ts",
|
||||
"sha256": "6699fc0a19e0736823f164e707a420655803e36019cf0071f7ff9c760d25e9f2"
|
||||
},
|
||||
"worker": {
|
||||
"path": "web/app/src/workers/script-sandbox-budget-test.worker.ts",
|
||||
"sha256": "ed836a032b33f54154fdd36f9f6e99ee43ca1755ea0dd8326474a13300ec965e"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-script-sandbox-budget.mjs",
|
||||
"sha256": "ab10d1d32c20022c848be4b33e1be846168a9ca4cf22ac932ea000001e9e2391"
|
||||
},
|
||||
"unit": {
|
||||
"path": "web/tests/unit/script-sandbox-budget.test.mjs",
|
||||
"sha256": "caa40fc58a73aa4d433285c94009e5436a29fbcb6b4e18b74b27c49fd0b07490"
|
||||
},
|
||||
"e2e": {
|
||||
"path": "web/tests/e2e/script-sandbox-budget.spec.ts",
|
||||
"sha256": "8be77fd55e76149bfe2e0e449d81a62707ebfa430514936808ec4805fc96e07c"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M13-03B/sandbox-budget-report.json",
|
||||
"sha256": "4355710e07e95cbb0f96a82fdefca3607f363d3aea9ba89c332e8a4708b7bed2"
|
||||
}
|
||||
},
|
||||
"nextTask": "M13-03C"
|
||||
}
|
||||
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