Bug 195998 - Flaky API Test TestWebKitAPI.ParserYieldTokenTests.AsyncScriptRunsWhenFetched
Summary: Flaky API Test TestWebKitAPI.ParserYieldTokenTests.AsyncScriptRunsWhenFetched
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-03-20 06:21 PDT by Aakash Jain
Modified: 2022-02-12 19:05 PST (History)
8 users (show)

See Also:


Attachments
Crash Log (69.89 KB, text/plain)
2019-03-22 11:00 PDT, Aakash Jain
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2019-03-20 06:21:36 PDT
TestWebKitAPI.ParserYieldTokenTests.AsyncScriptRunsWhenFetched seems flaky. In https://ews-build.webkit-uat.org/#/builders/19/builds/2256, the test Passed in run-api-tests step. However, in the immediately next retry step (re-run-api-tests), it Crashed.
Comment 1 Alexey Proskuryakov 2019-03-22 10:48:05 PDT
Do you have the crash log?
Comment 2 Aakash Jain 2019-03-22 11:00:45 PDT
Created attachment 365745 [details]
Crash Log

(In reply to Alexey Proskuryakov from comment #1)
> Do you have the crash log?
Attached.
Comment 3 Wenson Hsieh 2019-03-22 11:02:58 PDT
It looks like window.eventMessages doesn't contain all four of the expected messages when this test fails.
Comment 4 Radar WebKit Bug Importer 2019-05-06 13:11:14 PDT
<rdar://problem/50509874>
Comment 5 Ryan Haddad 2019-08-22 15:09:43 PDT
Are we still seeing this on EWS?