| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # TODO(sigmund): change test.dart to make it possible to use a 'cc/' prefix on |
| 6 # vm cc tests. |
| 7 |
| 5 # When a spawned isolate throws an uncaught exception, we terminate the vm. | 8 # When a spawned isolate throws an uncaught exception, we terminate the vm. |
| 6 RunLoop_ExceptionChild: Fail | 9 RunLoop_ExceptionChild: Fail |
| 7 | 10 |
| 8 [ $arch == x64 ] | 11 [ $arch == x64 ] |
| 9 IsolateInterrupt: Skip | 12 IsolateInterrupt: Skip |
| 10 | 13 |
| 11 [ $system == windows ] | 14 [ $system == windows ] |
| 12 Dart2JSCompileAll: Skip | 15 Dart2JSCompileAll: Skip |
| 16 |
| 17 # The following section refers to the dart vm tests which live under |
| 18 # runtime/tests/vm/dart. |
| 19 |
| 20 [ $system == windows ] |
| 21 dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this |
| 22 |
| 23 [ $runtime == drt ] |
| 24 dart/import_map_test: Skip |
| 25 dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate |
| 26 |
| 27 [ $arch == arm ] |
| 28 dart/*: Skip |
| 29 |
| 30 [ $arch == simarm ] |
| 31 dart/*: Skip |
| OLD | NEW |