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:
parent
5294179e4c
commit
da167d747f
@ -1913,6 +1913,8 @@ TEST(Maybe) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// TODO(rossberg): make me faster!
|
||||||
|
#if 0
|
||||||
TEST(Union1) {
|
TEST(Union1) {
|
||||||
CcTest::InitializeVM();
|
CcTest::InitializeVM();
|
||||||
ZoneTests().Union1();
|
ZoneTests().Union1();
|
||||||
@ -1953,7 +1955,7 @@ TEST(Distributivity2) {
|
|||||||
ZoneTests().Distributivity2();
|
ZoneTests().Distributivity2();
|
||||||
HeapTests().Distributivity2();
|
HeapTests().Distributivity2();
|
||||||
}
|
}
|
||||||
|
#endif // TODO(rossberg): make me faster
|
||||||
|
|
||||||
TEST(Convert) {
|
TEST(Convert) {
|
||||||
CcTest::InitializeVM();
|
CcTest::InitializeVM();
|
||||||
|
Loading…
Reference in New Issue
Block a user