feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
88
config/freecad-partdesign-profile-oracle.json
Normal file
88
config/freecad-partdesign-profile-oracle.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"baselineId": "freecad-1.1.1-partdesign-profile-oracle",
|
||||
"cases": [
|
||||
{
|
||||
"expected": "accepted",
|
||||
"id": "closed",
|
||||
"observed": "accepted",
|
||||
"passed": true,
|
||||
"recomputeResult": true,
|
||||
"shapeNull": false,
|
||||
"solidCount": 1,
|
||||
"state": [
|
||||
"Up-to-date"
|
||||
],
|
||||
"statusString": "Valid",
|
||||
"volume": 360
|
||||
},
|
||||
{
|
||||
"expected": "accepted",
|
||||
"id": "multi-ring",
|
||||
"observed": "accepted",
|
||||
"passed": true,
|
||||
"recomputeResult": true,
|
||||
"shapeNull": false,
|
||||
"solidCount": 1,
|
||||
"state": [
|
||||
"Up-to-date"
|
||||
],
|
||||
"statusString": "Valid",
|
||||
"volume": 320
|
||||
},
|
||||
{
|
||||
"expected": "rejected",
|
||||
"id": "open",
|
||||
"observed": "rejected",
|
||||
"passed": true,
|
||||
"recomputeResult": true,
|
||||
"shapeNull": true,
|
||||
"solidCount": 0,
|
||||
"state": [
|
||||
"Touched",
|
||||
"Invalid"
|
||||
],
|
||||
"statusString": "Wire is not closed.",
|
||||
"volume": 0
|
||||
},
|
||||
{
|
||||
"expected": "accepted",
|
||||
"id": "self-intersecting",
|
||||
"observed": "accepted",
|
||||
"passed": true,
|
||||
"recomputeResult": true,
|
||||
"shapeNull": false,
|
||||
"solidCount": 2,
|
||||
"state": [
|
||||
"Up-to-date"
|
||||
],
|
||||
"statusString": "Valid",
|
||||
"volume": 80
|
||||
},
|
||||
{
|
||||
"expected": "accepted",
|
||||
"id": "invalid-nesting",
|
||||
"observed": "accepted",
|
||||
"passed": true,
|
||||
"recomputeResult": true,
|
||||
"shapeNull": false,
|
||||
"solidCount": 2,
|
||||
"state": [
|
||||
"Up-to-date"
|
||||
],
|
||||
"statusString": "Valid",
|
||||
"volume": 370
|
||||
}
|
||||
],
|
||||
"freecadVersion": "1.1.1",
|
||||
"gitCommit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d",
|
||||
"length": 10,
|
||||
"schemaVersion": 1,
|
||||
"status": "pass",
|
||||
"summary": {
|
||||
"accepted": 4,
|
||||
"cases": 5,
|
||||
"passed": 5,
|
||||
"rejected": 1
|
||||
},
|
||||
"tolerance": 1e-7
|
||||
}
|
||||
Reference in New Issue
Block a user