Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| =================================================================== |
| --- runtime/tests/vm/vm.status (revision 20905) |
| +++ runtime/tests/vm/vm.status (working copy) |
| @@ -72,13 +72,11 @@ |
| cc/Dart2JSCompileAll: Skip |
| cc/FrameLookup: Skip |
| cc/UseDartApi: Skip |
| -cc/FindCodeObject: Skip |
| - |
| # Tests needing Dart execution. |
| dart/*: Skip |
| -[ $arch == simmips && $system == macos ] |
| -cc/CallLeafRuntimeStubCode: Crash # Fails on Mac OS X |
| +[ $arch == simmips && $checked] |
| +cc/FindCodeObject: Skip |
|
srdjan
2013/04/04 16:19:03
Is it too slow in checked mode?
zra
2013/04/04 16:23:41
The type checks needed for this test aren't yet im
|
| # TODO(ajohnsen): Fix this as part of library changes. |
| [ $compiler == none ] |