107 lines
1.8 KiB
JSON
107 lines
1.8 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|