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 cc/ExternalizeConstantStrings: Skip | 27 cc/ExternalizeConstantStrings: Skip |
| 28 | 28 |
| 29 [ $runtime == drt ] | 29 [ $runtime == drt ] |
| 30 dart/isolate_mirror_local_test: Skip | 30 dart/isolate_mirror_local_test: Skip |
| 31 | 31 |
| 32 [ $compiler == dart2js || $compiler == dartc ] | 32 [ $compiler == dart2js || $compiler == dartc ] |
| 33 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors | 33 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors |
| 34 dart/byte_array_test: Skip # compilers not aware of byte arrays | 34 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 35 dart/isolate_unhandled*: Skip | 35 dart/isolate_unhandled*: Skip |
| 36 # The source positions do not match with dart2js. | |
| 37 dart/optimized_stacktrace_test: Fail | |
|
srdjan
2013/01/28 18:03:58
Can you check with dart2js team if it is ever sup
Florian Schneider
2013/01/29 12:19:07
After consulting, I'll leave the status as Fail in
| |
| 36 | 38 |
| 37 [ $compiler == dart2js && $minified ] | 39 [ $compiler == dart2js && $minified ] |
| 38 # Methods in stack traces are renamed. | 40 # Methods in stack traces are renamed. |
| 39 dart/inline_stack_frame_test: Fail # Issue 7953. | 41 dart/inline_stack_frame_test: Fail # Issue 7953. |
| 40 | 42 |
| 41 [ $runtime == ff || $runtime == ie9 ] | 43 [ $runtime == ff || $runtime == ie9 ] |
| 42 dart/inline_stack_frame_test: Skip | 44 dart/inline_stack_frame_test: Skip |
| 43 | 45 |
| 44 [ $runtime == safari ] | 46 [ $runtime == safari ] |
| 45 dart/inline_stack_frame_test: Fail # Issue: 7414 | 47 dart/inline_stack_frame_test: Fail # Issue: 7414 |
| 46 | 48 |
| 47 [ $compiler == dart2dart ] | 49 [ $compiler == dart2dart ] |
| 48 # Skip until we stabilize language tests. | 50 # Skip until we stabilize language tests. |
| 49 *: Skip | 51 *: Skip |
| 50 | 52 |
| 51 [ $arch == arm ] | 53 [ $arch == arm ] |
| 52 dart/*: Skip | 54 dart/*: Skip |
| 53 | 55 |
| 54 [ $arch == simarm ] | 56 [ $arch == simarm ] |
| 55 dart/*: Skip | 57 dart/*: Skip |
| 56 | 58 |
| 57 # TODO(ajohnsen): Fix this as part of library changes. | 59 # TODO(ajohnsen): Fix this as part of library changes. |
| 58 [ $compiler == none ] | 60 [ $compiler == none ] |
| 59 cc/CustomIsolates: Skip # Bug 6890 | 61 cc/CustomIsolates: Skip # Bug 6890 |
| 60 cc/NewNativePort: Skip # Bug 6890 | 62 cc/NewNativePort: Skip # Bug 6890 |
| 61 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 63 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |