Changeset 285957 in webkit
- Timestamp:
- Nov 17, 2021, 3:04:11 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r285919 r285957 1 2021-11-16 Ryan Haddad <ryanhaddad@apple.com> 2 3 [macOS Debug] TestWebKitAPI.WKInspectorExtensionDelegate.InspectedPageNavigatedCallbacks is timing out 4 https://bugs.webkit.org/show_bug.cgi?id=231847 5 6 Unreviewed test gardening. 7 8 * TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm: Disable test in the debug configuration. 9 1 10 2021-11-17 Zixing Liu <liushuyu011@gmail.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm
r285547 r285957 161 161 } 162 162 163 // FIXME: Re-enable this test for debug once webkit.org/b/231847 is fixed. 164 #if !defined(NDEBUG) 165 TEST(WKInspectorExtensionDelegate, DISABLED_InspectedPageNavigatedCallbacks) 166 #else 163 167 TEST(WKInspectorExtensionDelegate, InspectedPageNavigatedCallbacks) 168 #endif 164 169 { 165 170 resetGlobalState();
Note:
See TracChangeset
for help on using the changeset viewer.