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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 278 # | 278 # |
| 279 # Add new dartc annotations above in alphabetical order | 279 # Add new dartc annotations above in alphabetical order |
| 280 # | 280 # |
| 281 | 281 |
| 282 # VM specific tests that should not be run by DartC. | 282 # VM specific tests that should not be run by DartC. |
| 283 *vm_test: Skip | 283 *vm_test: Skip |
| 284 *vm_negative_test: Skip | 284 *vm_negative_test: Skip |
| 285 | 285 |
| 286 | 286 |
| 287 [ $compiler == none && $runtime == drt ] | 287 [ $compiler == none && $runtime == drt ] |
| 288 call_constructor_on_unresolvable_class_test/01: Fail # Issue 2264 | |
|
kustermann
2013/01/16 17:54:55
The wrapping of this test doesn't work because thi
| |
| 289 call_constructor_on_unresolvable_class_test/02: Fail # Issue 2264 | |
| 290 call_constructor_on_unresolvable_class_test/03: Fail # Issue 2264 | |
| 291 call_constructor_on_unresolvable_class_test/07: Fail # Issue 2264 | |
| 292 call_constructor_on_unresolvable_class_test/none: Fail # Issue 2264 | |
| 288 final_variable_assignment_test/01: Fail | 293 final_variable_assignment_test/01: Fail |
| 289 final_variable_assignment_test/02: Fail | 294 final_variable_assignment_test/02: Fail |
| 290 final_variable_assignment_test/03: Fail | 295 final_variable_assignment_test/03: Fail |
| 291 final_variable_assignment_test/04: Fail | 296 final_variable_assignment_test/04: Fail |
| 292 gc_test: Skip # Issue 1487 | 297 gc_test: Skip # Issue 1487 |
| 293 | 298 |
| 294 | 299 |
| 295 [ $runtime == dartium ] | 300 [ $runtime == dartium ] |
| 296 import_combinators_test: Fail | 301 import_combinators_test: Fail |
| 297 | 302 |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 527 | 532 |
| 528 [ $compiler == dart2dart && $minified ] | 533 [ $compiler == dart2dart && $minified ] |
| 529 # TODO(tball): Assign proper bug numbers. | 534 # TODO(tball): Assign proper bug numbers. |
| 530 class_literal_test/none: Fail | 535 class_literal_test/none: Fail |
| 531 | 536 |
| 532 import_core_prefix_test: Pass | 537 import_core_prefix_test: Pass |
| 533 prefix22_test: Pass | 538 prefix22_test: Pass |
| 534 invocation_mirror_test: Fail, OK # hardcoded names. | 539 invocation_mirror_test: Fail, OK # hardcoded names. |
| 535 invocation_mirror2_test: Fail, OK # hardcoded names. | 540 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 536 super_call4_test: Fail, OK # hardcoded names. | 541 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |