Bug 214526

Summary: Fixed regression due to r264507: Math.{min|max} inequality test should use DoubleNotEqualOrUnordered instead DoubleNotEqualAndOrdered.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer, xan.lopez, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=204457
Attachments:
Description Flags
proposed patch. ysuzuki: review+

Description Mark Lam 2020-07-18 18:32:17 PDT
This bug resulted in NaNs being handled by the "equal" case in some scenarios.
Comment 1 Radar WebKit Bug Importer 2020-07-18 18:32:57 PDT
<rdar://problem/65778061>
Comment 2 Mark Lam 2020-07-18 18:46:58 PDT
Created attachment 404650 [details]
proposed patch.
Comment 3 Yusuke Suzuki 2020-07-18 19:08:58 PDT
Comment on attachment 404650 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2020-07-18 21:25:03 PDT
Thanks for the review.  Landed in r264575: <http://trac.webkit.org/r264575>.