Revision: 23621
Author:   [email protected]
Date:     Tue Sep  2 14:52:50 2014 UTC
Log:      Disable unit test because of NaCL breakage after r23617.

[email protected]
TEST=base-unittests/BitsDeathTest.RoundUpToPowerOfTwo32

Review URL: https://codereview.chromium.org/532713002
https://code.google.com/p/v8/source/detail?r=23621

Modified:
 /branches/bleeding_edge/src/base/bits-unittest.cc

=======================================
--- /branches/bleeding_edge/src/base/bits-unittest.cc Tue Sep 2 13:36:35 2014 UTC +++ /branches/bleeding_edge/src/base/bits-unittest.cc Tue Sep 2 14:52:50 2014 UTC
@@ -84,9 +84,12 @@
 }


+#if 0
+// TODO(bmeurer): Fix this on NaCL builds.
 TEST(BitsDeathTest, DISABLE_IN_RELEASE(RoundUpToPowerOfTwo32)) {
   ASSERT_DEATH({ RoundUpToPowerOfTwo32(0x80000001u); }, "0x80000000");
 }
+#endif


 TEST(Bits, RoundDownToPowerOfTwo32) {

--
--
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