Skip to content

Conformance tests failing due to unrecognized encoding #943

@nirosys

Description

@nirosys

We currently have 17 conformance test failures due to unrecognized encodings.

Failed test files:

 % cat conformance_test_failures_update_3.json | jq -r '.[] | [to_entries[] | .key as $key | .value[] | select(.result // "" | . != "Ok") | {path: $key, error: .error}] | [.[] | select(.error | contains("unrecognized encoding"))][].path' | sort | uniq -c
   1 ./ion-tests/conformance/demos/metaprogramming.ion
   2 ./ion-tests/conformance/eexp/binary/argument_encoding.ion
  13 ./ion-tests/conformance/eexp/binary/tagless_types.ion
   1 ./ion-tests/conformance/system_macros/delta.ion

Unrecognized encodings:

% cat conformance_test_failures_update_3.json | jq -r '.[] | [to_entries[] | .key as $key | .value[] | select(.result // "" | . != "Ok") | {path: $key, error: .error}] | [.[] | select(.error | contains("unrecognized encoding"))][].error' | sed -Ee "s/.*encoding '([a-z0-9_]+)'.*/\1/" | sort | uniq -c
   2 flex_int
   1 flex_sym
   1 float16
   1 float32
   1 float64
   1 int16
   1 int32
   1 int64
   2 int8
   2 uint16
   1 uint32
   1 uint64
   2 uint8

Encodings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions