Bug 227401 - Don't rely on FP rounding behavior in ParseInt1.js
Summary: Don't rely on FP rounding behavior in ParseInt1.js
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Angelos Oikonomopoulos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-25 07:27 PDT by Angelos Oikonomopoulos
Modified: 2022-02-10 16:27 PST (History)
0 users

See Also:


Attachments
Patch (2.21 KB, patch)
2021-06-25 07:29 PDT, Angelos Oikonomopoulos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Angelos Oikonomopoulos 2021-06-25 07:27:59 PDT
Don't rely on FP rounding behavior in ParseInt1.js
Comment 1 Angelos Oikonomopoulos 2021-06-25 07:29:14 PDT
Created attachment 432269 [details]
Patch
Comment 2 Angelos Oikonomopoulos 2021-06-25 07:48:43 PDT
This is the wrong fix.