Disable slow type tests for now.

R=mstarzinger@chromium.org, neis@chromium.org
BUG=

Review URL: https://codereview.chromium.org/545453002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23690 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
titzer@chromium.org 2014-09-04 12:19:19 +00:00
parent 5294179e4c
commit da167d747f

View File

@ -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();