Files
Web_FreeCAD_Bitbybit/config/qa04-fcstd-fuzz-verification.json
wangdequan 2be18a511e
Some checks failed
real-verification / chrome (push) Has been cancelled
real-verification / freecad-oracle (push) Has been cancelled
real-verification / wasm (push) Has been cancelled
feat: advance FreeCAD parity verification and runtime boundaries
2026-08-11 02:14:45 -04:00

31 lines
616 B
JSON

{
"status": "fcstd-parser-fuzz-pass",
"seed": "0x5f3759df",
"cases": 1000,
"counts": {
"accepted": 231,
"rejected": 769,
"validCases": 231,
"invalidCases": 769
},
"categories": {
"depth-limit": 77,
"duplicate-object-id": 77,
"empty-document": 77,
"empty-object-id": 77,
"entity-declaration": 77,
"invalid-gui-root": 77,
"invalid-utf8": 77,
"malformed-close": 77,
"node-limit": 77,
"opaque-resource": 77,
"proxy-object": 77,
"traversal-path": 76,
"wrong-document-root": 77
},
"timing": {
"p95Ms": 0.137,
"maxMs": 2.691
}
}