Checkpoint web parity through Chromium input tasks
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

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

View File

@@ -0,0 +1,18 @@
{
"schemaVersion": 1,
"task": "M13-04H",
"parentTask": "M13-04G",
"enablingTask": false,
"parityStateChange": false,
"runtime": "NODE_REAL_PROCESS_AND_BOUNDED_FAULTS",
"operation": "SERVER_JOB_FAULT_CODE_MAPPING",
"artifacts": {
"parentManifest": { "path": "tests/golden/M13-04G/manifest.json", "sha256": "7103a25ec7eb4a1c7f0d9f7acfb5ed30da32c87d512d6f9d53e081db275f7b89" },
"protocol": { "path": "tools/web/server-job-fault.mjs", "sha256": "858360b4468a7b6cf796fc83a1627ba18626b61a0799f83531de996ea374519b" },
"checker": { "path": "tools/web/check-server-job-fault-codes.mjs", "sha256": "cb67246ef3df111525ca5e14af0546154ea2beee930b9840ad4ac7e2ebbb91ec" },
"unit": { "path": "web/tests/unit/server-job-fault.test.mjs", "sha256": "3551e28d78e5069c3d97eabcacac824bf142f54fdcb3ad4904668909af1cc545" },
"package": { "path": "web/package.json", "sha256": "77bae66fd3885e36d2ead6f261754724144e5f51fafc5ccad9863dfc8e5ab548" },
"report": { "path": "tests/golden/M13-04H/server-job-fault-report.json", "sha256": "01999232f926496909fc9ef072e19aadb688822d3f9d7e03b42871ac5d54a0f6" }
},
"nextTask": "M13-04I"
}

View File

@@ -0,0 +1,80 @@
{
"schemaVersion": 1,
"task": "M13-04H",
"operation": "SERVER_JOB_FAULT_CODE_MAPPING",
"runtime": "NODE_REAL_PROCESS_AND_BOUNDED_FAULTS",
"receipts": {
"timeout": {
"schemaVersion": 1,
"state": "FAILED",
"code": "SERVER_JOB_TIMEOUT",
"stage": "PROCESS",
"exitCode": null,
"signal": null,
"timedOut": true,
"memoryExceeded": false,
"baseRevision": 11,
"currentRevision": 11,
"committedRevision": 11,
"publish": false,
"revisionPreserved": true,
"execution": "DISABLED"
},
"oom": {
"schemaVersion": 1,
"state": "FAILED",
"code": "SERVER_JOB_OOM",
"stage": "PROCESS",
"exitCode": null,
"signal": null,
"timedOut": false,
"memoryExceeded": true,
"baseRevision": 11,
"currentRevision": 11,
"committedRevision": 11,
"publish": false,
"revisionPreserved": true,
"execution": "DISABLED"
},
"signal": {
"schemaVersion": 1,
"state": "FAILED",
"code": "SERVER_JOB_SIGNAL",
"stage": "PROCESS",
"exitCode": null,
"signal": "SIGTERM",
"timedOut": false,
"memoryExceeded": false,
"baseRevision": 11,
"currentRevision": 11,
"committedRevision": 11,
"publish": false,
"revisionPreserved": true,
"execution": "DISABLED"
},
"exit": {
"schemaVersion": 1,
"state": "FAILED",
"code": "SERVER_JOB_EXIT_FAILED",
"stage": "PROCESS",
"exitCode": 7,
"signal": null,
"timedOut": false,
"memoryExceeded": false,
"baseRevision": 11,
"currentRevision": 11,
"committedRevision": 11,
"publish": false,
"revisionPreserved": true,
"execution": "DISABLED"
}
},
"invariants": {
"oldRevisionPreserved": true,
"failurePublish": false,
"cleanupRequired": true,
"executionDisabled": true
},
"execution": "DISABLED",
"nextTask": "M13-04I"
}