Revision: 23054
Author:   [email protected]
Date:     Mon Aug 11 18:28:54 2014 UTC
Log:      Revert "Enable C++11 tests on windows."

This reverts commit r23052. This sets a new landmine.

[email protected]
BUG=400033
LOG=n

Review URL: https://codereview.chromium.org/465583002
http://code.google.com/p/v8/source/detail?r=23054

Modified:
 /branches/bleeding_edge/build/get_landmines.py
 /branches/bleeding_edge/test/cctest/test-utils.cc

=======================================
--- /branches/bleeding_edge/build/get_landmines.py Mon Aug 11 16:10:29 2014 UTC +++ /branches/bleeding_edge/build/get_landmines.py Mon Aug 11 18:28:54 2014 UTC
@@ -18,6 +18,7 @@
   print 'Need to clobber after ICU52 roll.'
   print 'Landmines test.'
   print 'Activating MSVS 2013.'
+  print 'Revert activation of MSVS 2013.'
   return 0


=======================================
--- /branches/bleeding_edge/test/cctest/test-utils.cc Mon Aug 11 16:10:29 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-utils.cc Mon Aug 11 18:28:54 2014 UTC
@@ -223,7 +223,7 @@


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

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