Bug 91586 - Build fix for r122870. Comparison of unsigned expression >= 0 is always true.
Summary: Build fix for r122870. Comparison of unsigned expression >= 0 is always true.
Status: RESOLVED DUPLICATE of bug 89039
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 23:25 PDT by Dongseong Hwang
Modified: 2012-07-18 01:49 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2012-07-17 23:26 PDT, Dongseong Hwang
haraken: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongseong Hwang 2012-07-17 23:25:08 PDT
Build fix for r122870. Comparison of unsigned expression >= 0 is always true.

r122870 is Bug 89039.
Comment 1 Dongseong Hwang 2012-07-17 23:26:54 PDT
Created attachment 152937 [details]
Patch
Comment 2 Dongseong Hwang 2012-07-17 23:29:15 PDT
Debug build failed on Qt with the following text.

MacroExpander.cpp:129:9: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
Comment 3 WebKit Review Bot 2012-07-18 00:05:01 PDT
Comment on attachment 152937 [details]
Patch

Rejecting attachment 152937 [details] from review queue.

skyul@company100.net does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your reviewer rights.
Comment 4 Kwang Yul Seo 2012-07-18 00:20:07 PDT
(In reply to comment #3)
> (From update of attachment 152937 [details])
> Rejecting attachment 152937 [details] from review queue.
> 
> skyul@company100.net does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.
> 
> - If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.
> 
> - If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your reviewer rights.

Oops. I wanted to land the patch unreviewed because this is a simple build fix. What happens when the flag is r-, cq+?
Comment 5 Kentaro Hara 2012-07-18 01:24:16 PDT
(In reply to comment #4)
> Oops. I wanted to land the patch unreviewed because this is a simple build fix. 

In that case you can land the patch manually by './Tools/Scripts/webkit-patch land'. (If you do not have a committer permission, feel free to ping committers in IRC.)
Comment 6 WebKit Review Bot 2012-07-18 01:26:40 PDT
Comment on attachment 152937 [details]
Patch

Rejecting attachment 152937 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
 patch file(s).
patching file Source/ThirdParty/ANGLE/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/MacroExpander.cpp
Hunk #1 FAILED at 126.
1 out of 1 hunk FAILED -- saving rejects to file Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/MacroExpander.cpp.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Kentaro Ha..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/13273445
Comment 7 Dongseong Hwang 2012-07-18 01:29:15 PDT
(In reply to comment #5)
> (In reply to comment #4)
> > Oops. I wanted to land the patch unreviewed because this is a simple build fix. 
> 
> In that case you can land the patch manually by './Tools/Scripts/webkit-patch land'. (If you do not have a committer permission, feel free to ping committers in IRC.)

Thank you for kind instruction. I'm not committer, so I'll ping committers. :)
Comment 8 Dongseong Hwang 2012-07-18 01:33:18 PDT
(In reply to comment #6)
> (From update of attachment 152937 [details])
> Rejecting attachment 152937 [details] from commit-queue.
> 
> Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2
> 
> Last 500 characters of output:
>  patch file(s).
> patching file Source/ThirdParty/ANGLE/ChangeLog
> Hunk #1 succeeded at 1 with fuzz 3.
> patching file Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/MacroExpander.cpp
> Hunk #1 FAILED at 126.
> 1 out of 1 hunk FAILED -- saving rejects to file Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/MacroExpander.cpp.rej
> 
> Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Kentaro Ha..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/
> 
> Full output: http://queues.webkit.org/results/13273445

Did I have some mistake about Changelog? I want someone to help.
Comment 9 Kentaro Hara 2012-07-18 01:45:09 PDT
(In reply to comment #8)
> Did I have some mistake about Changelog? I want someone to help.

Looks like this patch is already landed by somebody. Your patch was rejected due to conflict.
Comment 10 Dongseong Hwang 2012-07-18 01:48:34 PDT
(In reply to comment #9)
> (In reply to comment #8)
> > Did I have some mistake about Changelog? I want someone to help.
> 
> Looks like this patch is already landed by somebody. Your patch was rejected due to conflict.

Absolutely, Bug 89039. I'll close this bug as duplicated.
Comment 11 Dongseong Hwang 2012-07-18 01:49:21 PDT

*** This bug has been marked as a duplicate of bug 89039 ***