| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 type_variable_bounds_test/06: Fail, OK | 292 type_variable_bounds_test/06: Fail, OK |
| 293 type_variable_bounds_test/01: Fail, OK | 293 type_variable_bounds_test/01: Fail, OK |
| 294 type_variable_bounds_test/07: Fail, OK | 294 type_variable_bounds_test/07: Fail, OK |
| 295 type_variable_bounds_test/10: Fail, OK | 295 type_variable_bounds_test/10: Fail, OK |
| 296 type_variable_bounds_test/09: Fail, OK | 296 type_variable_bounds_test/09: Fail, OK |
| 297 type_variable_scope_test/none: Fail, OK | 297 type_variable_scope_test/none: Fail, OK |
| 298 interface_factory1_negative_test: Pass | 298 interface_factory1_negative_test: Pass |
| 299 type_variable_bounds_test/07: Pass | 299 type_variable_bounds_test/07: Pass |
| 300 | 300 |
| 301 | 301 |
| 302 # test issue 6512 |
| 303 arithmetic_test: Fail, OK |
| 304 call_constructor_on_unresolvable_class_test/none: Fail, OK |
| 305 call_constructor_on_unresolvable_class_test/01: Fail, OK |
| 306 call_constructor_on_unresolvable_class_test/02: Fail, OK |
| 307 call_constructor_on_unresolvable_class_test/07: Fail, OK |
| 308 call_constructor_on_unresolvable_class_test/03: Fail, OK |
| 309 closure_type_test: Fail, OK |
| 310 const_var_test: Fail, OK |
| 311 ct_const4_test: Fail, OK |
| 312 cyclic_import_test: Fail, OK |
| 313 function_type_alias3_test: Fail, OK |
| 314 getter_setter_in_lib_test: Fail, OK |
| 315 import_collection_no_prefix_test: Fail, OK |
| 316 import_core_no_prefix_test: Fail, OK |
| 317 import_core_prefix_test: Fail, OK |
| 318 import_core_test: Fail, OK |
| 319 intrinsified_methods_test: Fail, OK |
| 320 issue1363_test: Fail, OK |
| 321 library5_test: Fail, OK |
| 322 library_private_in_constructor_test: Fail, OK |
| 323 numbers_test: Fail, OK |
| 324 prefix101_test: Fail, OK |
| 325 prefix10_negative_test: Pass |
| 326 prefix10_test: Fail, OK |
| 327 prefix11_test: Fail, OK |
| 328 prefix12_test: Fail, OK |
| 329 prefix1_negative_test: Pass |
| 330 prefix21_test: Fail, OK |
| 331 prefix4_negative_test: Pass |
| 332 prefix5_negative_test: Pass |
| 333 prefix_new_test: Fail, OK |
| 334 prefix_test: Fail, OK |
| 335 private_member3_negative_test: Pass |
| 336 private_member_test: Fail, OK |
| 337 top_level_prefixed_declaration_test: Fail, OK |
| 338 typed_message_test: Fail, OK |
| 339 |
| 340 |
| 302 | 341 |
| 303 # | 342 # |
| 304 # Add new dartc annotations above in alphabetical order | 343 # Add new dartc annotations above in alphabetical order |
| 305 # | 344 # |
| 306 | 345 |
| 307 # VM specific tests that should not be run by DartC. | 346 # VM specific tests that should not be run by DartC. |
| 308 *vm_test: Skip | 347 *vm_test: Skip |
| 309 *vm_negative_test: Skip | 348 *vm_negative_test: Skip |
| 310 | 349 |
| 311 | 350 |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 compile_time_constant_checked3_test/05: Fail, OK | 599 compile_time_constant_checked3_test/05: Fail, OK |
| 561 compile_time_constant_checked3_test/06: Fail, OK | 600 compile_time_constant_checked3_test/06: Fail, OK |
| 562 | 601 |
| 563 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 602 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 564 | 603 |
| 565 call_through_null_getter_test: Fail # issue 6130 | 604 call_through_null_getter_test: Fail # issue 6130 |
| 566 | 605 |
| 567 # This is a VM error when the compiled code is run. | 606 # This is a VM error when the compiled code is run. |
| 568 invocation_mirror_test: Fail # issue 3326, 3622. | 607 invocation_mirror_test: Fail # issue 3326, 3622. |
| 569 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 608 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |