Bug 181176

Summary: Remove op_assert and make @assert in builtins a function call so we have DFG/FTL coverage for builtins that use @assert in debug builds
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, ews-watchlist, fpizlo, ggaren, gskachkov, jfbastien, keith_miller, mark.lam, msaboff, rmorisset, rniwa, ticaiolima, webkit-bug-importer, youennf, ysuzuki
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
ysuzuki: review+
patch for landing
none
Archive of layout-test-results from ews104 for mac-elcapitan-wk2 none

Saam Barati
Reported 2017-12-27 12:30:45 PST
...
Attachments
patch (12.62 KB, patch)
2017-12-27 14:39 PST, Saam Barati
ysuzuki: review+
patch for landing (12.70 KB, patch)
2017-12-28 18:17 PST, Saam Barati
no flags
Archive of layout-test-results from ews104 for mac-elcapitan-wk2 (2.62 MB, application/zip)
2017-12-28 19:40 PST, EWS Watchlist
no flags
Saam Barati
Comment 1 2017-12-27 14:39:53 PST
Yusuke Suzuki
Comment 2 2017-12-28 03:14:20 PST
Comment on attachment 330226 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=330226&action=review r=me > Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:875 > + return generator.emitLoad(nullptr, jsUndefined()); Let’s load value to dst for consistency. And let’s check ignoreResult so that we do not need to emit unnecessary mov.
Saam Barati
Comment 3 2017-12-28 18:17:07 PST
Created attachment 330238 [details] patch for landing
EWS Watchlist
Comment 4 2017-12-28 19:40:41 PST
Comment on attachment 330238 [details] patch for landing Attachment 330238 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/5856372 New failing tests: fast/mediastream/MediaStream-MediaElement-setObject-null.html
EWS Watchlist
Comment 5 2017-12-28 19:40:43 PST
Created attachment 330242 [details] Archive of layout-test-results from ews104 for mac-elcapitan-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-elcapitan-wk2 Platform: Mac OS X 10.11.6
Saam Barati
Comment 6 2017-12-28 20:54:02 PST
(In reply to Build Bot from comment #4) > Comment on attachment 330238 [details] > patch for landing > > Attachment 330238 [details] did not pass mac-wk2-ews (mac-wk2): > Output: http://webkit-queues.webkit.org/results/5856372 > > New failing tests: > fast/mediastream/MediaStream-MediaElement-setObject-null.html This is quite surprising. Building locally now to see if I can reproduce it.
Saam Barati
Comment 7 2017-12-28 23:32:00 PST
(In reply to Saam Barati from comment #6) > (In reply to Build Bot from comment #4) > > Comment on attachment 330238 [details] > > patch for landing > > > > Attachment 330238 [details] did not pass mac-wk2-ews (mac-wk2): > > Output: http://webkit-queues.webkit.org/results/5856372 > > > > New failing tests: > > fast/mediastream/MediaStream-MediaElement-setObject-null.html > > This is quite surprising. Building locally now to see if I can reproduce it. This fails for me locally without my changes. I'm going to land this patch.
WebKit Commit Bot
Comment 8 2017-12-28 23:52:28 PST
Comment on attachment 330238 [details] patch for landing Clearing flags on attachment: 330238 Committed r226310: <https://trac.webkit.org/changeset/226310>
WebKit Commit Bot
Comment 9 2017-12-28 23:52:29 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 10 2018-01-02 12:57:16 PST
Radar WebKit Bug Importer
Comment 11 2018-01-02 12:57:18 PST
Note You need to log in before you can comment on or make changes to this bug.