Enable C++11 tests on windows.
authormachenbach@chromium.org <machenbach@chromium.org>
Tue, 26 Aug 2014 07:00:44 +0000 (07:00 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Tue, 26 Aug 2014 07:00:44 +0000 (07:00 +0000)
TBR=svenpanne@chromium.org
BUG=400033
LOG=n

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

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

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

index c6ff816..66a86cb 100755 (executable)
@@ -19,6 +19,7 @@ def main():
   print 'Landmines test.'
   print 'Activating MSVS 2013.'
   print 'Revert activation of MSVS 2013.'
+  print 'Activating MSVS 2013 again.'
   return 0
 
 
index cf53930..9ea8b2b 100644 (file)
@@ -223,7 +223,7 @@ TEST(SequenceCollectorRegression) {
 
 
 // TODO(svenpanne) Unconditionally test this when our infrastructure is fixed.
-#if !V8_CC_MSVC && !V8_OS_NACL
+#if !V8_OS_NACL
 TEST(CPlusPlus11Features) {
   struct S {
     bool x;