Chromium Code Reviews| 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 15 matching lines...) Expand all Loading... | |
| 26 cc/Dart2JSCompileAll: Skip | 26 cc/Dart2JSCompileAll: Skip |
| 27 | 27 |
| 28 [ $runtime == drt ] | 28 [ $runtime == drt ] |
| 29 dart/isolate_mirror_local_test: Skip | 29 dart/isolate_mirror_local_test: Skip |
| 30 | 30 |
| 31 [ $compiler == dart2js || $compiler == dartc ] | 31 [ $compiler == dart2js || $compiler == dartc ] |
| 32 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors | 32 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors |
| 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 [ $runtime == ff ] | 36 [ $runtime == ff || $runtime == ie9 ] |
| 37 dart/inline_stack_frame_test: Skip | 37 dart/inline_stack_frame_test: Skip |
|
ahe
2013/01/15 07:48:19
Unless in exceptional circumstances, we should not
| |
| 38 | 38 |
| 39 [ $compiler == dart2dart ] | 39 [ $compiler == dart2dart ] |
| 40 # Skip until we stabilize language tests. | 40 # Skip until we stabilize language tests. |
| 41 *: Skip | 41 *: Skip |
| 42 | 42 |
| 43 [ $arch == arm ] | 43 [ $arch == arm ] |
| 44 dart/*: Skip | 44 dart/*: Skip |
| 45 | 45 |
| 46 [ $arch == simarm ] | 46 [ $arch == simarm ] |
| 47 dart/*: Skip | 47 dart/*: Skip |
| 48 | 48 |
| 49 # TODO(ajohnsen): Fix this as part of library changes. | 49 # TODO(ajohnsen): Fix this as part of library changes. |
| 50 [ $compiler == none ] | 50 [ $compiler == none ] |
| 51 cc/CustomIsolates: Skip # Bug 6890 | 51 cc/CustomIsolates: Skip # Bug 6890 |
| 52 cc/NewNativePort: Skip # Bug 6890 | 52 cc/NewNativePort: Skip # Bug 6890 |
| 53 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 53 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |