⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 284721 in webkit


Ignore:
Timestamp:
Oct 22, 2021, 3:32:37 PM (5 years ago)
Author:
Ryan Haddad
Message:

[ iOS15 EWS ] TestWebKitAPI.AppPrivacyReport.LoadSimulatedRequest tests are timing out
https://bugs.webkit.org/show_bug.cgi?id=232166

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm: Disable these tests.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r284704 r284721  
     12021-10-22  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        [ iOS15 EWS ] TestWebKitAPI.AppPrivacyReport.LoadSimulatedRequest tests are timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=232166
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm: Disable these tests.
     9
    1102021-10-22  Roy Reapor  <rreapor@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm

    r281831 r284721  
    725725}
    726726
    727 TEST(AppPrivacyReport, LoadSimulatedRequestIsAppInitiated)
     727// FIXME: Re-enable these two tests once webkit.org/b/232166 is resolved.
     728TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsAppInitiated)
    728729{
    729730    loadSimulatedRequestTest(IsAppInitiated::Yes);
    730731}
    731732
    732 TEST(AppPrivacyReport, LoadSimulatedRequestIsNonAppInitiated)
     733TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsNonAppInitiated)
    733734{
    734735    loadSimulatedRequestTest(IsAppInitiated::No);
Note: See TracChangeset for help on using the changeset viewer.