[Webkit-unassigned] [Bug 90896] New: fast/js/dfg-cross-global-object-inline-new-array-literal.html appears to be racey
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 10 11:10:37 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90896
Summary: fast/js/dfg-cross-global-object-inline-new-array-liter
al.html appears to be racey
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rafaelw at chromium.org
CC: eric at webkit.org, esprehn at gmail.com, abarth at webkit.org
The test itself looks to be always "passing" but the output order of the test appears to be racey WRT iframe & parent. Added abarth, eseidel and esphren as they have recently looked into a bug that was similar.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&showExpectatioans=true&tests=fast%2Fjs%2Fdfg-cross-global-object-inline-new-array-literal.html
Test expects:
----
This tests that function inlining in the DFG JIT doesn't get confused about the global object to use for array allocation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
PASS done() called with 6600
----
But sometimes gets
----
This tests that function inlining in the DFG JIT doesn't get confused about the global object to use for array allocation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS done() called with 6600
PASS successfullyParsed is true
TEST COMPLETE
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list