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

Changeset 284686 in webkit


Ignore:
Timestamp:
Oct 22, 2021, 9:05:19 AM (5 years ago)
Author:
Chris Dumez
Message:

[ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code)
https://bugs.webkit.org/show_bug.cgi?id=231609
<rdar://problem/84164701>

Reviewed by Youenn Fablet.

LayoutTests/imported/w3c:

Merge https://github.com/web-platform-tests/wpt/pull/31317 from upstream WPT to address
test flakiness.

  • web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js:

(async_test):

LayoutTests:

Unskip test that should no longer be flaky.

  • platform/ipad/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r284685 r284686  
     12021-10-22  Chris Dumez  <cdumez@apple.com>
     2
     3        [ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code)
     4        https://bugs.webkit.org/show_bug.cgi?id=231609
     5        <rdar://problem/84164701>
     6
     7        Reviewed by Youenn Fablet.
     8
     9        Unskip test that should no longer be flaky.
     10
     11        * platform/ipad/TestExpectations:
     12
    1132021-10-22  Ayumi Kojima  <ayumi_kojima@apple.com>
    214
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r284667 r284686  
     12021-10-22  Chris Dumez  <cdumez@apple.com>
     2
     3        [ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code)
     4        https://bugs.webkit.org/show_bug.cgi?id=231609
     5        <rdar://problem/84164701>
     6
     7        Reviewed by Youenn Fablet.
     8
     9        Merge https://github.com/web-platform-tests/wpt/pull/31317 from upstream WPT to address
     10        test flakiness.
     11
     12        * web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js:
     13        (async_test):
     14
    1152021-10-21  Cathie Chen  <cathiechen@igalia.com>
    216
  • trunk/LayoutTests/imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js

    r279894 r284686  
    77  channel.port2.onmessage = t.step_func_done();
    88  channel.port1.postMessage("ping");
    9   setTimeout(t.unreached_func(), 100);
     9  t.step_timeout(t.unreached_func(), 1000);
    1010});
  • trunk/LayoutTests/platform/ipad/TestExpectations

    r284616 r284686  
    110110webkit.org/b/230419 platform/ipad/media/modern-media-controls/media-documents/media-document-video-ios-sizing.html [ Pass Timeout Crash ]
    111111
    112 webkit.org/b/231609 imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html [ Pass Failure ]
    113 
    114112webkit.org/b/231611 [ Debug ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-in-worker.https.html [ Pass Failure ]
    115113
Note: See TracChangeset for help on using the changeset viewer.