Reviewers: Sven Panne,

Message:
This is nice and all, but needs a little bit more massaging on GCMole and NaCL
builders.

Description:
Disable CPlusPlus11Features for making GCMole and NaCL unhappy.

[email protected]

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

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

Affected files (+1, -1 lines):
  M test/cctest/test-utils.cc


Index: test/cctest/test-utils.cc
diff --git a/test/cctest/test-utils.cc b/test/cctest/test-utils.cc
index cf34f69be1f3e9ceb6bcc0fc5aeb6224fbf24b9e..84adee1ff76025a45f4c03b7e0b9449b36bc3fc0 100644
--- a/test/cctest/test-utils.cc
+++ b/test/cctest/test-utils.cc
@@ -223,7 +223,7 @@ TEST(SequenceCollectorRegression) {


// TODO(svenpanne) Unconditionally test this when our infrastructure is fixed.
-#if !V8_CC_MSVC
+#if 0 && !V8_CC_MSVC
 TEST(CPlusPlus11Features) {
   struct S {
     bool x;


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