Bug 229521 - [Mac] pointer-lock/lock-already-locked.html is a flaky failure
Summary: [Mac] pointer-lock/lock-already-locked.html is a flaky failure
Status: RESOLVED DUPLICATE of bug 225525
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-25 15:01 PDT by Eric Hutchison
Modified: 2021-09-24 07:41 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Hutchison 2021-08-25 15:01:24 PDT
pointer-lock/lock-already-locked.html

is a flaky failure on BigSur and Monterey.

History: https://results.webkit.org/?platform=ios&platform=mac&suite=layout-tests&test=pointer-lock%2Flock-already-locked.html

Results: https://build.webkit.org/results/Apple-BigSur-Release-WK1-Tests/r281575%20(4845)/results.html

Diff:
--- /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/pointer-lock/lock-already-locked-expected.txt
+++ /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/pointer-lock/lock-already-locked-actual.txt
@@ -1,3 +1,4 @@
+LRP 2004060.937      4 (     3)  320x 240    P  29.0/ 29.0     35      -   -1/  -1  4.8    0/    0   1       0/    0  0 []
 Test calling lock when already in a locked state.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Comment 1 Radar WebKit Bug Importer 2021-08-25 15:01:56 PDT
<rdar://problem/82359654>
Comment 2 Eric Hutchison 2021-08-25 15:06:02 PDT
Updated test expectations at https://trac.webkit.org/changeset/281592/webkit.
Comment 3 Ryan Haddad 2021-08-25 15:17:59 PDT
This looks like output we've tried to suppress for webrtc tests is leaking into other tests..
Comment 4 Eric Hutchison 2021-09-17 15:36:30 PDT

*** This bug has been marked as a duplicate of bug 225525 ***
Comment 5 youenn fablet 2021-09-24 07:41:13 PDT
Right, platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html is run just before pointer-lock/lock-already-locked.html...
I guess I can change this one to use Baseline and not HighProfile to remove that logging.