| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 type_variable_scope_test/05: Fail # Issue 2395 | 414 type_variable_scope_test/05: Fail # Issue 2395 |
| 415 | 415 |
| 416 [ $compiler == frog && $checked ] | 416 [ $compiler == frog && $checked ] |
| 417 f_bounded_quantification_test/01: Fail # Issue 439 | 417 f_bounded_quantification_test/01: Fail # Issue 439 |
| 418 f_bounded_quantification_test/02: Fail # Issue 439 | 418 f_bounded_quantification_test/02: Fail # Issue 439 |
| 419 private_member_test/none: Fail # test seems bad - see issue #353 | 419 private_member_test/none: Fail # test seems bad - see issue #353 |
| 420 assign_static_type_test/01: Fail # Unrecognized option: --no-enable-type-checks. | 420 assign_static_type_test/01: Fail # Unrecognized option: --no-enable-type-checks. |
| 421 assign_static_type_test/02: Fail # Unrecognized option: --no-enable-type-checks. | 421 assign_static_type_test/02: Fail # Unrecognized option: --no-enable-type-checks. |
| 422 assign_static_type_test/03: Fail # Unrecognized option: --no-enable-type-checks. | 422 assign_static_type_test/03: Fail # Unrecognized option: --no-enable-type-checks. |
| 423 assign_static_type_test/04: Fail # Unrecognized option: --no-enable-type-checks. | 423 assign_static_type_test/04: Fail # Unrecognized option: --no-enable-type-checks. |
| 424 default_factory2_test/01: Fail # Issue 1380 |
| 424 type_variable_bounds_test/01: Fail # Issue 2135 | 425 type_variable_bounds_test/01: Fail # Issue 2135 |
| 425 type_variable_bounds_test/02: Fail # Issue 2135 | 426 type_variable_bounds_test/02: Fail # Issue 2135 |
| 426 type_variable_bounds_test/04: Fail # Issue 2135 | 427 type_variable_bounds_test/04: Fail # Issue 2135 |
| 427 type_variable_bounds_test/05: Fail # Issue 2135 | 428 type_variable_bounds_test/05: Fail # Issue 2135 |
| 428 type_variable_bounds2_test/00: Fail # Issue 2135 | 429 type_variable_bounds2_test/00: Fail # Issue 2135 |
| 429 type_variable_bounds2_test/03: Fail # Issue 2135 | 430 type_variable_bounds2_test/03: Fail # Issue 2135 |
| 430 type_variable_bounds2_test/05: Fail # Issue 2135 | 431 type_variable_bounds2_test/05: Fail # Issue 2135 |
| 431 | 432 |
| 432 [ $compiler == frog && $runtime == d8 ] | 433 [ $compiler == frog && $runtime == d8 ] |
| 433 # these tests are inconsistent in frogium, investigate | 434 # these tests are inconsistent in frogium, investigate |
| (...skipping 19 matching lines...) Expand all Loading... |
| 453 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 454 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 454 | 455 |
| 455 [ $compiler == frog && $runtime == none ] | 456 [ $compiler == frog && $runtime == none ] |
| 456 *: Skip | 457 *: Skip |
| 457 | 458 |
| 458 [ $arch == simarm ] | 459 [ $arch == simarm ] |
| 459 *: Skip | 460 *: Skip |
| 460 | 461 |
| 461 [ $arch == arm ] | 462 [ $arch == arm ] |
| 462 *: Skip | 463 *: Skip |
| OLD | NEW |