Checkpoint web parity through Chromium input tasks
This commit is contained in:
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