Chromium Code Reviews| Index: runtime/vm/find_code_object_test.cc |
| =================================================================== |
| --- runtime/vm/find_code_object_test.cc (revision 27135) |
| +++ runtime/vm/find_code_object_test.cc (working copy) |
| @@ -14,7 +14,7 @@ |
| namespace dart { |
| TEST_CASE(FindCodeObject) { |
| -#if defined(TARGET_ARCH_IA32) |
| +#if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64) |
|
srdjan
2013/09/04 22:57:23
Maybe you could have an X64 specific loop count th
zra
2013/09/05 00:23:11
It times out even when the loop count is too small
|
| const int kLoopCount = 50000; |
| #else |
| const int kLoopCount = 25000; |