Closed Bug 1901593 Opened 17 days ago Closed 13 days ago

[wpt-sync] Sync PR 46678 - webnn: Remove some activations not usable with recurrent ops

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox129 fixed)

RESOLVED FIXED
129 Branch
Tracking Status
firefox129 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 46678 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/46678
Details from upstream follow.

Austin Sullivan <asully@chromium.org> wrote:

webnn: Remove some activations not usable with recurrent ops

clamp() and softmax() may no longer be created as MLActivations

More details on the spec PR:
https://github.com/webmachinelearning/webnn/pull/703

Bug: 341518634
Cq-Include-Trybots: luci.chromium.try:win11-blink-rel,mac14.arm64-blink-rel,mac14-blink-rel
Change-Id: I7dda713c8be5454690f21c66665d90be274513f7
Reviewed-on: https://chromium-review.googlesource.com/5598089
WPT-Export-Revision: 477376e80c4a0158b7fb3350dd8ab6ba44526c2a

CI Results

Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 10 tests and 39 subtests

Status Summary

Firefox

OK : 10
FAIL: 352

Chrome

OK : 10
PASS: 352

Safari

OK : 10
FAIL: 352

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /webnn/validation_tests/clamp.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator with options: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator with options.minValue == options.maxValue: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Throw if options.minValue > options.maxValue when building an operator: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Throw if options.minValue is -Infinity when building an operator: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/clamp.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float32, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = float16, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int32, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint32, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int64, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint64, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = int8, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = []: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2,3]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2,3,4]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2,3,4,5]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator, dataType = uint8, dimensions = [2,3,4,5,6]: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator with options: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Test building an operator with options.minValue == options.maxValue: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Throw if options.minValue > options.maxValue when building an operator: FAIL (Chrome: PASS, Safari: FAIL)
    • [clamp] Throw if options.minValue is -Infinity when building an operator: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/gru.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] Test with default options: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] Test with given options: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if steps equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if hiddenSize equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if hiddenSize is too large: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the data type of the inputs is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the rank of input is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if input.dimensions[0] is not equal to steps: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if weight.dimensions[1] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the rank of recurrentWeight is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the recurrentWeight.dimensions is invalid: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the size of options.activations is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the rank of options.bias is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if options.bias.dimensions[1] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if options.recurrentBias.dimensions[1] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the rank of options.initialHiddenState is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if options.initialHiddenState.dimensions[2] is not inputSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the dataType of options.initialHiddenState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if weight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if recurrentWeight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if bias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if recurrentBias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if initialHiddenState option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if any activation option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/gru.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] Test with default options: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] Test with given options: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if steps equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if hiddenSize equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if hiddenSize is too large: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the data type of the inputs is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the rank of input is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if input.dimensions[0] is not equal to steps: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if weight.dimensions[1] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the rank of recurrentWeight is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the recurrentWeight.dimensions is invalid: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the size of options.activations is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the rank of options.bias is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if options.bias.dimensions[1] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if options.recurrentBias.dimensions[1] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the rank of options.initialHiddenState is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if options.initialHiddenState.dimensions[2] is not inputSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] TypeError is expected if the dataType of options.initialHiddenState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if weight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if recurrentWeight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if bias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if recurrentBias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if initialHiddenState option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gru] throw if any activation option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/gruCell.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Test with default options: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Test with given options: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if hiddenSize equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if hiddenSize is too large: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the data type of the inputs is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of input is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the input.dimensions[1] is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of weight is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if rank of weight is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if weight.dimensions[0] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of recurrentWeight is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of recurrentWeight is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the recurrentWeight.dimensions is invalid: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of hiddenState is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of hiddenState is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the hiddenState.dimensions is invalid: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the size of options.activations is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of options.bias is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of options.bias is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if options.bias.dimensions[0] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of options.recurrentBias is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of options.recurrentBias is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if options.recurrentBias.dimensions[0] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if weight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if recurrentWeight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if hiddenState is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if bias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if recurrentBias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if any activation option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/gruCell.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Test with default options: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Test with given options: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if hiddenSize equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if hiddenSize is too large: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the data type of the inputs is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of input is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the input.dimensions[1] is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of weight is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if rank of weight is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if weight.dimensions[0] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of recurrentWeight is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of recurrentWeight is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the recurrentWeight.dimensions is invalid: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of hiddenState is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of hiddenState is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the hiddenState.dimensions is invalid: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the size of options.activations is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of options.bias is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of options.bias is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if options.bias.dimensions[0] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if data type of options.recurrentBias is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if the rank of options.recurrentBias is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] Throw if options.recurrentBias.dimensions[0] is not 3 * hiddenSize: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if weight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if recurrentWeight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if hiddenState is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if bias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if recurrentBias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [gruCell] throw if any activation option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/lstm.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] Test with default options: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] Test with given options: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if hiddenSize equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if hiddenSize is too large: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if steps equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the data type is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the rank of input is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if input.dimensions[0] is not equal to steps: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the shape of weight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the rank of recurrentWeight is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the size of options.activations is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the rank of options.bias is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the shape of options.recurrentBias.dimensions is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the dataType of options.peepholeWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the dataType of options.initialHiddenState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the shape of options.initialCellState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if weight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if recurrentWeight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if bias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if recurrentBias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if peepholeWeight option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if initialHiddenState option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if initialCellState option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if any activation option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/lstm.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] Test with default options: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] Test with given options: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if hiddenSize equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if hiddenSize is too large: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if steps equals to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the data type is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the rank of input is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if input.dimensions[0] is not equal to steps: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the shape of weight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the rank of recurrentWeight is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the size of options.activations is not 3: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the rank of options.bias is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the shape of options.recurrentBias.dimensions is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the dataType of options.peepholeWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the dataType of options.initialHiddenState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] DataError is expected if the shape of options.initialCellState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if weight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if recurrentWeight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if bias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if recurrentBias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if peepholeWeight option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if initialHiddenState option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if initialCellState option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstm] throw if any activation option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/lstmCell.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if weight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if recurrentWeight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if hiddenState is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if cellState is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if bias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if recurrentBias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if peepholeWeight option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if activation option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Test with default options: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Test with given options: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if hiddenSize is equal to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if hiddenSize is too large: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the input data type is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of input is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of input is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of weight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of weight is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of weight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of recurrentWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of recurrentWeight is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of recurrentWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of hiddenState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of hiddenState is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of hiddenState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of cellState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of cellState is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of cellState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of options.bias is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of options.bias is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of options.bias is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of options.recurrentBias is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of options.recurrentBias is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of options.recurrentBias is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of options.peepholeWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of options.peepholeWeight is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of options.peepholeWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the size of options.activations is not 3: FAIL (Chrome: PASS, Safari: FAIL)
  • /webnn/validation_tests/lstmCell.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"): FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if input is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if weight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if recurrentWeight is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if hiddenState is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if cellState is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if bias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if recurrentBias option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if peepholeWeight option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] throw if activation option is from another builder: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Test with default options: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Test with given options: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if hiddenSize is equal to zero: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if hiddenSize is too large: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the input data type is not one of the floating point types: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of input is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of input is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of weight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of weight is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of weight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of recurrentWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of recurrentWeight is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of recurrentWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of hiddenState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of hiddenState is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of hiddenState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of cellState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of cellState is not 2: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of cellState is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of options.bias is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of options.bias is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of options.bias is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of options.recurrentBias is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of options.recurrentBias is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of options.recurrentBias is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the data type of options.peepholeWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the rank of options.peepholeWeight is not 1: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the shape of options.peepholeWeight is incorrect: FAIL (Chrome: PASS, Safari: FAIL)
    • [lstmCell] Throw if the size of options.activations is not 3: FAIL (Chrome: PASS, Safari: FAIL)

Tests Disabled in Gecko Infrastructure

  • /webnn/validation_tests/clamp.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/clamp.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/gru.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/gru.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/gruCell.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/gruCell.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/lstm.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/lstm.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/lstmCell.https.any.worker.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
  • /webnn/validation_tests/lstmCell.https.any.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/23cb27f7add7
[wpt PR 46678] - webnn: Remove some activations not usable with recurrent ops, a=testonly
Status: NEW → RESOLVED
Closed: 13 days ago
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in before you can comment on or make changes to this bug.