| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 104 static_field1_run_negative_test: Fail # issue 1662 |
| 105 static_field1a_run_negative_test: Fail # issue 1662 | 105 static_field1a_run_negative_test: Fail # issue 1662 |
| 106 static_field2_run_negative_test: Fail # issue 1662 | 106 static_field2_run_negative_test: Fail # issue 1662 |
| 107 static_field2a_run_negative_test: Fail # issue 1662 | 107 static_field2a_run_negative_test: Fail # issue 1662 |
| 108 string_interpolation8_test: Fail # Issue 2126. | 108 string_interpolation8_test: Fail # Issue 2126. |
| 109 switch3_negative_test: Fail # issue 1663 | |
| 110 switch7_negative_test: Fail # Bug 4208467. | 109 switch7_negative_test: Fail # Bug 4208467. |
| 111 switch_label_test: Fail # Bug 4208467. | 110 switch_label_test: Fail # Bug 4208467. |
| 112 syntax_test: Skip # Bug 2107 Static type warnings in none case | 111 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 | 112 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 114 throw7_negative_test: Fail # Bug 4208459. | 113 throw7_negative_test: Fail # Bug 4208459. |
| 115 type_dartc_test: Fail # Issue 2348 | 114 type_dartc_test: Fail # Issue 2348 |
| 116 type_variable_bounds_test/00: Fail # issue 3079 | 115 type_variable_bounds_test/00: Fail # issue 3079 |
| 117 constructor_redirect_test/01: Fail # For the wrong reason - Issue 2105. | 116 constructor_redirect_test/01: Fail # For the wrong reason - Issue 2105. |
| 118 | 117 |
| 119 # | 118 # |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 423 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 425 | 424 |
| 426 [ $compiler == frog && $runtime == none ] | 425 [ $compiler == frog && $runtime == none ] |
| 427 *: Skip | 426 *: Skip |
| 428 | 427 |
| 429 [ $arch == simarm ] | 428 [ $arch == simarm ] |
| 430 *: Skip | 429 *: Skip |
| 431 | 430 |
| 432 [ $arch == arm ] | 431 [ $arch == arm ] |
| 433 *: Skip | 432 *: Skip |
| OLD | NEW |