chromium/third_party/blink/web_tests/external/wpt/webnn/conformance_tests/conv_transpose2d.https.any.worker_cpu-expected.txt

This is a testharness.js-based test.
[FAIL] convTranspose2d float32 4D input and filter tensors options.groups
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': convTranspose2d doesn't support dilations and groups."
[FAIL] convTranspose2d float32 4D input and filter tensors options.groups=2 options.strides=[2, 2]
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': convTranspose2d doesn't support dilations and groups."
[FAIL] convTranspose2d float32 4D input and filter tensors options.padding
  assert_true: assert_array_approx_equals_ulp: test convTranspose2d float32 actual 0 should be close enough to expected 0.2787136137485504 by the acceptable 8 ULP distance, but they have 1049539469 ULP distance expected true got false
[FAIL] convTranspose2d float32 4D input and filter tensors options.dilations
  promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'build' on 'MLGraphBuilder': convTranspose2d doesn't support dilations and groups."
Harness: the test ran to completion.