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

Changeset 285957 in webkit


Ignore:
Timestamp:
Nov 17, 2021, 3:04:11 PM (5 years ago)
Author:
Ryan Haddad
Message:

[macOS Debug] TestWebKitAPI.WKInspectorExtensionDelegate.InspectedPageNavigatedCallbacks is timing out
https://bugs.webkit.org/show_bug.cgi?id=231847

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm: Disable test in the debug configuration.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r285919 r285957  
     12021-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
    1102021-11-17  Zixing Liu  <liushuyu011@gmail.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm

    r285547 r285957  
    161161}
    162162
     163// FIXME: Re-enable this test for debug once webkit.org/b/231847 is fixed.
     164#if !defined(NDEBUG)
     165TEST(WKInspectorExtensionDelegate, DISABLED_InspectedPageNavigatedCallbacks)
     166#else
    163167TEST(WKInspectorExtensionDelegate, InspectedPageNavigatedCallbacks)
     168#endif
    164169{
    165170    resetGlobalState();
Note: See TracChangeset for help on using the changeset viewer.