// Real numbers (some expected failures are disabled until support is added)
{File:"tests/tc6.ber",Error:""},// Error: "REAL value +0 must be encoded with zero-length value block"},
{File:"tests/tc7.ber",Error:""},// Error: "REAL value -0 must be encoded as a special value"},
{File:"tests/tc8.ber",Error:""},
{File:"tests/tc9.ber",Error:""},// Error: "Bits 6 and 5 of information octet for REAL are equal to 11"
{File:"tests/tc10.ber",Error:""},
{File:"tests/tc11.ber",Error:""},// Error: "Incorrect NR form"
{File:"tests/tc12.ber",Error:""},// Error: "Encoding of "special value" not from ASN.1 standard"
{File:"tests/tc13.ber",Error:errEOF},
{File:"tests/tc14.ber",Error:errEOF},
{File:"tests/tc15.ber",Error:""},// Error: "Too big value of exponent"
{File:"tests/tc16.ber",Error:""},// Error: "Too big value of mantissa"
{File:"tests/tc17.ber",Error:""},// Error: "Too big values for exponent and mantissa + using of "scaling factor" value"
// Integers
{File:"tests/tc18.ber",Error:""},
{File:"tests/tc19.ber",Error:errEOF},
{File:"tests/tc20.ber",Error:""},
// Object identifiers
{File:"tests/tc21.ber",Error:""},
{File:"tests/tc22.ber",Error:""},
{File:"tests/tc23.ber",Error:errEOF},
{File:"tests/tc24.ber",Error:""},
// Booleans
{File:"tests/tc25.ber",Error:""},
{File:"tests/tc26.ber",Error:""},
{File:"tests/tc27.ber",Error:errEOF},
{File:"tests/tc28.ber",Error:""},
{File:"tests/tc29.ber",Error:""},
// Null
{File:"tests/tc30.ber",Error:""},
{File:"tests/tc31.ber",Error:errEOF},
{File:"tests/tc32.ber",Error:""},
// Bitstring (some expected failures are disabled until support is added)
{File:"tests/tc33.ber",Error:""},// Error: "Too big value for "unused bits""
{File:"tests/tc34.ber",Error:errEOF},
{File:"tests/tc35.ber",Error:"",IndefiniteEncoding:true},// Error: "Using of different from BIT STRING types as internal types for constructive encoding"
{File:"tests/tc36.ber",Error:"",IndefiniteEncoding:true},// Error: "Using of "unused bits" in internal BIT STRINGs with constructive form of encoding"
// Octet string (some expected failures are disabled until support is added)
{File:"tests/tc41.ber",Error:"",IndefiniteEncoding:true},// Error: "Using of different from OCTET STRING types as internal types for constructive encoding"
{File:"tests/tc42.ber",Error:errEOF},
{File:"tests/tc43.ber",Error:errEOF},
{File:"tests/tc44.ber",Error:""},
{File:"tests/tc45.ber",Error:""},
// Bitstring
{File:"tests/tc46.ber",Error:"indefinite length used with primitive type"},
{File:"tests/tc47.ber",Error:"eoc child not allowed with definite length"},
{File:"tests/tc48.ber",Error:"",IndefiniteEncoding:true},// Error: "Using of more than 7 "unused bits" in BIT STRING with constrictive encoding form"