[wpt-sync] Sync PR 45343 - Revert "webnn: Migrate gemm validation tests to WPTs"
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox126 fixed)
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45343 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45343
Details from upstream follow.
Fahad Mansoor <fahadmansoor@google.com> wrote:
Revert "webnn: Migrate gemm validation tests to WPTs"
This reverts commit a303575cfa0453d68d30ca945fa0c4341272c75a.
Reason for revert: Speculative revert to fix WebKit Win10 builders
sample failure:
https://ci.chromium.org/ui/p/chromium/builders/ci/WebKit%20Win10/131326/overviewOriginal change's description:
webnn: Migrate gemm validation tests to WPTs
This CL adds WPT tests for gemm and removes the unit tests
MLGraphBuilderTest.GemmTestandMLGraphTestMojo.GemmTest.Bug: 327337526, 328026885
Change-Id: If7d11f7cd8069f3dab347b2b3328f67b1a009d4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5384098
Reviewed-by: Austin Sullivan \<asully@chromium.org>
Commit-Queue: Shanxing Mei \<shanxing.mei@intel.com>
Reviewed-by: ningxin hu \<ningxin.hu@intel.com>
Cr-Commit-Position: refs/heads/main@{#1278143}Bug: 327337526, 328026885
Change-Id: Id3b630ba5a9da1f507d20597c13b046ae16c7508
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5392963
Bot-Commit: Rubber Stamper \<rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Fahad Mansoor \<fahadmansoor@google.com>
Owners-Override: Fahad Mansoor \<fahadmansoor@google.com>
Cr-Commit-Position: refs/heads/main@{#1278264}
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 4 subtests
Status Summary
Firefox
OK : 2
FAIL: 8
Chrome
OK : 2
PASS: 2
FAIL: 6
Safari
OK : 2
FAIL: 8
Links
Details
New Tests That Don't Pass
- /webnn/validation_tests/gemm.https.any.worker.html [wpt.fyi]
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
FAIL(Chrome:PASS, Safari:FAIL) - [gemm] throw if first input is from another builder:
FAIL(Chrome:FAIL, Safari:FAIL) - [gemm] throw if second input is from another builder:
FAIL(Chrome:FAIL, Safari:FAIL) - [gemm] throw if c option is from another builder:
FAIL(Chrome:FAIL, Safari:FAIL)
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
- /webnn/validation_tests/gemm.https.any.html [wpt.fyi]
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
FAIL(Chrome:PASS, Safari:FAIL) - [gemm] throw if first input is from another builder:
FAIL(Chrome:FAIL, Safari:FAIL) - [gemm] throw if second input is from another builder:
FAIL(Chrome:FAIL, Safari:FAIL) - [gemm] throw if c option is from another builder:
FAIL(Chrome:FAIL, Safari:FAIL)
- assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator"):
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4a36422843dd
https://hg.mozilla.org/mozilla-central/rev/5cad3fff908c
Description
•