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 11 matching lines...) Expand all Loading... | |
| 22 # The following section refers to the dart vm tests which live under | 22 # The following section refers to the dart vm tests which live under |
| 23 # runtime/tests/vm/dart. | 23 # runtime/tests/vm/dart. |
| 24 | 24 |
| 25 [ $system == windows ] | 25 [ $system == windows ] |
| 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 ] | |
|
Mads Ager (google)
2013/02/21 10:39:02
Maybe revert the changes to this file. No reason t
Søren Gjesse
2013/02/21 11:44:25
Done.
| |
| 33 # The source positions do not match with dart2js. | |
| 34 dart/optimized_stacktrace_test: Fail | |
| 35 | |
| 32 [ $compiler == dart2js || $compiler == dartc ] | 36 [ $compiler == dart2js || $compiler == dartc ] |
| 33 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors | 37 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors |
| 34 dart/byte_array_test: Skip # compilers not aware of byte arrays | 38 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 35 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays | 39 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays |
| 36 dart/isolate_unhandled*: Skip | 40 dart/isolate_unhandled*: Skip |
| 37 | 41 |
| 38 [ $compiler == dart2js ] | |
| 39 # The source positions do not match with dart2js. | |
| 40 dart/optimized_stacktrace_test: Fail | |
| 41 | |
| 42 [ $compiler == dart2js && $minified ] | 42 [ $compiler == dart2js && $minified ] |
| 43 # Methods in stack traces are renamed. | 43 # Methods in stack traces are renamed. |
| 44 dart/inline_stack_frame_test: Fail # Issue 7953. | 44 dart/inline_stack_frame_test: Fail # Issue 7953. |
| 45 | 45 |
| 46 [ $runtime == ff || $runtime == ie9 ] | 46 [ $runtime == ff || $runtime == ie9 ] |
| 47 dart/inline_stack_frame_test: Skip | 47 dart/inline_stack_frame_test: Skip |
| 48 | 48 |
| 49 [ $runtime == safari ] | 49 [ $runtime == safari ] |
| 50 dart/inline_stack_frame_test: Fail # Issue: 7414 | 50 dart/inline_stack_frame_test: Fail # Issue: 7414 |
| 51 | 51 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 85 cc/Simple: Skip | 85 cc/Simple: Skip |
| 86 cc/UseDartApi: Skip | 86 cc/UseDartApi: Skip |
| 87 # Tests needing Dart execution. | 87 # Tests needing Dart execution. |
| 88 dart/*: Skip | 88 dart/*: Skip |
| 89 | 89 |
| 90 # TODO(ajohnsen): Fix this as part of library changes. | 90 # TODO(ajohnsen): Fix this as part of library changes. |
| 91 [ $compiler == none ] | 91 [ $compiler == none ] |
| 92 cc/CustomIsolates: Skip # Bug 6890 | 92 cc/CustomIsolates: Skip # Bug 6890 |
| 93 cc/NewNativePort: Skip # Bug 6890 | 93 cc/NewNativePort: Skip # Bug 6890 |
| 94 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 94 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |