[Webkit-unassigned] [Bug 219482] New: [WPE] imported/w3c/web-platform-tests/webxr/xrSession_cancelAnimationFrame_invalidhandle.https.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 21:25:09 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219482

            Bug ID: 219482
           Summary: [WPE]
                    imported/w3c/web-platform-tests/webxr/xrSession_cancel
                    AnimationFrame_invalidhandle.https.html is flaky
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

The test sometimes fails with the following output:

Diff: https://build.webkit.org/results/WPE-Linux-64-bit-Release-Tests/r270360%20(21308)/imported/w3c/web-platform-tests/webxr/xrSession_cancelAnimationFrame_invalidhandle.https-diff.txt

--- /home/buildbot/worker/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/webxr/xrSession_cancelAnimationFrame_invalidhandle.https-expected.txt
+++ /home/buildbot/worker/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/webxr/xrSession_cancelAnimationFrame_invalidhandle.https-actual.txt
@@ -1,3 +1,6 @@
+CONSOLE MESSAGE: SyntaxError: Can't create duplicate variable: 'isChromiumBased'
+
+Harness Error (FAIL), message = SyntaxError: Can't create duplicate variable: 'isChromiumBased'

 PASS XRSession cancelAnimationFrame does not have unexpected behavior when given invalid handles on immersive testSession
 PASS XRSession cancelAnimationFrame does not have unexpected behavior when given invalid handles on non-immersive testSession

It's possible to reproduce the failure with the following command:

$ Tools/Scripts/run-webkit-tests --wpe --release --iterations=3 imported/w3c/web-platform-tests/webxr/xrSession_cancelAnimationFrame_invalidhandle.https.html

I think the problem is in https://webkit-search.igalia.com/webkit/source/LayoutTests/imported/w3c/web-platform-tests/webxr/resources/webxr_util.js#22, that block of code is meant to be executed only once but sometimes is executed more than once.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201203/27a3614a/attachment.htm>


More information about the webkit-unassigned mailing list