Bug 139781

Summary: [Win] Correct Windows tests after Bug 139149
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Major CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch
none
Patch andersca: review+

Description Brent Fulgham 2014-12-18 10:57:53 PST
Some additional diagnostics were added in Bug 139149 that cause thousands of Windows tests to fail. This patch implements the missing function so that we can remove this warning and get the bots green again.
Comment 1 Brent Fulgham 2014-12-18 11:30:45 PST
Created attachment 243506 [details]
Patch
Comment 2 WebKit Commit Bot 2014-12-18 11:32:12 PST
Attachment 243506 [details] did not pass style-queue:


ERROR: Source/WebKit/win/WebApplicationCache.cpp:26:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/WebKit/win/WebApplicationCache.cpp:27:  Found header this file implements after other header. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/WebKit/win/WebApplicationCache.cpp:32:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 3 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Brent Fulgham 2014-12-18 11:33:11 PST
Created attachment 243507 [details]
Patch
Comment 4 WebKit Commit Bot 2014-12-18 11:35:11 PST
Attachment 243507 [details] did not pass style-queue:


ERROR: Source/WebKit/win/WebApplicationCache.cpp:26:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/WebKit/win/WebApplicationCache.cpp:27:  Found header this file implements after other header. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/WebKit/win/WebApplicationCache.cpp:32:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 3 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Brent Fulgham 2014-12-18 11:48:18 PST
(In reply to comment #4)
> Attachment 243507 [details] did not pass style-queue:
> 
> 
> ERROR: Source/WebKit/win/WebApplicationCache.cpp:26:  Found other header
> before WebCore config.h. Should be: config.h, primary header, blank line,
> and then alphabetically sorted.  [build/include_order] [4]
> ERROR: Source/WebKit/win/WebApplicationCache.cpp:27:  Found header this file
> implements after other header. Should be: config.h, primary header, blank
> line, and then alphabetically sorted.  [build/include_order] [4]
> ERROR: Source/WebKit/win/WebApplicationCache.cpp:32:  Alphabetical sorting
> problem.  [build/include_order] [4]
> Total errors found: 3 in 11 files
> 
> 
> If any of these errors are false positives, please file a bug against
> check-webkit-style.

This ordering is required by the IDL build steps on Windows.
Comment 6 Brent Fulgham 2014-12-18 11:56:47 PST
Committed r177512: <http://trac.webkit.org/changeset/177512>