diff --git a/testing/web-platform/meta/webnn/validation_tests/constant.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/constant.https.any.js.ini new file mode 100644 index 000000000000..73ad4c4979c5 --- /dev/null +++ b/testing/web-platform/meta/webnn/validation_tests/constant.https.any.js.ini @@ -0,0 +1,62 @@ +[constant.https.any.worker.html] + [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")] + expected: FAIL + + [[constant\] Test building a 0-D scalar constant without presenting dimensions] + expected: FAIL + + [[constant\] Test building a 0-D scalar constant with empty dimensions] + expected: FAIL + + [[constant\] Test building a constant with float32 data type] + expected: FAIL + + [[constant\] Test building a constant with int32 data type] + expected: FAIL + + [[constant\] Test building a constant with uint32 data type] + expected: FAIL + + [[constant\] Test building a constant with int64 data type] + expected: FAIL + + [[constant\] Test building a constant with uint64 data type] + expected: FAIL + + [[constant\] Test building a constant with int8 data type] + expected: FAIL + + [[constant\] Test building a constant with uint8 data type] + expected: FAIL + + +[constant.https.any.html] + [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")] + expected: FAIL + + [[constant\] Test building a 0-D scalar constant without presenting dimensions] + expected: FAIL + + [[constant\] Test building a 0-D scalar constant with empty dimensions] + expected: FAIL + + [[constant\] Test building a constant with float32 data type] + expected: FAIL + + [[constant\] Test building a constant with int32 data type] + expected: FAIL + + [[constant\] Test building a constant with uint32 data type] + expected: FAIL + + [[constant\] Test building a constant with int64 data type] + expected: FAIL + + [[constant\] Test building a constant with uint64 data type] + expected: FAIL + + [[constant\] Test building a constant with int8 data type] + expected: FAIL + + [[constant\] Test building a constant with uint8 data type] + expected: FAIL diff --git a/testing/web-platform/meta/webnn/validation_tests/input.https.any.js.ini b/testing/web-platform/meta/webnn/validation_tests/input.https.any.js.ini new file mode 100644 index 000000000000..be09b7ac0c6e --- /dev/null +++ b/testing/web-platform/meta/webnn/validation_tests/input.https.any.js.ini @@ -0,0 +1,32 @@ +[input.https.any.worker.html] + [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")] + expected: FAIL + + [[input\] Test building a 0-D scalar input without presenting dimensions] + expected: FAIL + + [[input\] Test building a 0-D scalar input with empty dimensions] + expected: FAIL + + [[input\] Test building a 1-D input with int64 data type] + expected: FAIL + + [[input\] Test building a 2-D input without errors] + expected: FAIL + + +[input.https.any.html] + [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")] + expected: FAIL + + [[input\] Test building a 0-D scalar input without presenting dimensions] + expected: FAIL + + [[input\] Test building a 0-D scalar input with empty dimensions] + expected: FAIL + + [[input\] Test building a 1-D input with int64 data type] + expected: FAIL + + [[input\] Test building a 2-D input without errors] + expected: FAIL