feat: establish reproducible FreeCAD web compatibility baseline

This commit is contained in:
2026-08-10 16:11:38 -04:00
parent e5a5d74dbc
commit b962a5c3b5
733 changed files with 349081 additions and 647 deletions

View File

@@ -0,0 +1,8 @@
{
"schemaVersion": 1,
"id": "invalid-ellipsoid-family-001",
"category": "Part",
"description": "Ellipsoid radius rejection",
"operation": { "type": "ellipsoid", "radius1": 0, "radius2": 4, "radius3": 0, "angle1": -90, "angle2": 90, "angle3": 360 },
"expectedError": "parameters"
}

View File

@@ -0,0 +1,8 @@
{
"schemaVersion": 1,
"id": "invalid-helix-family-001",
"category": "Part",
"description": "Helix missing pitch rejection",
"operation": { "type": "helix", "height": 6, "radius": 2, "angle": 0, "segmentLength": 0 },
"expectedError": "pitch"
}

View File

@@ -0,0 +1,8 @@
{
"schemaVersion": 1,
"id": "invalid-prism-family-001",
"category": "Part",
"description": "Prism missing height rejection",
"operation": { "type": "prism", "polygon": 6, "circumradius": 2, "firstAngle": 0, "secondAngle": 0 },
"expectedError": "height"
}

View File

@@ -0,0 +1,8 @@
{
"schemaVersion": 1,
"id": "invalid-torus-family-001",
"category": "Part",
"description": "Torus radius rejection",
"operation": { "type": "torus", "radius1": 0, "radius2": 2, "angle1": -180, "angle2": 180, "angle3": 360 },
"expectedError": "parameters"
}

View File

@@ -0,0 +1,8 @@
{
"schemaVersion": 1,
"id": "invalid-wedge-family-001",
"category": "Part",
"description": "Wedge missing Xmax rejection",
"operation": { "type": "wedge", "xmin": 0, "ymin": 0, "zmin": 0, "z2min": 0, "x2min": 0, "ymax": 10, "zmax": 10, "z2max": 8, "x2max": 8 },
"expectedError": "xmax"
}

View File

@@ -0,0 +1,12 @@
{
"schemaVersion": 1,
"baselineId": "freecad-1.1.1",
"driver": "scripts/freecad-golden-driver.py",
"failures": [
{ "id": "invalid-ellipsoid-family-001", "file": "invalid-ellipsoid-family-001.json" },
{ "id": "invalid-torus-family-001", "file": "invalid-torus-family-001.json" },
{ "id": "invalid-prism-family-001", "file": "invalid-prism-family-001.json" },
{ "id": "invalid-wedge-family-001", "file": "invalid-wedge-family-001.json" },
{ "id": "invalid-helix-family-001", "file": "invalid-helix-family-001.json" }
]
}