Bug 44223

Summary: [chromium] Fixing previous Mac only build breakage with TilingDataTest.cpp
Product: WebKit Reporter: Vincent Scheib <scheib>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch none

Description Vincent Scheib 2010-08-18 17:34:11 PDT
[chromium] Fixing previous Mac only build breakage with TilingDataTest.cpp
Comment 1 Vincent Scheib 2010-08-18 17:34:37 PDT
Created attachment 64793 [details]
Patch
Comment 2 WebKit Review Bot 2010-08-18 17:35:37 PDT
Attachment 64793 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit/chromium/tests/TilingDataTest.cpp:33:  You should add a blank line after implementation file's own header.  [build/include_order] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 David Levin 2010-08-18 20:59:31 PDT
Comment on attachment 64793 [details]
Patch

> diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
> index 829705e95a9f714ab2c42befa1192a8bb6c5288e..2fa65e8a61d426dd73f4be6b0f91160de715f1dc 100644
> --- a/WebKit/chromium/ChangeLog
> +++ b/WebKit/chromium/ChangeLog
> @@ -1,3 +1,16 @@
> +2010-08-18  Vincent Scheib  <scheib@chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Fixing previous Mac only build breakage with TilingDataTest.cpp

Please include a link to the bug.

> +
> +        The test included the wrong header, which had a compile option around the definition of the WebCore namespace. Without the namespace defined, error. Fixed by correctly including TilingData.h, which has no conditional compilation.

The only place that I know of where lines are wrapped is in the ChangeLog.  Please break this line appropriately -- maybe around 80 columns.

> +
> +        Note: Style error is a false positive, since there is no .h file for TilingDataTest.cpp

No need to make a note in the ChangeLog about a stylebot error that is mention in the bug.

btw, that bug is https://bugs.webkit.org/show_bug.cgi?id=39514 if you feel inclined to fix it :)
Comment 4 Vincent Scheib 2010-08-19 09:54:02 PDT
Created attachment 64866 [details]
Patch
Comment 5 WebKit Commit Bot 2010-08-19 11:01:24 PDT
Comment on attachment 64866 [details]
Patch

Rejecting patch 64866 from commit-queue.

Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--wait-for-httpd', '--ignore-tests', 'compositing', '--quiet']" exit_code: 1
Running build-dumprendertree
Compiling Java tests
make: Nothing to be done for `default'.
Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests
Testing 20876 test cases.
fast/frames/flattening/iframe-flattening-offscreen.html -> failed

Exiting early after 1 failures. 8000 tests run.
259.24s total testing time

7999 test cases (99%) succeeded
1 test case (<1%) had incorrect layout
5 test cases (<1%) had stderr output

Full output: http://queues.webkit.org/results/3776377
Comment 6 WebKit Commit Bot 2010-08-19 11:46:43 PDT
Comment on attachment 64866 [details]
Patch

Clearing flags on attachment: 64866

Committed r65688: <http://trac.webkit.org/changeset/65688>
Comment 7 WebKit Commit Bot 2010-08-19 11:46:49 PDT
All reviewed patches have been landed.  Closing bug.