| 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. | |
| 6 cc/RunLoop_ExceptionChild: Fail | |
| 7 | |
| 8 cc/SymbolUnicode: Fail | 5 cc/SymbolUnicode: Fail |
| 9 | 6 |
| 10 # These tests are expected to crash on all platforms. | 7 # These tests are expected to crash on all platforms. |
| 11 cc/ArrayNew_Overflow_Crash: Crash | 8 cc/ArrayNew_Overflow_Crash: Crash |
| 12 cc/AllocGeneric_Overflow: Crash | 9 cc/AllocGeneric_Overflow: Crash |
| 13 | 10 |
| 14 cc/SNPrint_BadArgs: Skip | 11 cc/SNPrint_BadArgs: Skip |
| 15 | 12 |
| 16 [ $arch == x64 ] | 13 [ $arch == x64 ] |
| 17 cc/IsolateInterrupt: Skip | 14 cc/IsolateInterrupt: Skip |
| (...skipping 16 matching lines...) Expand all Loading... |
| 34 | 31 |
| 35 [ $compiler == dart2dart ] | 32 [ $compiler == dart2dart ] |
| 36 # Skip until we stabilize language tests. | 33 # Skip until we stabilize language tests. |
| 37 *: Skip | 34 *: Skip |
| 38 | 35 |
| 39 [ $arch == arm ] | 36 [ $arch == arm ] |
| 40 dart/*: Skip | 37 dart/*: Skip |
| 41 | 38 |
| 42 [ $arch == simarm ] | 39 [ $arch == simarm ] |
| 43 dart/*: Skip | 40 dart/*: Skip |
| OLD | NEW |