test: Update test command files to fix CI failures due to missing JSON fields

Commands used (Fish shell):

```
for f in tests/**.cmd; jq '(.done[] |
select(.MultilayerAutoroute).MultilayerAutoroute[1].planar.timeout) =
{"initial": 1.0, "progress_bonus": 0.005}' $f | sponge $f; end

for f in tests/**.cmd; jq '(.done[] |
select(.MultilayerAutoroute).MultilayerAutoroute[1].timeout) =
{"initial": 5.0, "progress_bonus": 0.5}' $f | sponge $f; end

for f in tests/**.cmd; jq '(.done[] |
select(.Autoroute).Autoroute[1].timeout) |= {"initial": 1.0,
"progress_bonus": 0.005}' $f | sponge $f; end
```
This commit is contained in:
Mikolaj Wielgus 2025-11-04 23:25:22 +01:00
parent 8216d3a907
commit f7f2e8f422
11 changed files with 154 additions and 30 deletions

View File

@ -120,11 +120,19 @@
"routed_band_width": 100.0,
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
},
"timeout": {
"initial": 5.0,
"progress_bonus": 0.5
}
}
]
}
],
"undone": []
}
}

View File

@ -20,7 +20,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -44,7 +48,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -204,7 +204,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -76,7 +76,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -124,7 +128,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -204,7 +212,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -236,7 +248,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -268,7 +284,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -300,7 +320,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -332,7 +356,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -56,7 +56,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -116,7 +120,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -176,7 +184,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -236,7 +248,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -44,7 +44,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -36,7 +36,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -84,7 +84,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -20,7 +20,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -44,7 +48,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -68,7 +76,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -92,7 +104,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -116,7 +132,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -140,7 +160,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -164,7 +188,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -188,7 +216,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -212,7 +244,11 @@
"squeeze_through_under_bends": true
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -56,7 +56,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
},
@ -80,7 +84,11 @@
"routed_band_width": 100.0
},
"permutate": false,
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}

View File

@ -216,7 +216,11 @@
"wrap_around_bands": true,
"squeeze_through_under_bends": true
},
"principal_layer": 0
"principal_layer": 0,
"timeout": {
"initial": 1.0,
"progress_bonus": 0.005
}
}
]
}