chromium/third_party/blink/web_tests/platform/mac/virtual/webnn-service-on-cpu/external/wpt/webnn/validation_tests/gru.https.any_cpu-expected.txt

This is a testharness.js-based test.
[FAIL] [gru] TypeError is expected if the data type of the inputs is not one of the floating point types
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'input' on 'MLGraphBuilder': Unsupported data type uint32 for input operand named 'input', must be one of [float32, float16, int32]."
[FAIL] [gru] TypeError is expected if the dataType of options.initialHiddenState is incorrect
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'input' on 'MLGraphBuilder': Unsupported data type uint64 for input operand named 'initialHiddenState', must be one of [float32, float16, int32]."
Harness: the test ran to completion.