Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(834)

Issue 13470002: Test behavior of qNaN and sNaN (Closed)

Created:
7 years, 8 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 8 months ago
Reviewers:
danno, rossberg
CC:
v8-dev
Visibility:
Public.

Description

Test behavior of qNaN and sNaN BUG=v8:2607 Committed: https://code.google.com/p/v8/source/detail?r=14133

Patch Set 1 #

Patch Set 2 : Added testing in all regimes #

Patch Set 3 : Presubmit issues #

Patch Set 4 : Bug fixed #

Patch Set 5 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -69 lines) Patch
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 4 chunks +5 lines, -35 lines 0 comments Download
A + test/mjsunit/nans.js View 1 2 3 1 chunk +68 lines, -34 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Dmitry Lomov (no reviews)
Add test that makes sure that s/qNaNs do not crash V8
7 years, 8 months ago (2013-04-02 09:31:28 UTC) #1
danno
So, why don't we crash? Unless we mask the signal, I would assume we would. ...
7 years, 8 months ago (2013-04-02 10:31:04 UTC) #2
Dmitry Lomov (no reviews)
We do not crash because we somehow mask it: Breakpoint 2, v8::Shell::Main (argc=2, argv=0xffffd104) at ...
7 years, 8 months ago (2013-04-02 11:12:08 UTC) #3
Dmitry Lomov (no reviews)
Indeed, the following prints "true\false" (only for sNaN): var bytes = new Uint32Array([1, 0x7FF00000]); var ...
7 years, 8 months ago (2013-04-02 11:21:03 UTC) #4
Dmitry Lomov (no reviews)
(tracked by https://code.google.com/p/v8/issues/detail?id=2607) On 2013/04/02 11:21:03, Dmitry Lomov (chromium) wrote: > Indeed, the following prints ...
7 years, 8 months ago (2013-04-02 11:24:09 UTC) #5
Dmitry Lomov (no reviews)
Added tests for all modes, the test that uncovered a bug is commented out for ...
7 years, 8 months ago (2013-04-02 11:45:07 UTC) #6
Dmitry Lomov (no reviews)
Fix 2607 by removing special handling of identical heap numbers in generic compare IC.
7 years, 8 months ago (2013-04-03 14:38:20 UTC) #7
danno
lgtm
7 years, 8 months ago (2013-04-04 09:19:43 UTC) #8
Dmitry Lomov (no reviews)
7 years, 8 months ago (2013-04-04 09:31:34 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r14133 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698