Checkpoint web parity through Chromium input tasks
This commit is contained in:
40
tests/golden/M13-03D/manifest.json
Normal file
40
tests/golden/M13-03D/manifest.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-03D",
|
||||
"parentTask": "M13-03C",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "PRODUCTION_PROTOCOL_AND_CHROMIUM_WORKER",
|
||||
"operation": "SCRIPT_SANDBOX_ISOLATION",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M13-03C/manifest.json",
|
||||
"sha256": "54318c45b11dd1707fecf78b0637257158102ea1dbb88d4d442e33b77df2cdbf"
|
||||
},
|
||||
"protocol": {
|
||||
"path": "web/protocol/scripting-platform.ts",
|
||||
"sha256": "6699fc0a19e0736823f164e707a420655803e36019cf0071f7ff9c760d25e9f2"
|
||||
},
|
||||
"worker": {
|
||||
"path": "web/app/src/workers/script-sandbox-isolation-test.worker.ts",
|
||||
"sha256": "8c810ee7c8bd15d83ecfb4981068f947536bfe8c9e63b906861f42b8465722da"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-script-sandbox-isolation.mjs",
|
||||
"sha256": "e5c0c3c7cd500c269ae43a1a9eb05589e82aad28199ab4f11ad1167b486f6937"
|
||||
},
|
||||
"unit": {
|
||||
"path": "web/tests/unit/script-sandbox-isolation.test.mjs",
|
||||
"sha256": "47986f93638fdc18b817b03222484f4691dc294185040eaebac8e1f386bc1549"
|
||||
},
|
||||
"e2e": {
|
||||
"path": "web/tests/e2e/script-sandbox-isolation.spec.ts",
|
||||
"sha256": "2c16c42f09827a0c0100ef2cc6295ca6bc96933ed7475e08b1fa195d7940c141"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M13-03D/sandbox-isolation-report.json",
|
||||
"sha256": "4af91cdb21101039b379136c7559b46df55f4f5ab5478c05c1c57cd6e1624d2a"
|
||||
}
|
||||
},
|
||||
"nextTask": "M13-03E"
|
||||
}
|
||||
51
tests/golden/M13-03D/sandbox-isolation-report.json
Normal file
51
tests/golden/M13-03D/sandbox-isolation-report.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-03D",
|
||||
"operation": "SCRIPT_SANDBOX_ISOLATION",
|
||||
"crash": {
|
||||
"status": "CRASHED",
|
||||
"errorCode": "SCRIPT_SANDBOX_CRASHED",
|
||||
"workerGeneration": 4,
|
||||
"mainRevisionBefore": 9,
|
||||
"mainRevisionAfter": 9,
|
||||
"temporaryBytes": 0,
|
||||
"publishedResults": 0,
|
||||
"lateResults": 0,
|
||||
"committed": false,
|
||||
"execution": "DISABLED"
|
||||
},
|
||||
"timeout": {
|
||||
"status": "TIMED_OUT",
|
||||
"errorCode": "SCRIPT_SANDBOX_TIMEOUT",
|
||||
"workerGeneration": 4,
|
||||
"mainRevisionBefore": 9,
|
||||
"mainRevisionAfter": 9,
|
||||
"temporaryBytes": 0,
|
||||
"publishedResults": 0,
|
||||
"lateResults": 0,
|
||||
"committed": false,
|
||||
"execution": "DISABLED"
|
||||
},
|
||||
"cancel": {
|
||||
"status": "CANCELLED",
|
||||
"errorCode": "SCRIPT_SANDBOX_CANCELLED",
|
||||
"workerGeneration": 4,
|
||||
"mainRevisionBefore": 9,
|
||||
"mainRevisionAfter": 9,
|
||||
"temporaryBytes": 0,
|
||||
"publishedResults": 0,
|
||||
"lateResults": 0,
|
||||
"committed": false,
|
||||
"execution": "DISABLED"
|
||||
},
|
||||
"lateResult": "SCRIPT_SANDBOX_LATE_RESULT",
|
||||
"execution": "DISABLED",
|
||||
"invariants": {
|
||||
"mainRevisionUnchanged": true,
|
||||
"jobTerminated": true,
|
||||
"temporaryResourcesReleased": true,
|
||||
"noPublishedResults": true,
|
||||
"lateResultsRejected": true
|
||||
},
|
||||
"nextTask": "M13-03E"
|
||||
}
|
||||
Reference in New Issue
Block a user