Changeset 285060 in webkit
- Timestamp:
- Oct 29, 2021, 4:24:41 PM (4 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r285059 r285060 1 2021-10-29 Alex Christensen <achristensen@webkit.org> 2 3 Revert r285034 4 webkit.org/b/232166 5 6 The test still times out in EWS. 7 8 * TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm: 9 1 10 2021-10-29 Alex Christensen <achristensen@webkit.org> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm
r285034 r285060 725 725 } 726 726 727 TEST(AppPrivacyReport, LoadSimulatedRequestIsAppInitiated) 727 // FIXME: Re-enable these two tests once webkit.org/b/232166 is resolved. 728 TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsAppInitiated) 728 729 { 729 730 loadSimulatedRequestTest(IsAppInitiated::Yes); 730 731 } 731 732 732 TEST(AppPrivacyReport, LoadSimulatedRequestIsNonAppInitiated)733 TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsNonAppInitiated) 733 734 { 734 735 loadSimulatedRequestTest(IsAppInitiated::No);
Note:
See TracChangeset
for help on using the changeset viewer.