Revert "Enable C++11 tests on windows."
authormachenbach@chromium.org <machenbach@chromium.org>
Tue, 26 Aug 2014 08:24:27 +0000 (08:24 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Tue, 26 Aug 2014 08:24:27 +0000 (08:24 +0000)
This reverts commit 23383 because XP bots time out.

TBR=svenpanne@chromium.org
BUG=400033
LOG=n

Review URL: https://codereview.chromium.org/497413004

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23385 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/cctest/test-utils.cc

index 9ea8b2b6a35f8aa1e6f98193757433df55eba07c..cf539305b3074985c0c1216f0353e0339ba5aa8a 100644 (file)
@@ -223,7 +223,7 @@ TEST(SequenceCollectorRegression) {
 
 
 // TODO(svenpanne) Unconditionally test this when our infrastructure is fixed.
-#if !V8_OS_NACL
+#if !V8_CC_MSVC && !V8_OS_NACL
 TEST(CPlusPlus11Features) {
   struct S {
     bool x;