Bug 132322 - REGRESSION (r167906?): js/dom/basic-weakmap.html is much more flaky than before
Summary: REGRESSION (r167906?): js/dom/basic-weakmap.html is much more flaky than before
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-29 00:15 PDT by Alexey Proskuryakov
Modified: 2014-04-29 13:34 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-04-29 00:15:34 PDT
js/dom/basic-weakmap.html was flaky for a long time, but starting today, it's failing most of the time (most reproducibly on Gtk and Efl bots, but Mac too).

History: http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fdom%2Fbasic-weakmap.html

Diff:

-PASS (keyLessObjectCount - valueLessObjectCount) > 1500 is true
+FAIL (keyLessObjectCount - valueLessObjectCount) > 1500 should be true. Was false.
Comment 1 Tim Horton 2014-04-29 10:59:06 PDT
All Mac debug builders have one of the last two builds failing because of this test right now.
Comment 2 Tim Horton 2014-04-29 11:09:56 PDT
Flaky'd in http://trac.webkit.org/changeset/167947
Comment 3 Andreas Kling 2014-04-29 13:34:14 PDT
Committed r167954: <http://trac.webkit.org/changeset/167954>