Checkpoint web parity through Chromium input tasks
This commit is contained in:
22
tests/golden/M12-07I/manifest.json
Normal file
22
tests/golden/M12-07I/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M12-07I",
|
||||
"parentTask": "M12-07H",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "CHROMIUM_WORKER",
|
||||
"operation": "PLY_NEGATIVE_FORMAT_LIST_COUNT",
|
||||
"artifacts": {
|
||||
"parentManifest": { "path": "tests/golden/M12-07H/manifest.json", "sha256": "0665f7c8278cad182f9af0be6af80838fb204e8e1160e5a0cdeb58e052f3b878" },
|
||||
"protocol": { "path": "web/protocol/ply-import.ts", "sha256": "058a3263fde553637840a4e9ad4e8e9d923eb52c250f8000317c7f43a228881d" },
|
||||
"generator": { "path": "tools/web/generate-ply-negative-fixtures.mjs", "sha256": "9c09707bdfe73ba467bbfbf61ed3846fb59fd33ab5563a3a62c8032722ff6938" },
|
||||
"checker": { "path": "tools/web/check-ply-negative-fixtures.mjs", "sha256": "b1d047d4cb1fa15dff7821687e7028ad073fdc62d4c76f60a2656732c0ec5e2b" },
|
||||
"unitTest": { "path": "web/tests/unit/ply-negative.test.mjs", "sha256": "60439f9e6bc221df8866956bf926816a347e85828b5a93deb26ee23015cf449a" },
|
||||
"e2eTest": { "path": "web/tests/e2e/ply-negative.spec.ts", "sha256": "6509a29d6842f3423d4dfcc40dbd52a959a5efa7ee1121143dce06e5bbc4a460" },
|
||||
"negativeReport": { "path": "tests/golden/M12-07I/negative-report.json", "sha256": "fbe2830d1b19294ea98eea66c3e00125bc0809a4bb8a750612939cbe1f5acca9" },
|
||||
"bigEndianFixture": { "path": "tests/files/web/m12_ply_negative_v1/big-endian.ply", "sha256": "cda92943a3690529fbb3463d328b6796ac0d07e19139450556f7411fc1f031e3" },
|
||||
"malformedListFixture": { "path": "tests/files/web/m12_ply_negative_v1/malformed-list-ascii.ply", "sha256": "a6a576b7a04d919b540520a6f43a89c089f0d706a17fd8b390711fff6b8b03df" },
|
||||
"oversizedCountFixture": { "path": "tests/files/web/m12_ply_negative_v1/oversized-count-ascii.ply", "sha256": "fcd99e0838025429420a47466251cfef80e638d2b5816ad14d5aa696364525bb" }
|
||||
},
|
||||
"nextTask": "M12-07J"
|
||||
}
|
||||
40
tests/golden/M12-07I/negative-report.json
Normal file
40
tests/golden/M12-07I/negative-report.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M12-07I",
|
||||
"operation": "PLY_NEGATIVE_FORMAT_LIST_COUNT",
|
||||
"cases": [
|
||||
{
|
||||
"id": "big-endian",
|
||||
"file": "big-endian.ply",
|
||||
"expectedCode": "PLY_FORMAT_UNSUPPORTED"
|
||||
},
|
||||
{
|
||||
"id": "malformed-list",
|
||||
"file": "malformed-list-ascii.ply",
|
||||
"expectedCode": "PLY_DATA_TRUNCATED"
|
||||
},
|
||||
{
|
||||
"id": "oversized-count",
|
||||
"file": "oversized-count-ascii.ply",
|
||||
"expectedCode": "PLY_IMPORT_BUDGET_EXCEEDED: vertex"
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"name": "big-endian.ply",
|
||||
"byteLength": 179,
|
||||
"sha256": "cda92943a3690529fbb3463d328b6796ac0d07e19139450556f7411fc1f031e3"
|
||||
},
|
||||
{
|
||||
"name": "malformed-list-ascii.ply",
|
||||
"byteLength": 179,
|
||||
"sha256": "a6a576b7a04d919b540520a6f43a89c089f0d706a17fd8b390711fff6b8b03df"
|
||||
},
|
||||
{
|
||||
"name": "oversized-count-ascii.ply",
|
||||
"byteLength": 159,
|
||||
"sha256": "fcd99e0838025429420a47466251cfef80e638d2b5816ad14d5aa696364525bb"
|
||||
}
|
||||
],
|
||||
"nextTask": "M12-07J"
|
||||
}
|
||||
Reference in New Issue
Block a user