Open
Bug 1964763
Opened 6 days ago
[wpt-sync] Sync PR 52367 - WebNN: Eschew assert_true() in WPTs
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 52367 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52367
Details from upstream follow.
Joshua Bell <jsbell@chromium.org> wrote:
WebNN: Eschew assert_true() in WPTs
Don't use assert_true() when a more specific assertion function is
present in testharness.js as you get better diagnostics for free.Change-Id: Ia7d6f934c4d9f564bf09153022a707b5c4d4225f
Reviewed-on: https://chromium-review.googlesource.com/6351358
WPT-Export-Revision: 8f5d029b261da9533865051851504833429e94b2
You need to log in
before you can comment on or make changes to this bug.
Description
•