| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 private_member3_negative_test: Fail | 336 private_member3_negative_test: Fail |
| 337 private_test: Fail | 337 private_test: Fail |
| 338 reg_exp3_test: Fail | 338 reg_exp3_test: Fail |
| 339 scope_negative_test: Fail | 339 scope_negative_test: Fail |
| 340 script_negative_test: Fail | 340 script_negative_test: Fail |
| 341 super_implicit_closure_test: Fail | 341 super_implicit_closure_test: Fail |
| 342 super_test: Fail # this is testing precise ordering of super constructor call | 342 super_test: Fail # this is testing precise ordering of super constructor call |
| 343 switch_label_test: Fail | 343 switch_label_test: Fail |
| 344 type_checks_in_factory_method_test: Fail # Issue 925 | 344 type_checks_in_factory_method_test: Fail # Issue 925 |
| 345 type_variable_bounds_test/10: Fail # Issue 2134 | 345 type_variable_bounds_test/10: Fail # Issue 2134 |
| 346 type_variable_scope2_test: Fail # should allow malformed type argument in produc
tion mode |
| 346 type_variable_identifier_expression_negative_test: Fail # Issue 643 | 347 type_variable_identifier_expression_negative_test: Fail # Issue 643 |
| 347 type_variable_shadows_class: Fail # Issue 643 | 348 type_variable_shadows_class: Fail # Issue 643 |
| 348 wrong_number_type_arguments_test/00: Fail # Issue 2134 | 349 wrong_number_type_arguments_test/00: Fail # Issue 2134 |
| 349 implicit_this_test/01: Fail # Issue 376 | 350 implicit_this_test/01: Fail # Issue 376 |
| 350 implicit_this_test/02: Fail # Issue 376 | 351 implicit_this_test/02: Fail # Issue 376 |
| 351 implicit_this_test/03: Fail # Issue 376 | 352 implicit_this_test/03: Fail # Issue 376 |
| 352 implicit_this_test/04: Fail # Issue 376 | 353 implicit_this_test/04: Fail # Issue 376 |
| 353 implicit_this_test/none: Fail # Issue 376 | 354 implicit_this_test/none: Fail # Issue 376 |
| 354 | 355 |
| 355 #Issue 1308 | 356 #Issue 1308 |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 458 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 458 | 459 |
| 459 [ $compiler == frog && $runtime == none ] | 460 [ $compiler == frog && $runtime == none ] |
| 460 *: Skip | 461 *: Skip |
| 461 | 462 |
| 462 [ $arch == simarm ] | 463 [ $arch == simarm ] |
| 463 *: Skip | 464 *: Skip |
| 464 | 465 |
| 465 [ $arch == arm ] | 466 [ $arch == arm ] |
| 466 *: Skip | 467 *: Skip |
| OLD | NEW |