Bug 159117 - DFGByteCodeParsing does not handle calling the Object constructor with no arguments correctly
Summary: DFGByteCodeParsing does not handle calling the Object constructor with no arg...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-25 11:37 PDT by Keith Miller
Modified: 2016-06-27 09:48 PDT (History)
9 users (show)

See Also:


Attachments
Patch (2.53 KB, patch)
2016-06-25 11:38 PDT, Keith Miller
no flags Details | Formatted Diff | Diff
Patch (2.56 KB, patch)
2016-06-25 11:39 PDT, Keith Miller
saam: review+
keith_miller: commit-queue+
Details | Formatted Diff | Diff
Archive of layout-test-results from ews122 for ios-simulator-wk2 (671.87 KB, application/zip)
2016-06-25 12:45 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2016-06-25 11:37:12 PDT
DFGByteCodeParsing does not handle calling the Object constructor with no arguments correctly
Comment 1 Keith Miller 2016-06-25 11:38:56 PDT
Created attachment 282078 [details]
Patch
Comment 2 Keith Miller 2016-06-25 11:39:56 PDT
Created attachment 282079 [details]
Patch
Comment 3 Keith Miller 2016-06-25 11:43:00 PDT
rdar://problem/26996781
Comment 4 Build Bot 2016-06-25 12:45:52 PDT
Comment on attachment 282079 [details]
Patch

Attachment 282079 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/1569617

New failing tests:
fast/scrolling/ios/scrollTo-at-page-load.html
Comment 5 Build Bot 2016-06-25 12:45:54 PDT
Created attachment 282082 [details]
Archive of layout-test-results from ews122 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews122  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.4
Comment 6 Keith Miller 2016-06-25 12:54:08 PDT
I highly doubt that simulator failed test is my patch. It's not obvious where in the test it would call the object constructor. All the test does is add some event listeners. Also, looking at the history for the test it looks like it was failing before, assuming the simulator is running WK1 and not WK2. http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fscrolling%2Fios%2FscrollTo-at-page-load.html
Comment 7 Alexey Proskuryakov 2016-06-25 17:12:59 PDT
Right, there are some scrolling tests that rarely if ever fail on regular bots, but are super flaky on EWS, up to becoming false positives. This is non-trivial, because they have to fail twice with a patch, and then to pass without the patch.

Bug 159086 has an even more obvious example of this.

> assuming the simulator is running WK1 and not WK2

No, iOS EWS runs WK2. iOS WK1 tests are not maintained at this time.
Comment 8 Keith Miller 2016-06-27 09:48:53 PDT
Committed r202487: <http://trac.webkit.org/changeset/202487>