mirror of https://codeberg.org/topola/topola.git
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:
parent
8216d3a907
commit
f7f2e8f422
|
|
@ -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": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue