Reviewers: Benedikt Meurer,

Description:
Disable unit test because of NaCL breakage after r23617.

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

Please review this at https://codereview.chromium.org/532713002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -0 lines):
  M src/base/bits-unittest.cc


Index: src/base/bits-unittest.cc
diff --git a/src/base/bits-unittest.cc b/src/base/bits-unittest.cc
index 188d14c533e182632ced2f2466a0e7cb824b6800..e0e6a5f1ef416ed29054a127cbc645a88ade36a3 100644
--- a/src/base/bits-unittest.cc
+++ b/src/base/bits-unittest.cc
@@ -84,9 +84,12 @@ TEST(Bits, RoundUpToPowerOfTwo32) {
 }


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