| 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 # When a spawned isolate throws an uncaught exception, we terminate the vm. | 5 # When a spawned isolate throws an uncaught exception, we terminate the vm. |
| 6 cc/RunLoop_ExceptionChild: Fail | 6 cc/RunLoop_ExceptionChild: Fail |
| 7 | 7 |
| 8 # These tests are expected to crash on all platforms. | 8 # These tests are expected to crash on all platforms. |
| 9 cc/ArrayNew_Overflow_Crash: Crash | 9 cc/ArrayNew_Overflow_Crash: Crash |
| 10 cc/AllocGeneric_Overflow: Crash | 10 cc/AllocGeneric_Overflow: Crash |
| 11 | 11 |
| 12 cc/SNPrint_BadArgs: Skip | 12 cc/SNPrint_BadArgs: Skip |
| 13 | 13 |
| 14 cc/InjectNativeFields4: Fail # Native resolver checking temporary disabled. |
| 15 |
| 14 [ $arch == x64 ] | 16 [ $arch == x64 ] |
| 15 cc/IsolateInterrupt: Skip | 17 cc/IsolateInterrupt: Skip |
| 16 | 18 |
| 17 # The following section refers to the dart vm tests which live under | 19 # The following section refers to the dart vm tests which live under |
| 18 # runtime/tests/vm/dart. | 20 # runtime/tests/vm/dart. |
| 19 | 21 |
| 20 [ $system == windows ] | 22 [ $system == windows ] |
| 21 cc/Dart2JSCompileAll: Skip | 23 cc/Dart2JSCompileAll: Skip |
| 22 | 24 |
| 23 [ $runtime == drt ] | 25 [ $runtime == drt ] |
| 24 dart/import_map_test: Skip | 26 dart/import_map_test: Skip |
| 25 dart/isolate_mirror_local_test: Skip | 27 dart/isolate_mirror_local_test: Skip |
| 26 | 28 |
| 27 [ $compiler == dart2js || $compiler == dartc ] | 29 [ $compiler == dart2js || $compiler == dartc ] |
| 28 dart/import_map_test: Skip # compilers not aware of import maps. | 30 dart/import_map_test: Skip # compilers not aware of import maps. |
| 29 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors | 31 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors |
| 30 dart/byte_array_test: Skip # compilers not aware of byte arrays | 32 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 31 | 33 |
| 32 [ $compiler == dart2dart ] | 34 [ $compiler == dart2dart ] |
| 33 # Skip until we stabilize language tests. | 35 # Skip until we stabilize language tests. |
| 34 *: Skip | 36 *: Skip |
| 35 | 37 |
| 36 [ $arch == arm ] | 38 [ $arch == arm ] |
| 37 dart/*: Skip | 39 dart/*: Skip |
| 38 | 40 |
| 39 [ $arch == simarm ] | 41 [ $arch == simarm ] |
| 40 dart/*: Skip | 42 dart/*: Skip |
| OLD | NEW |