Summary: | JSC ARM traditional failing on Octane NavierStokes test | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Gabor Rapcsanyi <rgabor> | ||||
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, fpizlo, ossy, zherczeg | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 108645 | ||||||
Attachments: |
|
Description
Gabor Rapcsanyi
2013-05-06 01:43:57 PDT
Created attachment 200653 [details]
proposed fix
Attachment 200653 [details] did not pass style-queue:
Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/assembler/ARMAssembler.h']" exit_code: 1
Source/JavaScriptCore/assembler/ARMAssembler.h:166: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
Source/JavaScriptCore/assembler/ARMAssembler.h:167: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
Total errors found: 2 in 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 200653 [details]
proposed fix
r=me
Comment on attachment 200653 [details] proposed fix Clearing flags on attachment: 200653 Committed r149601: <http://trac.webkit.org/changeset/149601> All reviewed patches have been landed. Closing bug. |