Index: runtime/tests/vm/vm.status |
=================================================================== |
--- runtime/tests/vm/vm.status (revision 27208) |
+++ runtime/tests/vm/vm.status (working copy) |
@@ -48,6 +48,11 @@ |
# Skip until we stabilize language tests. |
*: Skip |
+[ $arch == x64 && $mode == debug ] |
+# This generates many patchable calls through the pool-pointer, which I suppose |
+# is the cause of the timeout, but I'm not sure how to fix it. |
+cc/FindCodeObject: Timeout |
Florian Schneider
2013/09/06 09:58:15
Issue number is missing.
zra
2013/09/06 17:53:26
Done.
|
+ |
[ $arch == simarm ] |
dart/isolate_mirror_local_test: Skip |