Bug 250467 - REGRESSION(258753@main) Moving long-shipping features to the new 'shipping' status broke 9X API-Tests
Summary: REGRESSION(258753@main) Moving long-shipping features to the new 'shipping' s...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-11 11:27 PST by Robert Jenner
Modified: 2023-02-02 20:32 PST (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 Robert Jenner 2023-01-11 11:27:25 PST
The following 9X API-tests were broken when moving long-shipping features to the new 'shipping' status was changed at 258753@main for both macOS and iOS:

TestWebKitAPI.LockdownMode.AllowedFont [ Failure ]
TestWebKitAPI.MediaLoading.LockdownModeHLS [ Timeout ]
TestWebKitAPI.ProcessSwap.NavigatingToLockdownMode [ Timeout ]
TestWebKitAPI.LockdownMode.SVGFonts [ Failure ]
TestWebKitAPI.WKWebView.LocalStorageDirectoryExcludedFromBackup [ Failure ]
TestWebKitAPI.LockdownMode.NotAllowedFont [ Failure ]
TestWebKitAPI.LockdownMode.NotAllowedFontLoadingAPI [ Failure ]
TestWebKitAPI.ProcessSwap.CannotDisableLockdownModeWithoutBrowserEntitlement [ Failure ]
TestWebKitAPI.LockdownMode.AllowedFontLoadingAPI [ Failure ]

HISTORY:
https://results.webkit.org/?suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&test=TestWebKitAPI.LockdownMode.AllowedFont&test=TestWebKitAPI.LockdownMode.AllowedFontLoadingAPI&test=TestWebKitAPI.LockdownMode.NotAllowedFont&test=TestWebKitAPI.LockdownMode.NotAllowedFontLoadingAPI&test=TestWebKitAPI.LockdownMode.SVGFonts&test=TestWebKitAPI.MediaLoading.LockdownModeHLS&test=TestWebKitAPI.ProcessSwap.CannotDisableLockdownModeWithoutBrowserEntitlement&test=TestWebKitAPI.ProcessSwap.NavigatingToLockdownMode&test=TestWebKitAPI.WKWebView.LocalStorageDirectoryExcludedFromBackup

The history link indicates that this all started at 258753@main, and I was also able to reproduce the failures at 258753@main running the test as follows:

run-api-tests <insert_test_here> 


The failures did not reproduce at 258752@main, so 258753@main is the culprit here.
Comment 1 Radar WebKit Bug Importer 2023-01-11 11:28:23 PST
<rdar://problem/104132283>
Comment 2 Robert Jenner 2023-01-11 12:05:54 PST
Reverted below while fix is being tested:


 https://commits.webkit.org/258796@main