Chromium Code Reviews| 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 | 5 # TODO(sigmund): change test.dart to make it possible to use a 'cc/' prefix on |
| 6 # vm cc tests. | 6 # vm cc tests. |
| 7 | 7 |
| 8 # 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. |
| 9 RunLoop_ExceptionChild: Fail | 9 RunLoop_ExceptionChild: Fail |
| 10 | 10 |
| 11 [ $arch == x64 ] | 11 [ $arch == x64 ] |
| 12 IsolateInterrupt: Skip | 12 IsolateInterrupt: Skip |
| 13 | 13 |
| 14 [ $system == windows ] | 14 [ $system == windows ] |
| 15 Dart2JSCompileAll: Skip | 15 Dart2JSCompileAll: Skip |
| 16 | 16 |
| 17 # The following section refers to the dart vm tests which live under | 17 # The following section refers to the dart vm tests which live under |
| 18 # runtime/tests/vm/dart. | 18 # runtime/tests/vm/dart. |
| 19 | 19 |
| 20 [ $system == windows ] | 20 [ $system == windows ] |
| 21 dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this | 21 dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this |
| 22 | 22 |
| 23 [ $runtime == drt ] | 23 [ $runtime == drt ] |
| 24 dart/import_map_test: Skip | 24 dart/import_map_test: Skip |
| 25 dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate | 25 dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate |
| 26 | 26 |
| 27 | |
|
Emily Fortuna
2012/05/02 17:00:35
extra whitespace?
Siggi Cherem (dart-lang)
2012/05/02 17:31:15
thx, will remove in follow up CL
| |
| 28 [ $compiler == dart2js || $compiler == frog || $compiler == dartc ] | |
| 29 dart/import_map_test: Skip # compilers not aware of import maps. | |
| 30 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors | |
| 31 | |
| 27 [ $arch == arm ] | 32 [ $arch == arm ] |
| 28 dart/*: Skip | 33 dart/*: Skip |
| 29 | 34 |
| 30 [ $arch == simarm ] | 35 [ $arch == simarm ] |
| 31 dart/*: Skip | 36 dart/*: Skip |
| OLD | NEW |