Bug 217759

Summary: REGRESSION: [ iOS wk2 ews ] media/now-playing-status-without-media.html is a flaky failure
Product: WebKit Reporter: Karl Rackler <rackler>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Karl Rackler
Reported 2020-10-15 09:19:19 PDT
Description: media/now-playing-status-without-media.html The test is only a flaky failure on ews. The first failure that I see on ews was 07/30/20 at Build: https://ews-build.webkit.org/#/builders/24/builds/22847 Builder: iOS-13-Simulator-WK2-Tests-EWS Worker: ews122. Recent History: Build: https://ews-build.webkit.org/#/builders/24/builds/28160 Build: https://ews-build.webkit.org/#/builders/24/builds/28158 Build: https://ews-build.webkit.org/#/builders/24/builds/28142 Build: https://ews-build.webkit.org/#/builders/24/builds/28123 Build: https://ews-build.webkit.org/#/builders/24/builds/28106 Build: https://ews-build.webkit.org/#/builders/24/builds/28101 Build: https://ews-build.webkit.org/#/builders/24/builds/27983 Build: https://ews-build.webkit.org/#/builders/24/builds/27974 Build: https://ews-build.webkit.org/#/builders/24/builds/27912 Build: https://ews-build.webkit.org/#/builders/24/builds/27792 Build: https://ews-build.webkit.org/#/builders/24/builds/27752 Diff Log: --- /Volumes/Data/worker/iOS-13-Simulator-WK2-Tests-EWS/build/layout-test-results/media/now-playing-status-without-media-expected.txt +++ /Volumes/Data/worker/iOS-13-Simulator-WK2-Tests-EWS/build/layout-test-results/media/now-playing-status-without-media-actual.txt @@ -3,14 +3,14 @@ ** Check state initially. -EXPECTED (state.haveEverRegisteredAsNowPlayingApplication == 'false') OK +EXPECTED (state.haveEverRegisteredAsNowPlayingApplication == 'false'), OBSERVED 'true' FAIL ** Suspend process. RUN(internals.applicationWillBecomeInactive()) -EXPECTED (state.haveEverRegisteredAsNowPlayingApplication == 'false') OK +EXPECTED (state.haveEverRegisteredAsNowPlayingApplication == 'false'), OBSERVED 'true' FAIL ** Activate process. RUN(internals.applicationDidBecomeActive()) -EXPECTED (state.haveEverRegisteredAsNowPlayingApplication == 'false') OK +EXPECTED (state.haveEverRegisteredAsNowPlayingApplication == 'false'), OBSERVED 'true' FAIL END OF TEST
Attachments
Radar WebKit Bug Importer
Comment 1 2020-10-15 09:19:55 PDT
Karl Rackler
Comment 2 2020-10-15 09:28:37 PDT
I have marked this test as failing while this issue is investigated. https://trac.webkit.org/changeset/268525/webkit
Note You need to log in before you can comment on or make changes to this bug.