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

This is a testharness.js-based test.
[FAIL] sign float32 1D constant tensor
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'sign' on 'MLGraphBuilder': Unsupported data type float32 for argument input, must be one of []."
[FAIL] sign float16 1D tensor
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'sign' on 'MLGraphBuilder': Unsupported data type float16 for argument input, must be one of []."
[FAIL] sign float32 1D tensor
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'sign' on 'MLGraphBuilder': Unsupported data type float32 for argument input, must be one of []."
[FAIL] sign float32 1D tensor with -infinity and +infinity
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'sign' on 'MLGraphBuilder': Unsupported data type float32 for argument input, must be one of []."
[FAIL] sign int32 2D tensor
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'sign' on 'MLGraphBuilder': Unsupported data type int32 for argument input, must be one of []."
[FAIL] sign int64 3D tensor
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'input' on 'MLGraphBuilder': Unsupported data type int64 for input operand named 'signInput', must be one of [float32, float16, int32]."
[FAIL] sign int8 4D tensor
  promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'sign' on 'MLGraphBuilder': Unsupported data type int8 for argument input, must be one of []."
Harness: the test ran to completion.