[wpt-sync] Sync PR 24119 - WebXR - fix bugs in WPTs and clarify meaning of time deltas
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24119 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24119
Details from upstream follow.
Piotr Bialecki <bialpio@chromium.org> wrote:
WebXR - fix bugs in WPTs and clarify meaning of time deltas
Changes:
- specify the meaning of time_delta sent over via XRFrameData
- fix bug in rAF test - the test was not reaching the second stage and
had incorrect assumptions- add correct handling of the time_delta in XRFrameProvider - first
received XRFrameData is used to "synchronize the watches" between blink
and device- webxr-test.js no longer uses internals module
Bug: 1093398
Change-Id: I9398e88a9a7d445c461fdcbacbfd0e3e07df0620
Reviewed-on: https://chromium-review.googlesource.com/2240293
WPT-Export-Revision: b19a78a7d563b9c3df5668cc47cbbcbfb7c1ef7e
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK : 1
FAIL: 2
Chrome
OK : 1
FAIL: 2
Safari
OK : 1
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webxr/xrSession_requestAnimationFrame_timestamp.https.html: OK [Gecko-linux1804-64-debug
, Gecko-linux1804-64-opt
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-debug
, Gecko-windows10-64-opt
, Gecko-windows10-64-qr-debug
, Gecko-windows10-64-qr-opt
, Gecko-windows7-32-debug
, Gecko-windows7-32-opt
, GitHub
], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview
, Gecko-android-em-7.0-x86_64-opt-geckoview
] (Chrome: OK, Safari: OK)
XRFrame getViewerPose updates on the next frame for immersive: FAIL (Chrome: FAIL, Safari: FAIL)
XRFrame getViewerPose updates on the next frame for non-immersive: FAIL (Chrome: FAIL, Safari: FAIL)
Tests Disabled in Gecko Infrastructure
/webxr/xrSession_requestAnimationFrame_timestamp.https.html: OK [Gecko-linux1804-64-debug
, Gecko-linux1804-64-opt
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-debug
, Gecko-windows10-64-opt
, Gecko-windows10-64-qr-debug
, Gecko-windows10-64-qr-opt
, Gecko-windows7-32-debug
, Gecko-windows7-32-opt
, GitHub
], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview
, Gecko-android-em-7.0-x86_64-opt-geckoview
] (Chrome: OK, Safari: OK)
Comment 4•5 years ago
|
||
bugherder |
Description
•