Revision: 14320
Author:   [email protected]
Date:     Wed Apr 17 11:13:44 2013
Log:      Disable the test due to Win64 build problems.

The large allocation actually succeeds on Win64, but it looks like
subsequent memory adjustment fails. Disabling the test for now, will
investigate further.

TBR=rossberg

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

Modified:
 /branches/bleeding_edge/test/mjsunit/harmony/typedarrays.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/harmony/typedarrays.js Tue Apr 16 07:16:30 2013 +++ /branches/bleeding_edge/test/mjsunit/harmony/typedarrays.js Wed Apr 17 11:13:44 2013
@@ -45,9 +45,11 @@

   TestByteLength(0, 0);

+/* TODO[dslomov]: Reenable the test
   assertThrows(function() {
     var ab1 = new __ArrayBuffer(0xFFFFFFFFFFFF)
   }, RangeError);
+*/

   var ab = new __ArrayBuffer();
   assertSame(0, ab.byteLength);

--
--
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/groups/opt_out.


Reply via email to