Bug 170832 - WebAssembly: fix windows build
Summary: WebAssembly: fix windows build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: JF Bastien
URL:
Keywords:
Depends on: 170628
Blocks:
  Show dependency treegraph
 
Reported: 2017-04-13 15:33 PDT by JF Bastien
Modified: 2017-04-13 21:47 PDT (History)
9 users (show)

See Also:


Attachments
patch (1.60 KB, patch)
2017-04-13 15:36 PDT, JF Bastien
jfbastien: commit-queue-
Details | Formatted Diff | Diff
patch (1.56 KB, patch)
2017-04-13 15:41 PDT, JF Bastien
jfbastien: review-
jfbastien: commit-queue-
Details | Formatted Diff | Diff
patch (1.73 KB, patch)
2017-04-13 15:43 PDT, JF Bastien
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews105 for mac-elcapitan-wk2 (898.46 KB, application/zip)
2017-04-13 17:26 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2017-04-13 15:33:05 PDT
Bug #170628 broke it.
Comment 1 JF Bastien 2017-04-13 15:36:09 PDT
Created attachment 307035 [details]
patch
Comment 2 JF Bastien 2017-04-13 15:39:31 PDT
Comment on attachment 307035 [details]
patch

Oops, deleted too much.
Comment 3 JF Bastien 2017-04-13 15:41:05 PDT
Created attachment 307038 [details]
patch

Fix the fix.
Comment 4 JF Bastien 2017-04-13 15:41:40 PDT
Comment on attachment 307038 [details]
patch

Actually this doesn't work either. Looks like the Windows build includes isIOS but others don't.
Comment 5 JF Bastien 2017-04-13 15:43:51 PDT
Created attachment 307039 [details]
patch

This one should work. The Windows build #if include the x86 assembler, which is why it was getting the declaration when others weren't.
Comment 6 Mark Lam 2017-04-13 15:45:37 PDT
Comment on attachment 307039 [details]
patch

r=me if EWS bots are happy.
Comment 7 Ryan Haddad 2017-04-13 16:07:07 PDT
(In reply to Mark Lam from comment #6)
> Comment on attachment 307039 [details]
> patch
> 
> r=me if EWS bots are happy.

Sadly, win-ews is offline at the moment.
Comment 8 Mark Lam 2017-04-13 16:26:23 PDT
(In reply to Ryan Haddad from comment #7)
> (In reply to Mark Lam from comment #6)
> > Comment on attachment 307039 [details]
> > patch
> > 
> > r=me if EWS bots are happy.
> 
> Sadly, win-ews is offline at the moment.

I'd be happy if the remaining bots are all happy.
Comment 9 Build Bot 2017-04-13 17:26:39 PDT
Comment on attachment 307039 [details]
patch

Attachment 307039 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/3531185

New failing tests:
webrtc/multi-video.html
Comment 10 Build Bot 2017-04-13 17:26:40 PDT
Created attachment 307056 [details]
Archive of layout-test-results from ews105 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 11 JF Bastien 2017-04-13 21:18:05 PDT
Comment on attachment 307039 [details]
patch

I think bots are wrong about the multi-video crash.
Comment 12 WebKit Commit Bot 2017-04-13 21:46:59 PDT
Comment on attachment 307039 [details]
patch

Clearing flags on attachment: 307039

Committed r215356: <http://trac.webkit.org/changeset/215356>
Comment 13 WebKit Commit Bot 2017-04-13 21:47:01 PDT
All reviewed patches have been landed.  Closing bug.