Changeset 245034 in webkit


Ignore:
Timestamp:
May 7, 2019 2:09:54 PM (5 years ago)
Author:
youenn@apple.com
Message:

Flaky API Test: TestWebKitAPI.ServiceWorkers.ServiceWorkerAndCacheStorageDefaultDirectories
https://bugs.webkit.org/show_bug.cgi?id=195997
<rdar://problem/50509884>

Reviewed by Chris Dumez.

Spin test until successful.

  • TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r245011 r245034  
     12019-05-07  Youenn Fablet  <youenn@apple.com>
     2
     3        Flaky API Test: TestWebKitAPI.ServiceWorkers.ServiceWorkerAndCacheStorageDefaultDirectories
     4        https://bugs.webkit.org/show_bug.cgi?id=195997
     5        <rdar://problem/50509884>
     6
     7        Reviewed by Chris Dumez.
     8
     9        Spin test until successful.
     10
     11        * TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm:
     12
    1132019-05-07  Adrian Perez de Castro  <aperez@igalia.com>
    214
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm

    r244390 r245034  
    13971397    TestWebKitAPI::Util::run(&done);
    13981398    done = false;
    1399     EXPECT_TRUE([[configuration websiteDataStore] _hasRegisteredServiceWorker]);
     1399    while (![[configuration websiteDataStore] _hasRegisteredServiceWorker])
     1400        TestWebKitAPI::Util::spinRunLoop(0.1);
    14001401
    14011402    webView = adoptNS([[WKWebView alloc] initWithFrame:NSMakeRect(0, 0, 800, 600) configuration:configuration.get()]);
Note: See TracChangeset for help on using the changeset viewer.