chromium/third_party/blink/web_tests/platform/mac-mac14/virtual/webnn-service-on-cpu/external/wpt/webnn/conformance_tests/gather.https.any.worker_cpu-expected.txt

This is a testharness.js-based test.
[FAIL] gather float32 1D tensor and uint32 0D scalar indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'cast' on 'MLGraphBuilder': Unsupported data type uint32 for output, must be one of [float32, float16, int32, int8, uint8]."
[FAIL] gather float32 1D tensor and int64 0D scalar indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 1D tensor and int64 1D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 1D tensor and int64 2D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 1D tensor and int64 3D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 1D tensor and int64 4D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 2D tensor and 0D scalar indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 2D tensor and 1D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 2D tensor and 2D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 2D tensor and 3D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 2D tensor and 4D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 3D tensor and 2D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 4D tensor and 2D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 5D tensor and 1D indices default options
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 3D tensor and 1D indices options.axis=1
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 3D tensor and 2D indices options.axis=2
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 4D tensor and 2D indices explict options.axis=0
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 5D tensor and 0D scalar indices options.axis=4
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'constant' on 'MLGraphBuilder': Unsupported data type int64 for constant, must be one of [float32, float16, int32]."
[FAIL] gather float32 2D tensor and int32 0D negative indices default options
  promise_test: Unhandled rejection with value: object "UnknownError: Failed to execute 'compute' on 'MLContext': Error computing results"
[FAIL] gather float32 2D tensor and int32 0D out-of-bound positive indices default options
  promise_test: Unhandled rejection with value: object "UnknownError: Failed to execute 'compute' on 'MLContext': Error computing results"
[FAIL] gather float32 2D tensor and int32 0D out-of-bound negative indices default options
  promise_test: Unhandled rejection with value: object "UnknownError: Failed to execute 'compute' on 'MLContext': Error computing results"
Harness: the test ran to completion.