| Index: runtime/tests/vm/vm.status
|
| ===================================================================
|
| --- runtime/tests/vm/vm.status (revision 26023)
|
| +++ runtime/tests/vm/vm.status (working copy)
|
| @@ -54,16 +54,17 @@
|
| # Skip until we stabilize language tests.
|
| *: Skip
|
|
|
| -[ $arch == mips ]
|
| -*: Skip
|
| -
|
| [ $arch == simarm ]
|
| dart/isolate_mirror_local_test: Skip
|
|
|
| -[ $arch == simmips ]
|
| +[ $arch == simmips || $arch == mips ]
|
| dart/isolate_mirror_local_test: Pass, Crash
|
| -cc/FindCodeObject: Skip # Relative offsets are too far
|
|
|
| +[ $arch == mips ]
|
| +cc/Sdc1Ldc1: Crash # Illegal instructions
|
| +cc/Cop1CvtDL: Crash
|
| +cc/Cop1CvtDL_neg: Crash
|
| +
|
| # TODO(ajohnsen): Fix this as part of library changes.
|
| [ $compiler == none ]
|
| cc/CustomIsolates: Skip # Bug 6890
|
|
|