Reviewers: Benedikt Meurer,

Message:
Committed patchset #1 (id:1) manually as 24405 (presubmit successful).

Description:
Test C++11 features on *all* platforms.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=24405

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

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

Affected files (+0, -3 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 9ea8b2b6a35f8aa1e6f98193757433df55eba07c..0c1e0412d3484db5d4d94a9c90732ae45e9ece29 100644
--- a/test/cctest/test-utils.cc
+++ b/test/cctest/test-utils.cc
@@ -222,8 +222,6 @@ TEST(SequenceCollectorRegression) {
 }


-// TODO(svenpanne) Unconditionally test this when our infrastructure is fixed.
-#if !V8_OS_NACL
 TEST(CPlusPlus11Features) {
   struct S {
     bool x;
@@ -256,4 +254,3 @@ TEST(CPlusPlus11Features) {
     j += 11;
   }
 }
-#endif


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