| 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 # This test is expected to crash on all platforms. | 8 # This test is expected to crash on all platforms. |
| 9 cc/SNPrint_BadArgs: Crash | 9 cc/SNPrint_BadArgs: Crash |
| 10 | 10 |
| 11 cc/ClosureFunction: Crash,Fail |
| 12 |
| 11 [ $arch == x64 ] | 13 [ $arch == x64 ] |
| 12 cc/IsolateInterrupt: Skip | 14 cc/IsolateInterrupt: Skip |
| 13 | 15 |
| 14 # The following section refers to the dart vm tests which live under | 16 # The following section refers to the dart vm tests which live under |
| 15 # runtime/tests/vm/dart. | 17 # runtime/tests/vm/dart. |
| 16 | 18 |
| 17 [ $system == windows ] | 19 [ $system == windows ] |
| 18 cc/Dart2JSCompileAll: Skip | 20 cc/Dart2JSCompileAll: Skip |
| 19 | 21 |
| 20 [ $runtime == drt ] | 22 [ $runtime == drt ] |
| (...skipping 10 matching lines...) Expand all Loading... |
| 31 dart/byte_array_test: Fail | 33 dart/byte_array_test: Fail |
| 32 dart/import_map_test: Fail | 34 dart/import_map_test: Fail |
| 33 dart/isolate_mirror_local_test: Crash | 35 dart/isolate_mirror_local_test: Crash |
| 34 dart/isolate_mirror_remote_test: Crash | 36 dart/isolate_mirror_remote_test: Crash |
| 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 |