| 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. | 6 cc/TypeVariableReflection: Crash # Issue 6958. |
| 7 cc/LibraryGetClassNames: Fail # Issue 6958. | 7 cc/LibraryGetClassNames: Fail # Issue 6958. |
| 8 cc/ImportLibrary5: Fail # Issue 6958. | 8 cc/ImportLibrary5: Fail # Issue 6958. |
| 9 | 9 |
| 10 # These tests are expected to crash on all platforms. | 10 # These tests are expected to crash on all platforms. |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 | 35 |
| 36 [ $compiler == dart2dart ] | 36 [ $compiler == dart2dart ] |
| 37 # Skip until we stabilize language tests. | 37 # Skip until we stabilize language tests. |
| 38 *: Skip | 38 *: Skip |
| 39 | 39 |
| 40 [ $arch == arm ] | 40 [ $arch == arm ] |
| 41 dart/*: Skip | 41 dart/*: Skip |
| 42 | 42 |
| 43 [ $arch == simarm ] | 43 [ $arch == simarm ] |
| 44 dart/*: Skip | 44 dart/*: Skip |
| 45 |
| 46 # TODO(ajohnsen): Fix this as part of library changes. |
| 47 [ $compiler == none ] |
| 48 cc/CustomIsolates: Skip # Bug 6890 |
| 49 cc/NewNativePort: Skip # Bug 6890 |
| 50 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |