Bug 232677

Summary: [ iOS15 ] 4 iOS API Notification tests constantly failing
Product: WebKit Reporter: Eric Hutchison <ehutchison>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Eric Hutchison 2021-11-03 12:00:28 PDT
TestWebKitAPI.Notification.ParallelPermissionRequestsGranted
TestWebKitAPI.Notification.RequestPermissionDenied
TestWebKitAPI.Notification.ParallelPermissionRequestsDenied
TestWebKitAPI.Notification.RequestPermissionGranted

are constant failures on iOS15.

History: https://results.webkit.org/?suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&test=TestWebKitAPI.Notification.ParallelPermissionRequestsGranted&test=TestWebKitAPI.Notification.ParallelPermissionRequestsDenied&test=TestWebKitAPI.Notification.RequestPermissionGranted&test=TestWebKitAPI.Notification.ParallelPermissionRequestsGranted

Build: https://build.webkit.org/#/builders/298/builds/192

STDIO: https://build.webkit.org/api/v2/logs/5118250/raw

Failed

    TestWebKitAPI.Notification.ParallelPermissionRequestsDenied
        2021-11-03 06:36:31.026 TestWebKitAPI[88525:18278066] Writing analzed variants.
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:150
        Expected equality of these values:
          clientPermissionRequestCount
            Which is: 0
          1U
            Which is: 1
        

    TestWebKitAPI.Notification.ParallelPermissionRequestsGranted
        2021-11-03 06:36:31.669 TestWebKitAPI[88532:18278113] Writing analzed variants.
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:150
        Expected equality of these values:
          clientPermissionRequestCount
            Which is: 0
          1U
            Which is: 1
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:155
        Expected equality of these values:
          @"granted"
            Which is: "granted"
          message
            Which is: "denied"
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:155
        Expected equality of these values:
          @"granted"
            Which is: "granted"
          message
            Which is: "denied"
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:155
        Expected equality of these values:
          @"granted"
            Which is: "granted"
          message
            Which is: "denied"
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:155
        Expected equality of these values:
          @"granted"
            Which is: "granted"
          message
            Which is: "denied"
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:155
        Expected equality of these values:
          @"granted"
            Which is: "granted"
          message
            Which is: "denied"
        

    TestWebKitAPI.Notification.RequestPermissionDenied
        2021-11-03 06:36:32.321 TestWebKitAPI[88538:18278159] Writing analzed variants.
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:99
        Expected equality of these values:
          clientPermissionRequestCount
            Which is: 0
          1U
            Which is: 1
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:110
        Expected equality of these values:
          clientPermissionRequestCount
            Which is: 0
          1U
            Which is: 1
        

    TestWebKitAPI.Notification.RequestPermissionGranted
        2021-11-03 06:36:32.969 TestWebKitAPI[88544:18278210] Writing analzed variants.
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:99
        Expected equality of these values:
          clientPermissionRequestCount
            Which is: 0
          1U
            Which is: 1
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:101
        Expected equality of these values:
          @"granted"
            Which is: "granted"
          receivedMessages.get()[0]
            Which is: "denied"
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:110
        Expected equality of these values:
          clientPermissionRequestCount
            Which is: 0
          1U
            Which is: 1
        
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:112
        Expected equality of these values:
          @"granted"
            Which is: "granted"
          receivedMessages.get()[1]
            Which is: "denied"
        

    TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingAssistedElementShouldNotScrollToReveal
        2021-11-03 06:41:03.260 TestWebKitAPI[90715:18297122] Writing analzed variants.
        2021-11-03 06:41:03.266 TestWebKitAPI[90715:18297122] Writing analzed variants.
        
        /Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm:866
        Value of: didScroll
          Actual: true
        Expected: false
        
Tests do not run on r285198. Currently there is no later build to test on.
Comment 1 Brady Eidson 2021-11-03 12:04:58 PDT
This was already fixed 3h ago.
https://trac.webkit.org/changeset/285207/webkit
Comment 2 Radar WebKit Bug Importer 2021-11-03 12:05:21 PDT
<rdar://problem/84985786>