Reviewers: jochen (slow - soon OOO), Sven Panne,
Message:
PTAL. Landmine directly after the last landmine might not work though...
Description:
Revert "Enable C++11 tests on windows."
This reverts commit r23052. This sets a new landmine.
[email protected]
BUG=400033
LOG=n
Please review this at https://codereview.chromium.org/465583002/
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
6748463bb26bd1294ad404664c93c0e3ed7dcc37..c6ff8165f937a619fff05a4762424363a9129a69
100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -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: test/cctest/test-utils.cc
diff --git a/test/cctest/test-utils.cc b/test/cctest/test-utils.cc
index
9ea8b2b6a35f8aa1e6f98193757433df55eba07c..cf539305b3074985c0c1216f0353e0339ba5aa8a
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_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.