From f58fd8617e273af96f9db3cdcff4e52ec674f053 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 11 Dec 2019 07:44:18 -0800 Subject: [PATCH] Add t.step_func() to oneframeupdate test --- tests/wpt/metadata/MANIFEST.json | 2 +- tests/wpt/metadata/webxr/xrView_oneframeupdate.https.html.ini | 3 +-- .../web-platform-tests/webxr/xrView_oneframeupdate.https.html | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 3081e9d40de..36f9d65acef 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -727424,7 +727424,7 @@ "testharness" ], "webxr/xrView_oneframeupdate.https.html": [ - "8edb2c0b265f18479644f312f91478d6029e3cd5", + "438d3dbaa36a14d6850adf83e3279e23c00157a4", "testharness" ], "webxr/xrView_sameObject.https.html": [ diff --git a/tests/wpt/metadata/webxr/xrView_oneframeupdate.https.html.ini b/tests/wpt/metadata/webxr/xrView_oneframeupdate.https.html.ini index 1146c9d7979..cdfe879fb87 100644 --- a/tests/wpt/metadata/webxr/xrView_oneframeupdate.https.html.ini +++ b/tests/wpt/metadata/webxr/xrView_oneframeupdate.https.html.ini @@ -1,5 +1,4 @@ [xrView_oneframeupdate.https.html] - expected: TIMEOUT [XRView projection matrices update near and far depths on the next frame] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/web-platform-tests/webxr/xrView_oneframeupdate.https.html b/tests/wpt/web-platform-tests/webxr/xrView_oneframeupdate.https.html index 8edb2c0b265..438d3dbaa36 100644 --- a/tests/wpt/web-platform-tests/webxr/xrView_oneframeupdate.https.html +++ b/tests/wpt/web-platform-tests/webxr/xrView_oneframeupdate.https.html @@ -76,7 +76,7 @@ let testFunction = function(session, fakeDeviceController, t) { counter++; } - session.requestAnimationFrame(onFrame); + session.requestAnimationFrame(t.step_func(onFrame)); })); };