| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 no_such_method_negative_test: Fail | 94 no_such_method_negative_test: Fail |
| 95 override_field_test/04: Fail # Bug 5215249 | 95 override_field_test/04: Fail # Bug 5215249 |
| 96 private_factory_resolution_negative_test: Fail # Issue 2275 | 96 private_factory_resolution_negative_test: Fail # Issue 2275 |
| 97 private_member3_negative_test: Fail # Issue 2383 | 97 private_member3_negative_test: Fail # Issue 2383 |
| 98 pseudo_kw_illegal_test/08: Fail # Issue 356 | 98 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 99 pseudo_kw_illegal_test/10: Fail # Issue 356 | 99 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 100 pseudo_kw_illegal_test/14: Fail # Issue 356 | 100 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 101 pseudo_kw_test: Fail # Issue 356 | 101 pseudo_kw_test: Fail # Issue 356 |
| 102 scope_negative_test: Fail # Bug 4207538. | 102 scope_negative_test: Fail # Bug 4207538. |
| 103 static_call_wrong_argument_count_negative_test: Fail | 103 static_call_wrong_argument_count_negative_test: Fail |
| 104 static_field1_run_negative_test: Fail # issue 1662 | |
| 105 static_field1a_run_negative_test: Fail # issue 1662 | |
| 106 static_field2_run_negative_test: Fail # issue 1662 | |
| 107 static_field2a_run_negative_test: Fail # issue 1662 | |
| 108 string_interpolation8_test: Fail # Issue 2126. | 104 string_interpolation8_test: Fail # Issue 2126. |
| 109 switch3_negative_test: Fail # issue 1663 | 105 switch3_negative_test: Fail # issue 1663 |
| 110 switch7_negative_test: Fail # Bug 4208467. | 106 switch7_negative_test: Fail # Bug 4208467. |
| 111 switch_label_test: Fail # Bug 4208467. | 107 switch_label_test: Fail # Bug 4208467. |
| 112 syntax_test: Skip # Bug 2107 Static type warnings in none case | 108 syntax_test: Skip # Bug 2107 Static type warnings in none case |
| 113 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 109 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 114 throw7_negative_test: Fail # Bug 4208459. | 110 throw7_negative_test: Fail # Bug 4208459. |
| 115 type_dartc_test: Fail # Issue 2348 | 111 type_dartc_test: Fail # Issue 2348 |
| 116 type_variable_bounds_test/00: Fail # issue 3079 | 112 type_variable_bounds_test/00: Fail # issue 3079 |
| 117 constructor_redirect_test/01: Fail # For the wrong reason - Issue 2105. | 113 constructor_redirect_test/01: Fail # For the wrong reason - Issue 2105. |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 420 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 425 | 421 |
| 426 [ $compiler == frog && $runtime == none ] | 422 [ $compiler == frog && $runtime == none ] |
| 427 *: Skip | 423 *: Skip |
| 428 | 424 |
| 429 [ $arch == simarm ] | 425 [ $arch == simarm ] |
| 430 *: Skip | 426 *: Skip |
| 431 | 427 |
| 432 [ $arch == arm ] | 428 [ $arch == arm ] |
| 433 *: Skip | 429 *: Skip |
| OLD | NEW |