Revision: 21497
Author:   [email protected]
Date:     Mon May 26 13:33:06 2014 UTC
Log:      More nuisance

[email protected]
BUG=

Review URL: https://codereview.chromium.org/297323004
http://code.google.com/p/v8/source/detail?r=21497

Modified:
 /branches/bleeding_edge/test/cctest/test-types.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-types.cc Mon May 26 13:24:59 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-types.cc Mon May 26 13:33:06 2014 UTC
@@ -559,8 +559,8 @@
     CHECK(T.Constant(fac->NewNumber(10e60))->Is(T.OtherNumber));
     CHECK(T.Constant(fac->NewNumber(-1.0*0.0))->Is(T.MinusZero));
     CHECK(T.Constant(fac->NewNumber(OS::nan_value()))->Is(T.NaN));
-    CHECK(T.Constant(fac->NewNumber(1.0/0.0))->Is(T.OtherNumber));
-    CHECK(T.Constant(fac->NewNumber(-1.0/0.0))->Is(T.OtherNumber));
+    CHECK(T.Constant(fac->NewNumber(V8_INFINITY))->Is(T.OtherNumber));
+    CHECK(T.Constant(fac->NewNumber(-V8_INFINITY))->Is(T.OtherNumber));
   }

   void Array() {

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to