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 [ $compiler == dartc ] | 5 [ $compiler == dartc ] |
6 | 6 |
7 | 7 |
8 # co19 issue 336 (allow use same prefix for several imports) | 8 # co19 issue 336 (allow use same prefix for several imports) |
9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail | 9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail |
10 | 10 |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 LibTest/core/List/setRange_A01_t01: Fail | 102 LibTest/core/List/setRange_A01_t01: Fail |
103 LibTest/core/Queue/addFirst_A01_t01: Fail | 103 LibTest/core/Queue/addFirst_A01_t01: Fail |
104 LibTest/core/Set/intersection_A01_t03: Fail | 104 LibTest/core/Set/intersection_A01_t03: Fail |
105 LibTest/core/String/toLowerCase_A01_t02: Fail | 105 LibTest/core/String/toLowerCase_A01_t02: Fail |
106 LibTest/core/String/toUpperCase_A01_t02: Fail | 106 LibTest/core/String/toUpperCase_A01_t02: Fail |
107 LibTest/core/String/trim_A01_t02: Fail | 107 LibTest/core/String/trim_A01_t02: Fail |
108 LibTest/core/StringBuffer/add_A02_t01: Fail | 108 LibTest/core/StringBuffer/add_A02_t01: Fail |
109 LibTest/core/StringBuffer/addAll_A02_t01: Fail | 109 LibTest/core/StringBuffer/addAll_A02_t01: Fail |
110 LibTest/core/StringBuffer/clear_A02_t01: Fail | 110 LibTest/core/StringBuffer/clear_A02_t01: Fail |
111 | 111 |
| 112 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
112 | 113 |
113 # co19 issue 352 (use function expression with return type and name) | 114 # co19 issue 352 (use function expression with return type and name) |
114 LibTest/isolate/SendPort/send_A01_t01: Fail | 115 LibTest/isolate/SendPort/send_A01_t01: Fail |
115 | 116 |
116 | 117 |
117 # co19 issue 354 | 118 # co19 issue 354 |
118 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail | 119 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail |
119 | 120 |
120 | 121 |
121 # testing framework or VM issue 7388 (dies on Turkish character) | 122 # testing framework or VM issue 7388 (dies on Turkish character) |
(...skipping 13 matching lines...) Expand all Loading... |
135 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473 | 136 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473 |
136 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368 | 137 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368 |
137 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368 | 138 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368 |
138 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169 | 139 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169 |
139 | 140 |
140 | 141 |
141 | 142 |
142 | 143 |
143 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 144 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
144 *: Skip | 145 *: Skip |
OLD | NEW |