Skip to content

Commit 1dd99d0

Browse files
committed
Merge branch 'develop' into feature/fuzzer
2 parents 55be721 + 888f5b9 commit 1dd99d0

22 files changed

+21
-21
lines changed

test/src/unit-cbor.cpp

+21-21
Original file line numberDiff line numberDiff line change
@@ -1197,27 +1197,27 @@ TEST_CASE("CBOR regressions")
11971197
*/
11981198
for (std::string filename :
11991199
{
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"
12211221
})
12221222
{
12231223
CAPTURE(filename);

0 commit comments

Comments
 (0)