Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Unified Diff: test/cctest/test-types.cc

Issue 545453002: Disable slow type tests for now. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698