| 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 private_test: Fail | 322 private_test: Fail |
| 323 reg_exp3_test: Fail | 323 reg_exp3_test: Fail |
| 324 scope_negative_test: Fail | 324 scope_negative_test: Fail |
| 325 script_negative_test: Fail | 325 script_negative_test: Fail |
| 326 super_implicit_closure_test: Fail | 326 super_implicit_closure_test: Fail |
| 327 super_test: Fail # this is testing precise ordering of super constructor call | 327 super_test: Fail # this is testing precise ordering of super constructor call |
| 328 switch_label_test: Fail | 328 switch_label_test: Fail |
| 329 type_checks_in_factory_method_test: Fail # Issue 925 | 329 type_checks_in_factory_method_test: Fail # Issue 925 |
| 330 type_variable_bounds_test/10: Fail # Issue 2134 | 330 type_variable_bounds_test/10: Fail # Issue 2134 |
| 331 type_variable_scope2_test: Fail # Issue 2395 | 331 type_variable_scope2_test: Fail # Issue 2395 |
| 332 type_variable_scope3_test/00: Fail # Issue 2239 |
| 332 type_variable_identifier_expression_negative_test: Fail # Issue 643 | 333 type_variable_identifier_expression_negative_test: Fail # Issue 643 |
| 333 type_variable_shadows_class: Fail # Issue 643 | 334 type_variable_shadows_class: Fail # Issue 643 |
| 334 wrong_number_type_arguments_test/00: Fail # Issue 2134 | 335 wrong_number_type_arguments_test/00: Fail # Issue 2134 |
| 335 implicit_this_test/01: Fail # Issue 376 | 336 implicit_this_test/01: Fail # Issue 376 |
| 336 implicit_this_test/02: Fail # Issue 376 | 337 implicit_this_test/02: Fail # Issue 376 |
| 337 implicit_this_test/03: Fail # Issue 376 | 338 implicit_this_test/03: Fail # Issue 376 |
| 338 implicit_this_test/04: Fail # Issue 376 | 339 implicit_this_test/04: Fail # Issue 376 |
| 339 implicit_this_test/none: Fail # Issue 376 | 340 implicit_this_test/none: Fail # Issue 376 |
| 340 | 341 |
| 341 #Issue 1308 | 342 #Issue 1308 |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 450 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 450 | 451 |
| 451 [ $compiler == frog && $runtime == none ] | 452 [ $compiler == frog && $runtime == none ] |
| 452 *: Skip | 453 *: Skip |
| 453 | 454 |
| 454 [ $arch == simarm ] | 455 [ $arch == simarm ] |
| 455 *: Skip | 456 *: Skip |
| 456 | 457 |
| 457 [ $arch == arm ] | 458 [ $arch == arm ] |
| 458 *: Skip | 459 *: Skip |
| OLD | NEW |