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 18 matching lines...) Expand all Loading... | |
| 29 dart/inline_stack_frame_test: Fail # Issue 7757 | 29 dart/inline_stack_frame_test: Fail # Issue 7757 |
| 30 | 30 |
| 31 [ $runtime == drt ] | 31 [ $runtime == drt ] |
| 32 dart/isolate_mirror_local_test: Skip | 32 dart/isolate_mirror_local_test: Skip |
| 33 dart/inline_stack_frame_test: Fail # Issue 7757 | 33 dart/inline_stack_frame_test: Fail # Issue 7757 |
| 34 | 34 |
| 35 [ $compiler == dart2js || $compiler == dartc ] | 35 [ $compiler == dart2js || $compiler == dartc ] |
| 36 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors | 36 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors |
| 37 dart/byte_array_test: Skip # compilers not aware of byte arrays | 37 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 38 dart/isolate_unhandled*: Skip | 38 dart/isolate_unhandled*: Skip |
| 39 dart/inline_stack_frame_test: Skip | |
|
siva
2013/01/08 03:42:06
I think you should instead add a new category
[ $r
| |
| 39 | 40 |
| 40 [ $compiler == dart2dart ] | 41 [ $compiler == dart2dart ] |
| 41 # Skip until we stabilize language tests. | 42 # Skip until we stabilize language tests. |
| 42 *: Skip | 43 *: Skip |
| 43 | 44 |
| 44 [ $arch == arm ] | 45 [ $arch == arm ] |
| 45 dart/*: Skip | 46 dart/*: Skip |
| 46 | 47 |
| 47 [ $arch == simarm ] | 48 [ $arch == simarm ] |
| 48 dart/*: Skip | 49 dart/*: Skip |
| 49 | 50 |
| 50 # TODO(ajohnsen): Fix this as part of library changes. | 51 # TODO(ajohnsen): Fix this as part of library changes. |
| 51 [ $compiler == none ] | 52 [ $compiler == none ] |
| 52 cc/CustomIsolates: Skip # Bug 6890 | 53 cc/CustomIsolates: Skip # Bug 6890 |
| 53 cc/NewNativePort: Skip # Bug 6890 | 54 cc/NewNativePort: Skip # Bug 6890 |
| 54 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 55 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |