| 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 22 matching lines...) Expand all Loading... |
| 33 dart/byte_array_test: Skip # compilers not aware of byte arrays | 33 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 34 dart/isolate_unhandled*: Skip | 34 dart/isolate_unhandled*: Skip |
| 35 | 35 |
| 36 [ $compiler == dart2js && $minified ] | 36 [ $compiler == dart2js && $minified ] |
| 37 # Methods in stack traces are renamed. | 37 # Methods in stack traces are renamed. |
| 38 dart/inline_stack_frame_test: Fail # Issue 7953. | 38 dart/inline_stack_frame_test: Fail # Issue 7953. |
| 39 | 39 |
| 40 [ $runtime == ff || $runtime == ie9 ] | 40 [ $runtime == ff || $runtime == ie9 ] |
| 41 dart/inline_stack_frame_test: Skip | 41 dart/inline_stack_frame_test: Skip |
| 42 | 42 |
| 43 [ $runtime == safari ] |
| 44 dart/inline_stack_frame_test: Fail # Issue: 7414 |
| 45 |
| 43 [ $compiler == dart2dart ] | 46 [ $compiler == dart2dart ] |
| 44 # Skip until we stabilize language tests. | 47 # Skip until we stabilize language tests. |
| 45 *: Skip | 48 *: Skip |
| 46 | 49 |
| 47 [ $arch == arm ] | 50 [ $arch == arm ] |
| 48 dart/*: Skip | 51 dart/*: Skip |
| 49 | 52 |
| 50 [ $arch == simarm ] | 53 [ $arch == simarm ] |
| 51 dart/*: Skip | 54 dart/*: Skip |
| 52 | 55 |
| 53 # TODO(ajohnsen): Fix this as part of library changes. | 56 # TODO(ajohnsen): Fix this as part of library changes. |
| 54 [ $compiler == none ] | 57 [ $compiler == none ] |
| 55 cc/CustomIsolates: Skip # Bug 6890 | 58 cc/CustomIsolates: Skip # Bug 6890 |
| 56 cc/NewNativePort: Skip # Bug 6890 | 59 cc/NewNativePort: Skip # Bug 6890 |
| 57 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 60 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |