This commit is contained in:
2026-08-18 09:20:44 +02:00
commit b826cd721a
522 changed files with 93730 additions and 0 deletions
+106
View File
@@ -0,0 +1,106 @@
{
"candidate": "P15-023",
"config": [
{
"class": "malformed",
"errno": "EINTEGRITY"
},
{
"class": "unsupported",
"errno": "EOPNOTSUPP"
}
],
"dispatch": [
{
"backend_errno": "EINTEGRITY",
"expected": "EINTEGRITY"
},
{
"backend_errno": "ENOMEM",
"expected": "ENOMEM"
},
{
"backend_errno": "EIO",
"expected": "EIO"
}
],
"schema": 1,
"xz": [
{
"expected": "ENOMEM",
"status": "XZ_MEM_ERROR"
},
{
"expected": "EOPNOTSUPP",
"status": "XZ_MEMLIMIT_ERROR"
},
{
"expected": "EOPNOTSUPP",
"status": "XZ_OPTIONS_ERROR"
},
{
"expected": "EOPNOTSUPP",
"status": "XZ_UNSUPPORTED_CHECK"
},
{
"expected": "EINTEGRITY",
"status": "XZ_FORMAT_ERROR"
},
{
"expected": "EINTEGRITY",
"status": "XZ_DATA_ERROR"
},
{
"expected": "EINTEGRITY",
"status": "XZ_BUF_ERROR"
}
],
"zlib": [
{
"expected": "ENOMEM",
"status": "Z_MEM_ERROR"
},
{
"expected": "EOPNOTSUPP",
"status": "Z_VERSION_ERROR"
},
{
"expected": "EINTEGRITY",
"status": "Z_NEED_DICT"
},
{
"expected": "EINTEGRITY",
"status": "Z_DATA_ERROR"
},
{
"expected": "EINTEGRITY",
"status": "Z_BUF_ERROR"
},
{
"expected": "EIO",
"status": "Z_STREAM_ERROR"
},
{
"expected": "EIO",
"status": "Z_ERRNO"
}
],
"zstd": [
{
"expected": "ENOMEM",
"operation": "create_context"
},
{
"expected": "EOPNOTSUPP",
"operation": "set_window_limit"
},
{
"expected": "EINTEGRITY",
"operation": "decompress_stream"
},
{
"expected": "EIO",
"operation": "free_context"
}
]
}