Reviewers: Michael Starzinger, neis,

Description:
Disable slow type tests for now.

[email protected],[email protected]
BUG=

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

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

Affected files (+3, -1 lines):
  M test/cctest/test-types.cc


Index: test/cctest/test-types.cc
diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
index 8c5e41ca10e63227dea2fb7c1ba5356d66201f52..422843f90e654cad782bad43a316ae0b55372345 100644
--- a/test/cctest/test-types.cc
+++ b/test/cctest/test-types.cc
@@ -1913,6 +1913,8 @@ TEST(Maybe) {
 }


+// TODO(rossberg): make me faster!
+#if 0
 TEST(Union1) {
   CcTest::InitializeVM();
   ZoneTests().Union1();
@@ -1953,7 +1955,7 @@ TEST(Distributivity2) {
   ZoneTests().Distributivity2();
   HeapTests().Distributivity2();
 }
-
+#endif  // TODO(rossberg): make me faster

 TEST(Convert) {
   CcTest::InitializeVM();


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