Closed Bug 1322462 Opened 8 years ago Closed 8 years ago

Fix NAN expression errors that clang plugin reports on Windows

Categories

(Developer Infrastructure :: Source Code Analysis, defect)

Unspecified
Windows
defect
Not set
normal

Tracking

(firefox53 fixed)

RESOLVED FIXED
mozilla53
Tracking Status
firefox53 --- fixed

People

(Reporter: ting, Assigned: ting)

References

Details

Attachments

(1 file, 1 obsolete file)

      No description provided.
Attached file wip (obsolete) —
The error message:

68:07.96 c:/w/fx/mc/gfx/angle/src/libANGLE/State.cpp(505,39):  error(clang): comparing a floating point value to itself for NaN checking can lead to incorrect results
68:07.99     mRasterizer.polygonOffsetFactor = factor != factor ? 0.0f : factor;
68:08.01                                       ^
68:08.01 c:/w/fx/mc/gfx/angle/src/libANGLE/State.cpp(505,39):  note(clang): consider using mozilla::IsNaN instead
68:08.01 c:/w/fx/mc/gfx/angle/src/libANGLE/State.cpp(506,38):  error(clang): comparing a floating point value to itself for NaN checking can lead to incorrect results
68:08.03     mRasterizer.polygonOffsetUnits = units != units ? 0.0f : units;
68:08.04                                      ^
68:08.04 c:/w/fx/mc/gfx/angle/src/libANGLE/State.cpp(506,38):  note(clang): consider using mozilla::IsNaN instead
68:08.04 2 errors generated.
Attachment #8817352 - Attachment is obsolete: true
Comment on attachment 8817376 [details]
Bug 1322462 - Ignore the is-NAN testings in libANGLE that clang plugin reports on Windows.

https://reviewboard.mozilla.org/r/97672/#review98032
Attachment #8817376 - Flags: review?(ehsan) → review+
angle is third-party code, right?  So we shouldn't be modifying it?
Flags: needinfo?(ehsan)
Yeah... I mean, we _could_, but the angle people are terrible at taking patches.  I have had patches waiting for their review for months, and every time I need to hunt down a gfx person who's in touch with them to get them to look at my patch.  It's not worth it here IMO.

(The SkScalar.h header is also there for similar reasons.)
Flags: needinfo?(ehsan)
Pushed by tchou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4ee89b6c76d7
Ignore the is-NAN testings in libANGLE that clang plugin reports on Windows. r=Ehsan
Assignee: nobody → janus926
https://hg.mozilla.org/mozilla-central/rev/4ee89b6c76d7
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Product: Core → Firefox Build System
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: