Bug 195998

Summary: Flaky API Test TestWebKitAPI.ParserYieldTokenTests.AsyncScriptRunsWhenFetched
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: aakash_jain, ap, bfulgham, lforschler, ryanhaddad, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Crash Log none

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?