Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
| index fd87b7a4cfc20fd2fb8a9141a805b344bdd8c8ef..5c4e5cb13503fa79c8abad52778360d253094fc1 100644 |
| --- a/runtime/tests/vm/vm.status |
| +++ b/runtime/tests/vm/vm.status |
| @@ -2,8 +2,19 @@ |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| -# When a spawned isolate throws an uncaught exception, we terminate the vm. |
| -RunLoop_ExceptionChild: Fail |
| +# This status file is for the dart tests which live under |
| +# runtime/tests/vm. |
| -[ $arch == x64 ] |
| -IsolateInterrupt: Skip |
| +[ $system == windows ] |
| +isolate_mirror_self_test: Skip # TODO(turnidge): Fix this |
| + |
| +[ $runtime == drt ] |
| +import_map_test: Skip |
| +isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate |
|
Siggi Cherem (dart-lang)
2012/04/30 18:47:30
Note: + added these 2 lines.
|
| + |
| +[ $arch == arm ] |
| +*: Skip |
| + |
| + |
| +[ $arch == simarm ] |
| +*: Skip |