Bug 193660 - REGRESSION (r240243): Caused an API tests to fail
Summary: REGRESSION (r240243): Caused an API tests to fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 193556
Blocks:
  Show dependency treegraph
 
Reported: 2019-01-21 15:50 PST by Brent Fulgham
Modified: 2019-01-22 16:32 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2019-01-21 15:50:11 PST
Correct an API test failure introduced by my changes in r240243.
Comment 1 Radar WebKit Bug Importer 2019-01-21 15:50:42 PST
<rdar://problem/47433602>
Comment 2 Brent Fulgham 2019-01-21 17:41:13 PST
My original patch was incrementing the pending callback count before deciding if a callback was actually needed. This left it out of balance, preventing the callback from ever firing.
Comment 3 Brent Fulgham 2019-01-21 17:55:55 PST
Committed r240247: <https://trac.webkit.org/changeset/240247>
Comment 4 Alexey Proskuryakov 2019-01-22 09:29:41 PST
Yay tests!
Comment 5 Brent Fulgham 2019-01-22 09:34:14 PST
(In reply to Alexey Proskuryakov from comment #4)
> Yay tests!

And for actually paying attention to them! :-)
Comment 6 Michael Catanzaro 2019-01-22 16:32:30 PST
Committed r240308: <https://trac.webkit.org/changeset/240308>