| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 instanceof3_test: Fail # Issue 2571 | 93 instanceof3_test: Fail # Issue 2571 |
| 94 library4_negative_test: Fail # Bug 5406175 | 94 library4_negative_test: Fail # Bug 5406175 |
| 95 list_literal4_test: Fail # Issue 1343 | 95 list_literal4_test: Fail # Issue 1343 |
| 96 map_literal4_test: Fail # Issue 1343 | 96 map_literal4_test: Fail # Issue 1343 |
| 97 named_parameters_negative_test: Fail | 97 named_parameters_negative_test: Fail |
| 98 no_such_method_negative_test: Fail | 98 no_such_method_negative_test: Fail |
| 99 override_field_test/04: Fail # Bug 5215249 | 99 override_field_test/04: Fail # Bug 5215249 |
| 100 prefix6_negative_test: Fail # Issue 2383 | 100 prefix6_negative_test: Fail # Issue 2383 |
| 101 private_factory_resolution_negative_test: Fail # Issue 2275 | 101 private_factory_resolution_negative_test: Fail # Issue 2275 |
| 102 private_member3_negative_test: Fail # Issue 2383 | 102 private_member3_negative_test: Fail # Issue 2383 |
| 103 pseudo_kw_illegal_test/01: Fail # Issue 356 | |
| 104 pseudo_kw_illegal_test/02: Fail # Issue 356 | |
| 105 pseudo_kw_illegal_test/03: Fail # Issue 356 | |
| 106 pseudo_kw_illegal_test/04: Fail # Issue 356 | |
| 107 pseudo_kw_illegal_test/05: Fail # Issue 356 | |
| 108 pseudo_kw_illegal_test/06: Fail # Issue 356 | |
| 109 pseudo_kw_illegal_test/07: Fail # Issue 356 | |
| 110 pseudo_kw_illegal_test/08: Fail # Issue 356 | 103 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 111 pseudo_kw_illegal_test/09: Fail # Issue 356 | |
| 112 pseudo_kw_illegal_test/10: Fail # Issue 356 | 104 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 113 pseudo_kw_illegal_test/11: Fail # Issue 356 | |
| 114 pseudo_kw_illegal_test/12: Fail # Issue 356 | |
| 115 pseudo_kw_illegal_test/13: Fail # Issue 356 | |
| 116 pseudo_kw_illegal_test/14: Fail # Issue 356 | 105 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 117 pseudo_kw_illegal_test/15: Fail # Issue 356 | |
| 118 pseudo_kw_illegal_test/16: Fail # Issue 356 | |
| 119 pseudo_kw_test: Fail # Issue 356 | 106 pseudo_kw_test: Fail # Issue 356 |
| 120 scope_negative_test: Fail # Bug 4207538. | 107 scope_negative_test: Fail # Bug 4207538. |
| 121 static_call_wrong_argument_count_negative_test: Fail | 108 static_call_wrong_argument_count_negative_test: Fail |
| 122 static_field1_run_negative_test: Fail # issue 1662 | 109 static_field1_run_negative_test: Fail # issue 1662 |
| 123 static_field1a_run_negative_test: Fail # issue 1662 | 110 static_field1a_run_negative_test: Fail # issue 1662 |
| 124 static_field2_run_negative_test: Fail # issue 1662 | 111 static_field2_run_negative_test: Fail # issue 1662 |
| 125 static_field2a_run_negative_test: Fail # issue 1662 | 112 static_field2a_run_negative_test: Fail # issue 1662 |
| 126 string_escape1_negative_test: Fail # Issue 1351. | 113 string_escape1_negative_test: Fail # Issue 1351. |
| 127 string_escape4_negative_test: Fail # Issue 1351. | 114 string_escape4_negative_test: Fail # Issue 1351. |
| 128 string_interpolation8_test: Fail # Issue 2126. | 115 string_interpolation8_test: Fail # Issue 2126. |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 431 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 445 | 432 |
| 446 [ $compiler == frog && $runtime == none ] | 433 [ $compiler == frog && $runtime == none ] |
| 447 *: Skip | 434 *: Skip |
| 448 | 435 |
| 449 [ $arch == simarm ] | 436 [ $arch == simarm ] |
| 450 *: Skip | 437 *: Skip |
| 451 | 438 |
| 452 [ $arch == arm ] | 439 [ $arch == arm ] |
| 453 *: Skip | 440 *: Skip |
| OLD | NEW |