Reviewers: jochen (slow - soon OOO), Sven Panne,

Message:
PTAL

Description:
Enable C++11 tests on windows.

This also adds a landmine as windows bots need a clobber.

BUG=400033
LOG=n
[email protected]

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

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

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


Index: build/get_landmines.py
diff --git a/build/get_landmines.py b/build/get_landmines.py
index b98d36c3f0c37cafeb1adc87c9ba36f72afe02bd..6748463bb26bd1294ad404664c93c0e3ed7dcc37 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -17,6 +17,7 @@ def main():
   """
   print 'Need to clobber after ICU52 roll.'
   print 'Landmines test.'
+  print 'Activating MSVS 2013.'
   return 0


Index: test/cctest/test-utils.cc
diff --git a/test/cctest/test-utils.cc b/test/cctest/test-utils.cc
index cf539305b3074985c0c1216f0353e0339ba5aa8a..9ea8b2b6a35f8aa1e6f98193757433df55eba07c 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 && !V8_OS_NACL
+#if !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