Bug 173558 - Add missing override specifiers to ANGLE
Summary: Add missing override specifiers to ANGLE
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Konstantin Tokarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-19 11:44 PDT by Konstantin Tokarev
Modified: 2017-06-25 21:07 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2017-06-19 11:45 PDT, Konstantin Tokarev
no flags Details | Formatted Diff | Diff
Patch (3.24 KB, patch)
2017-06-20 09:00 PDT, Konstantin Tokarev
darin: review+
mcatanzaro: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews100 for mac-elcapitan (1.09 MB, application/zip)
2017-06-20 12:44 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2017-06-19 11:44:23 PDT
Suppress Clang warnings in ANGLESupport
Comment 1 Konstantin Tokarev 2017-06-19 11:45:21 PDT
Created attachment 313320 [details]
Patch
Comment 2 Alex Christensen 2017-06-19 12:46:43 PDT
Comment on attachment 313320 [details]
Patch

What file causes this warning to trigger?  Maybe we should just fix the code instead.
Comment 3 Konstantin Tokarev 2017-06-19 12:55:32 PDT
OutputHLSL.h, if all OutputHLSL::visit methods are marked with override, warnings are gone. I was reluctant to change it because it's 3rd-party code.
Comment 4 Alex Christensen 2017-06-19 12:56:45 PDT
Comment on attachment 313320 [details]
Patch

Let's fix it and complain to https://github.com/google/angle if it's still in the upstream code.
Comment 5 Konstantin Tokarev 2017-06-20 09:00:52 PDT
Created attachment 313401 [details]
Patch
Comment 6 Build Bot 2017-06-20 09:03:14 PDT
Note that there are important steps to take when updating ANGLE. See http://trac.webkit.org/wiki/UpdatingANGLE
Comment 7 Build Bot 2017-06-20 12:44:08 PDT
Comment on attachment 313401 [details]
Patch

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

New failing tests:
inspector/canvas/create-canvas-contexts.html
Comment 8 Build Bot 2017-06-20 12:44:09 PDT
Created attachment 313422 [details]
Archive of layout-test-results from ews100 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews100  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 9 Michael Catanzaro 2017-06-23 17:48:15 PDT
Also need to at least update changes.diff. (And, ideally, link to an upstream bug.)
Comment 10 Darin Adler 2017-06-25 20:42:58 PDT
(In reply to Michael Catanzaro from comment #9)
> Also need to at least update changes.diff. (And, ideally, link to an
> upstream bug.)

Oops, should I not have done review+ without that? Nobody did review- so I thought it was OK.
Comment 11 Michael Catanzaro 2017-06-25 21:07:11 PDT
Comment on attachment 313401 [details]
Patch

I trust Konstantin to update the .diff before landing, but until then cq-