@@ -1197,27 +1197,27 @@ TEST_CASE("CBOR regressions")
1197
1197
*/
1198
1198
for (std::string filename :
1199
1199
{
1200
- " test/data/cbor_regression/id:000000,sig:06,src:000223+000677,op:splice,rep:2 " ,
1201
- " test/data/cbor_regression/id:000000,sig:06,src:000787,op:havoc,rep:8 " ,
1202
- " test/data/cbor_regression/id:000000,sig:06,src:000833,op:havoc,rep:32 " ,
1203
- " test/data/cbor_regression/id:000000,sig:06,src:000838,op:havoc,rep:64 " ,
1204
- " test/data/cbor_regression/id:000000,sig:06,src:000846+001064,op:splice,rep:16 " ,
1205
- " test/data/cbor_regression/id:000000,sig:06,src:000848,op:flip1,pos:0 " ,
1206
- " test/data/cbor_regression/id:000000,sig:06,src:001435,op:havoc,rep:32 " ,
1207
- " test/data/cbor_regression/id:000000,sig:06,src:001436,op:havoc,rep:4v " ,
1208
- " test/data/cbor_regression/id:000001,sig:06,src:000864+000903,op:splice,rep:2 " ,
1209
- " test/data/cbor_regression/id:000001,sig:06,src:001310+001138,op:splice,rep:32 " ,
1210
- " test/data/cbor_regression/id:000001,sig:06,src:001330+000569,op:splice,rep:64 " ,
1211
- " test/data/cbor_regression/id:000001,sig:06,src:001413,op:havoc,rep:32 " ,
1212
- " test/data/cbor_regression/id:000001,sig:06,src:001447,op:havoc,rep:4 " ,
1213
- " test/data/cbor_regression/id:000001,sig:06,src:001465+000325,op:splice,rep:4 " ,
1214
- " test/data/cbor_regression/id:000002,sig:06,src:000539,op:havoc,rep:8 " ,
1215
- " test/data/cbor_regression/id:000002,sig:06,src:001301,op:havoc,rep:16 " ,
1216
- " test/data/cbor_regression/id:000002,sig:06,src:001317+000850,op:splice,rep:8 " ,
1217
- " test/data/cbor_regression/id:000002,sig:06,src:001382,op:havoc,rep:128 " ,
1218
- " test/data/cbor_regression/id:000002,sig:06,src:001413+001036,op:splice,rep:4 " ,
1219
- " test/data/cbor_regression/id:000003,sig:06,src:000846+000155,op:splice,rep:16 " ,
1220
- " test/data/cbor_regression/id:000004,sig:06,src:001445,op:havoc,rep:128 "
1200
+ " test/data/cbor_regression/test01 " ,
1201
+ " test/data/cbor_regression/test02 " ,
1202
+ " test/data/cbor_regression/test03 " ,
1203
+ " test/data/cbor_regression/test04 " ,
1204
+ " test/data/cbor_regression/test05 " ,
1205
+ " test/data/cbor_regression/test06 " ,
1206
+ " test/data/cbor_regression/test07 " ,
1207
+ " test/data/cbor_regression/test08 " ,
1208
+ " test/data/cbor_regression/test09 " ,
1209
+ " test/data/cbor_regression/test10 " ,
1210
+ " test/data/cbor_regression/test11 " ,
1211
+ " test/data/cbor_regression/test12 " ,
1212
+ " test/data/cbor_regression/test13 " ,
1213
+ " test/data/cbor_regression/test14 " ,
1214
+ " test/data/cbor_regression/test15 " ,
1215
+ " test/data/cbor_regression/test16 " ,
1216
+ " test/data/cbor_regression/test17 " ,
1217
+ " test/data/cbor_regression/test18 " ,
1218
+ " test/data/cbor_regression/test19 " ,
1219
+ " test/data/cbor_regression/test20 " ,
1220
+ " test/data/cbor_regression/test21 "
1221
1221
})
1222
1222
{
1223
1223
CAPTURE (filename);
0 commit comments