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