Revert "Enable C++11 tests on windows."
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Aug 2014 18:28:54 +0000 (18:28 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Aug 2014 18:28:54 +0000 (18:28 +0000)
This reverts commit r23052. This sets a new landmine.

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

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

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

build/get_landmines.py
test/cctest/test-utils.cc

index 6748463..c6ff816 100755 (executable)
@@ -18,6 +18,7 @@ def main():
   print 'Need to clobber after ICU52 roll.'
   print 'Landmines test.'
   print 'Activating MSVS 2013.'
+  print 'Revert activation of MSVS 2013.'
   return 0
 
 
index 9ea8b2b..cf53930 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;