Reviewers: mstarzinger,
Message:
What can possibly go wrong? :-D
Description:
Re-enable C++11 tests (still not on VS or NaCL).
Please review this at https://codereview.chromium.org/457593002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M test/cctest/test-utils.cc
Index: test/cctest/test-utils.cc
diff --git a/test/cctest/test-utils.cc b/test/cctest/test-utils.cc
index
3c569239a3711264b9cd8dc30331cfc6d0965548..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 0 && !V8_CC_MSVC && !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.