Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 # | 7 # |
| 8 # Problems specific to compiler in release build (--optimize) | 8 # Problems specific to compiler in release build (--optimize) |
| 9 # | 9 # |
| 10 [ $component == dartc && $mode == release ] | 10 [ $component == dartc && $mode == release ] |
| 11 | 11 |
| 12 # OK to fail - the optimized code doesn't execute correctly after type errors | 12 # OK to fail - the optimized code doesn't execute correctly after type errors |
| 13 LibTest/core/List/List/List/A01/t04: Fail | 13 LibTest/core/List/List/List/A01/t04: Fail |
| 14 | 14 |
| 15 # Faiures we should fix | 15 # Faiures we should fix |
| 16 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t01: Fail # Issue 218 | |
| 17 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 | 16 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 |
| 18 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue 202 | 17 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue 202 |
| 19 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 | 18 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 |
| 20 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 | 19 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 |
| 21 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 | 20 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 |
| 22 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 | 21 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 |
| 23 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 | 22 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 |
| 24 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 | 23 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 |
| 25 | 24 |
| 26 # | 25 # |
| 27 # Tests that pass in release mode but fail in debug mode | 26 # Tests that pass in release mode but fail in debug mode |
| 28 # | 27 # |
| 29 [ $component == dartc && $mode == debug ] | 28 [ $component == dartc && $mode == debug ] |
| 30 | 29 |
| 31 # | 30 # |
| 32 # Problems in both debug and release builds | 31 # Problems in both debug and release builds |
| 33 # | 32 # |
| 34 [ $component == dartc ] | 33 [ $component == dartc ] |
| 35 | 34 |
| 36 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371670. | 35 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371670. |
| 37 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A02 /t01: Fail # Bug 5371670. | 36 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A02 /t01: Fail # Bug 5371670. |
| 38 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t01: Skip # Issue 244 | |
| 39 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t02: Fail # Bug 5371670. | 37 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t02: Fail # Bug 5371670. |
| 40 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t03: Fail # Bug 5371670. | 38 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t03: Fail # Bug 5371670. |
| 41 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t04: Fail # Bug 5371670. | 39 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t04: Fail # Bug 5371670. |
| 42 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A03/t01: Fail # Bug 5371670. | 40 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A03/t01: Fail # Bug 5371670. |
| 43 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04: Fail # Bug 5371670. | 41 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04: Fail # Bug 5371670. |
| 44 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670. | 42 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670. |
| 45 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01: Fail # Bug 5371670. | 43 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01: Fail # Bug 5371670. |
| 46 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail # Bug 5371670. | 44 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail # Bug 5371670. |
| 47 LangGuideTest/02_Language_Constructs/02_2_Interface/A02/t03: Fail # Bug 5371670. | 45 LangGuideTest/02_Language_Constructs/02_2_Interface/A02/t03: Fail # Bug 5371670. |
| 48 | 46 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 124 | 122 |
| 125 LibTest/core/Strings/join/Strings/join/A02/t01: Fail | 123 LibTest/core/Strings/join/Strings/join/A02/t01: Fail |
| 126 | 124 |
| 127 # Following tests use the old syntax for default argument values. | 125 # Following tests use the old syntax for default argument values. |
| 128 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t03: Fail | 126 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t03: Fail |
| 129 | 127 |
| 130 # New failures. | 128 # New failures. |
| 131 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A04/t01: Fail | 129 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A04/t01: Fail |
| 132 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail | 130 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail |
| 133 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A04/t01: Fail | 131 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A04/t01: Fail |
| 134 LibTest/core/Date/add/Date/add/A01/t01: Fail | |
| 135 LibTest/core/Date/add/Date/add/A02/t01: Fail | |
| 136 LibTest/core/Date/add/Date/add/A03/t01: Fail | |
| 137 LibTest/core/Date/changeTimeZone/Date/changeTimeZone/A01/t01: Fail | |
| 138 LibTest/core/Date/add/Date/add/A04/t01: Fail | |
| 139 LibTest/core/Date/changeTimeZone/Date/changeTimeZone/A03/t01: Fail | |
| 140 LibTest/core/Date/changeTimeZone/Date/changeTimeZone/A04/t01: Fail | |
| 141 LibTest/core/Date/changeTimeZone/Date/changeTimeZone/A02/t01: Fail | |
| 142 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail | |
| 143 LibTest/core/Date/Date/Date/A01/t02: Fail | 132 LibTest/core/Date/Date/Date/A01/t02: Fail |
| 144 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t02: Fail | 133 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t02: Fail |
| 145 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t03: Fail | |
| 146 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t04: Fail | 134 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t04: Fail |
| 147 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t05: Fail | 135 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t05: Fail |
| 148 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t06: Fail | 136 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t06: Fail |
| 149 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t07: Fail | 137 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t07: Fail |
| 150 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t08: Fail | 138 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t08: Fail |
| 151 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t10: Fail | 139 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t10: Fail |
| 152 LibTest/core/Date/day/Date/day/A01/t01: Fail | |
| 153 LibTest/core/Date/month/Date/month/A01/t01: Fail | |
| 154 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail | 140 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail |
| 155 LibTest/core/Date/year/Date/year/A01/t01: Fail | 141 LibTest/core/Date/year/Date/year/A01/t01: Fail |
| 156 LibTest/core/List/copyFrom/List/copyFrom/A01/t06: Fail | 142 LibTest/core/List/copyFrom/List/copyFrom/A01/t06: Fail |
| 157 LibTest/core/List/every/List/every/A01/t04: Fail | 143 LibTest/core/List/every/List/every/A01/t04: Fail |
| 158 LibTest/core/List/every/List/every/A01/t05: Fail | 144 LibTest/core/List/every/List/every/A01/t05: Fail |
| 159 LibTest/core/List/every/List/every/A01/t06: Fail | 145 LibTest/core/List/every/List/every/A01/t06: Fail |
| 160 LibTest/core/List/every/List/every/A01/t07: Fail | 146 LibTest/core/List/every/List/every/A01/t07: Fail |
| 161 LibTest/core/List/filter/List/filter/A01/t04: Fail | 147 LibTest/core/List/filter/List/filter/A01/t04: Fail |
| 162 LibTest/core/List/filter/List/filter/A01/t07: Fail | 148 LibTest/core/List/filter/List/filter/A01/t07: Fail |
| 163 LibTest/core/List/forEach/List/forEach/A01/t05: Fail | 149 LibTest/core/List/forEach/List/forEach/A01/t05: Fail |
| 164 LibTest/core/List/forEach/List/forEach/A01/t07: Fail | 150 LibTest/core/List/forEach/List/forEach/A01/t07: Fail |
| 165 LibTest/core/List/length/List/length/A02/t03: Fail | 151 LibTest/core/List/length/List/length/A02/t03: Fail |
| 166 LibTest/core/List/length/List/length/A04/t01: Fail | 152 LibTest/core/List/length/List/length/A04/t01: Fail |
| 167 LibTest/core/List/List/List/A01/t03: Fail | 153 LibTest/core/List/List/List/A01/t03: Fail |
| 168 LibTest/core/List/some/List/some/A01/t03: Fail | 154 LibTest/core/List/some/List/some/A01/t03: Fail |
| 169 LibTest/core/List/some/List/some/A01/t04: Fail | 155 LibTest/core/List/some/List/some/A01/t04: Fail |
| 170 LibTest/core/List/some/List/some/A01/t06: Fail | 156 LibTest/core/List/some/List/some/A01/t06: Fail |
| 171 LibTest/core/List/some/List/some/A01/t05: Fail | 157 LibTest/core/List/some/List/some/A01/t05: Fail |
| 172 LibTest/core/List/sort/List/sort/A01/t02: Fail | 158 LibTest/core/List/sort/List/sort/A01/t02: Fail |
| 173 LibTest/core/List/sort/List/sort/A01/t04: Fail | 159 LibTest/core/List/sort/List/sort/A01/t04: Fail |
| 174 LibTest/core/List/sort/List/sort/A01/t05: Fail | 160 LibTest/core/List/sort/List/sort/A01/t05: Fail |
| 175 LibTest/core/Queue/every/Queue/every/A01/t03: Fail | 161 LibTest/core/Queue/every/Queue/every/A01/t03: Fail |
| 176 LibTest/core/Queue/every/Queue/every/A01/t06: Fail | 162 LibTest/core/Queue/every/Queue/every/A01/t06: Fail |
| 177 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail | 163 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail |
| 178 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail | 164 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail |
| 179 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail | 165 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail |
| 180 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail | 166 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail |
| 181 LibTest/core/List/sort/List/sort/A01/t06: Fail | |
| 182 LibTest/core/Queue/some/Queue/some/A01/t03: Fail | 167 LibTest/core/Queue/some/Queue/some/A01/t03: Fail |
| 183 LibTest/core/Queue/some/Queue/some/A01/t06: Fail | 168 LibTest/core/Queue/some/Queue/some/A01/t06: Fail |
| 184 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail | 169 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail |
| 185 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa il | 170 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa il |
| 186 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail | 171 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail |
| 187 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo ut | 172 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo ut |
| 188 | 173 |
| 189 # List.fromList has been removed. | 174 # List.fromList has been removed. |
| 190 LibTest/core/List/List.fromList/*: Fail | 175 LibTest/core/List/List.fromList/*: Fail |
| 191 | 176 |
| 177 | |
| 178 # New problems on 2011-11-01. | |
| 179 [ $component == dartc ] | |
| 180 LangSpecTest/13_Types/13_1_Static_Types/A02/t08: Fail | |
| 181 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail | |
| 182 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail | |
| 183 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail | |
| 184 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash | |
| 185 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash | |
| 186 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash | |
| 187 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash | |
| 188 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash | |
| 189 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash | |
| 190 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A06/t02: Fail | |
| 191 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Fail | |
| 192 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail | |
| 193 LangSpecTest/13_Types/13_4_Interface_Types/A11/t01: Crash | |
| 194 LangSpecTest/13_Types/13_4_Interface_Types/A11/t02: Crash | |
| 195 LangSpecTest/13_Types/13_4_Interface_Types/A11/t04: Fail | |
| 196 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail | |
| 197 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail | |
| 198 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail | |
| 199 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail | |
| 200 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail | |
| 201 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail | |
| 202 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail | |
| 203 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail | |
| 204 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail | |
| 205 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail | |
| 206 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail | |
| 207 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Crash | |
| 208 LangSpecTest/13_Types/13_5_Function_Types/A01/t02: Crash | |
| 209 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Crash | |
| 210 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail | |
| 211 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Crash | |
| 212 LangSpecTest/13_Types/13_5_Function_Types/A01/t07: Crash | |
| 213 LangSpecTest/13_Types/13_5_Function_Types/A01/t08: Crash | |
| 214 LangSpecTest/13_Types/13_5_Function_Types/A01/t09: Crash | |
| 215 LangSpecTest/13_Types/13_5_Function_Types/A01/t10: Crash | |
| 216 LangSpecTest/13_Types/13_5_Function_Types/A01/t11: Crash | |
| 217 LangSpecTest/13_Types/13_5_Function_Types/A01/t12: Crash | |
| 218 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Crash | |
| 219 LangSpecTest/13_Types/13_5_Function_Types/A01/t14: Crash | |
| 220 LangSpecTest/13_Types/13_5_Function_Types/A01/t15: Crash | |
| 221 LangSpecTest/13_Types/13_5_Function_Types/A01/t16: Crash | |
| 222 LangSpecTest/13_Types/13_5_Function_Types/A01/t17: Crash | |
| 223 LangSpecTest/13_Types/13_5_Function_Types/A01/t18: Crash | |
| 224 LangSpecTest/13_Types/13_5_Function_Types/A01/t19: Crash | |
| 225 LangSpecTest/13_Types/13_5_Function_Types/A01/t20: Crash | |
| 226 LangSpecTest/13_Types/13_5_Function_Types/A01/t21: Crash | |
| 227 LangSpecTest/13_Types/13_5_Function_Types/A01/t22: Crash | |
| 228 LangSpecTest/13_Types/13_5_Function_Types/A01/t23: Crash | |
| 229 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail | |
| 230 LibTest/core/AssertError/column/AssertError/column/A01/t01: Fail | |
| 231 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail | |
| 232 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il | |
| 233 LibTest/core/AssertError/line/AssertError/line/A01/t01: Fail | |
| 234 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail | |
| 235 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t01: Fail | |
| 236 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t02: Fail | |
| 237 LibTest/core/AssertError/toString/AssertError/toString/A01/t01: Fail | |
| 238 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail | |
| 239 LibTest/core/AssertError/url/AssertError/url/A01/t01: Fail | |
| 240 LibTest/core/AssertError/url/AssertError/url/A01/t02: Fail | |
| 241 LibTest/core/Date/Date.fromEpoch/Date/Date.fromEpoch/A01/t02: Fail | |
| 242 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t02: Fail | |
| 243 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t03: Fail | |
| 244 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t04: Fail | |
| 245 LibTest/core/Date/Date.fromString/Date/Date.fromString/A04/t01: Fail | |
| 246 LibTest/core/Date/Date.fromString/Date/Date.fromString/A05/t01: Fail | |
| 247 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A02/t01: Fail | |
| 248 LibTest/core/Date/Date/Date/A01/t01: Fail | |
| 249 LibTest/core/Date/Date/Date/A01/t03: Fail | |
| 250 LibTest/core/Date/toString/Date/toString/A02/t01: Fail | |
| 251 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail | |
| 252 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail | |
| 253 LibTest/core/Duration/Duration/Duration/A03/t01: Fail | |
| 254 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail | |
| 255 LibTest/core/Expect/fail/Expect/fail/A02/t01: Fail | |
| 256 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail | |
| 257 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail | |
| 258 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail | |
| 259 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail | |
| 260 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail | |
| 261 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail | |
| 262 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail | |
| 263 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail | |
| 264 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t01: Fail | |
| 265 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t02: Fail | |
| 266 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail | |
| 267 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail | |
| 268 LibTest/core/FallThroughError/toString/FallThroughError/toString/A01/t01: Fail | |
| 269 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail | |
| 270 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail | |
| 271 LibTest/core/InternalError/InternalError/InternalError/A01/t01: Fail | |
| 272 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Fail | |
| 273 LibTest/core/Isolate/A01/t01: Fail | |
| 274 LibTest/core/Isolate/A02/t01: Fail | |
| 275 LibTest/core/Isolate/port/Isolate/port/A01/t01: Fail | |
| 276 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Fail | |
| 277 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Fail | |
| 278 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Fail | |
| 279 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Fail | |
| 280 LibTest/core/List/getRange/List/getRange/A01/t01: Fail | |
| 281 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail | |
| 282 LibTest/core/List/length/List/set/length/A01/t01: Fail | |
| 283 LibTest/core/List/length/List/set/length/A03/t01: Fail | |
| 284 LibTest/core/List/length/List/set/length/A05/t01: Fail | |
| 285 LibTest/core/List/length/List/set/length/A06/t01: Fail | |
| 286 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail | |
| 287 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail | |
| 288 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail | |
| 289 LibTest/core/List/operator\[]/List/operator\[]/A04/t01: Fail | |
| 290 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail | |
| 291 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail | |
| 292 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail | |
| 293 LibTest/core/List/setRange/List/setRange/A01/t01: Fail | |
| 294 LibTest/core/Match/group/Match/group/A01/t01: Fail | |
| 295 LibTest/core/Match/group/Match/group/A02/t01: Fail | |
| 296 LibTest/core/Match/groupCount/Match/groupCount/A01/t01: Fail | |
| 297 LibTest/core/Match/groups/Match/groups/A01/t01: Fail | |
| 298 LibTest/core/Match/groups/Match/groups/A02/t01: Fail | |
| 299 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail | |
| 300 LibTest/core/Match/operator\[]/Match/operator\[]/A02/t01: Fail | |
| 301 LibTest/core/Match/pattern/Match/pattern/A01/t01: Fail | |
| 302 LibTest/core/Math/acos/Math/acos/A01/t01: Fail | |
| 303 LibTest/core/Math/acos/Math/acos/A01/t04: Fail | |
| 304 LibTest/core/Math/asin/Math/asin/A01/t01: Fail | |
| 305 LibTest/core/Math/asin/Math/asin/A01/t04: Fail | |
| 306 LibTest/core/Math/atan/Math/atan/A01/t01: Fail | |
| 307 LibTest/core/Math/atan/Math/atan/A01/t03: Fail | |
| 308 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail | |
| 309 LibTest/core/Math/atan2/Math/atan2/A01/t04: Fail | |
| 310 LibTest/core/Math/cos/Math/cos/A01/t03: Fail | |
| 311 LibTest/core/Math/exp/Math/exp/A01/t01: Fail | |
| 312 LibTest/core/Math/exp/Math/exp/A01/t03: Fail | |
| 313 LibTest/core/Math/log/Math/log/A01/t04: Fail | |
| 314 LibTest/core/Math/max/Math/max/A01/t03: Fail | |
| 315 LibTest/core/Math/min/Math/min/A01/t03: Fail | |
| 316 LibTest/core/Math/pow/Math/pow/A01/t01: Fail | |
| 317 LibTest/core/Math/pow/Math/pow/A11/t01: Fail | |
| 318 LibTest/core/Math/pow/Math/pow/A13/t01: Fail | |
| 319 LibTest/core/Math/pow/Math/pow/A19/t01: Fail | |
| 320 LibTest/core/Math/sin/Math/sin/A01/t01: Fail | |
| 321 LibTest/core/Math/sin/Math/sin/A01/t03: Fail | |
| 322 LibTest/core/Math/sqrt/Math/sqrt/A01/t03: Fail | |
| 323 LibTest/core/Math/sqrt/Math/sqrt/A01/t04: Fail | |
| 324 LibTest/core/Math/tan/Math/tan/A01/t01: Fail | |
| 325 LibTest/core/Math/tan/Math/tan/A01/t03: Fail | |
| 326 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail | |
| 327 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail | |
| 328 LibTest/core/Promise/addErrorHandler/Promise/addErrorHandler/A01/t05: Fail | |
| 329 LibTest/core/Promise/complete/Promise/complete/A01/t04: Fail | |
| 330 LibTest/core/Promise/error/Promise/error/A01/t01: Fail | |
| 331 LibTest/core/Promise/fail/Promise/fail/A01/t02: Fail | |
| 332 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail | |
| 333 LibTest/core/Promise/value/Promise/value/A01/t02: Fail | |
| 334 LibTest/core/Promise/value/Promise/value/A01/t03: Fail | |
| 335 LibTest/core/Promise/value/Promise/value/A01/t05: Fail | |
| 336 LibTest/core/Promise/value/Promise/value/A01/t06: Fail | |
| 337 LibTest/core/Promise/waitFor/Promise/waitFor/A01/t04: Fail | |
| 338 LibTest/core/Proxy/Proxy.forIsolate/Proxy/Proxy.forIsolate/A01/t01: Fail | |
| 339 LibTest/core/Proxy/Proxy.forIsolateWithPromise/Proxy/Proxy.forIsolateWithPromise /A01/t01: Fail | |
| 340 LibTest/core/Proxy/Proxy.forPort/Proxy/Proxy.forPort/A01/t01: Fail | |
| 341 LibTest/core/Proxy/Proxy.forReply/Proxy/Proxy.forReply/A01/t01: Fail | |
| 342 LibTest/core/Proxy/call/Proxy/call/A01/t01: Fail | |
| 343 LibTest/core/Proxy/local/Proxy/local/A01/t01: Fail | |
| 344 LibTest/core/Proxy/operator==/Proxy/operator==/A01/t01: Fail | |
| 345 LibTest/core/Proxy/register/Proxy/register/A01/t01: Fail | |
| 346 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail | |
| 347 LibTest/core/ReceivePort/receive/ReceivePort/receive/A01/t02: Fail | |
| 348 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail | |
| 349 LibTest/core/RegExp/allMatches/RegExp/allMatches/A01/t01: Fail | |
| 350 LibTest/core/RegExp/allMatches/RegExp/allMatches/A02/t01: Fail | |
| 351 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail | |
| 352 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail | |
| 353 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail | |
| 354 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A03/t01: Fail | |
| 355 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail | |
| 356 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A02/t01: Fail | |
| 357 LibTest/core/RegExp/stringMatch/RegExp/stringMatch/A02/t01: Fail | |
| 358 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail | |
| 359 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail | |
| 360 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail | |
| 361 LibTest/core/String/charCodes/String/charCodes/A01/t01: Fail | |
| 362 LibTest/core/String/indexOf/String/indexOf/A03/t01: Fail | |
| 363 LibTest/core/String/lastIndexOf/String/lastIndexOf/A03/t01: Fail | |
| 364 LibTest/core/String/operator\+/String/operator\+/A01/t04: Fail | |
| 365 LibTest/core/String/replaceAll/String/replaceAll/A02/t01: Fail | |
| 366 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail | |
| 367 LibTest/core/String/replaceFirst/String/replaceFirst/A02/t01: Fail | |
| 368 LibTest/core/String/split/String/split/A02/t01: Fail | |
| 369 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail | |
| 370 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail | |
| 371 LibTest/core/StringBuffer/add/StringBuffer/add/A02/t01: Fail | |
| 372 LibTest/core/Strings/concatAll/Strings/concatAll/A03/t01: Fail | |
| 373 LibTest/core/Strings/join/Strings/join/A03/t01: Fail | |
| 374 LibTest/core/TypeError/column/TypeError/column/A01/t01: Fail | |
| 375 LibTest/core/TypeError/dstName/TypeError/dstName/A01/t01: Fail | |
| 376 LibTest/core/TypeError/dstType/TypeError/dstType/A01/t01: Fail | |
| 377 LibTest/core/TypeError/failedAssertion/TypeError/failedAssertion/A01/t01: Fail | |
| 378 LibTest/core/TypeError/line/TypeError/line/A01/t01: Fail | |
| 379 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail | |
| 380 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail | |
| 381 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail | |
| 382 LibTest/core/double/isEven/double/isEven/A01/t02: Fail | |
| 383 LibTest/core/double/isEven/double/isEven/A01/t03: Fail | |
| 384 LibTest/core/double/isEven/double/isEven/A01/t04: Fail | |
| 385 LibTest/core/double/isEven/double/isEven/A01/t05: Fail | |
| 386 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail | |
| 387 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail | |
| 388 LibTest/core/double/negate/double/negate/A01/t01: Fail | |
| 389 LibTest/core/double/negate/double/negate/A01/t02: Fail | |
| 390 LibTest/core/double/negate/double/negate/A01/t04: Fail | |
| 391 LibTest/core/double/operator%/double/operator%/A02/t01: Fail | |
| 392 LibTest/core/double/operatorAddition/double/operatorAddition/A02/t01: Fail | |
| 393 LibTest/core/double/operatorDivision/double/operatorDivision/A02/t01: Fail | |
| 394 LibTest/core/double/operatorGE/double/operatorGE/A02/t01: Fail | |
| 395 LibTest/core/double/operatorGT/double/operatorGT/A02/t01: Fail | |
| 396 LibTest/core/double/operatorLE/double/operatorLE/A02/t01: Fail | |
| 397 LibTest/core/double/operatorLT/double/operatorLT/A02/t01: Fail | |
| 398 LibTest/core/double/operatorMultiplication/double/operatorMultiplication/A02/t01 : Fail | |
| 399 LibTest/core/double/operatorSubtraction/double/operatorSubtraction/A02/t01: Fail | |
| 400 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail | |
| 401 LibTest/core/double/operator~div/double/operator~div/A02/t01: Fail | |
| 402 LibTest/core/double/remainder/double/reminder/A02/t01: Fail | |
| 403 LibTest/core/double/round/double/round/A01/t01: Fail | |
| 404 LibTest/core/double/toRadixString/double/toRadixString/A01/t01: Fail | |
| 405 LibTest/core/double/toStringAsExponential/double/toStringAsExponential/A01/t01: Fail | |
| 406 LibTest/core/double/toStringAsFixed/double/toStringAsFixed/A02/t01: Fail | |
| 407 LibTest/core/double/toStringAsPrecision/double/toStringAsPrecision/A01/t01: Fail | |
| 408 LibTest/core/int/compareTo/int/compareTo/A01/t01: Fail | |
| 409 LibTest/core/int/hashCode/int/hashCode/A01/t01: Fail | |
| 410 LibTest/core/int/isEven/int/isEven/A01/t01: Fail | |
| 411 LibTest/core/int/isOdd/int/isOdd/A01/t01: Fail | |
| 412 LibTest/core/int/operator%/int/operator%/A01/t01: Fail | |
| 413 LibTest/core/int/operator%/int/operator%/A01/t02: Fail | |
| 414 LibTest/core/int/operator%/int/operator%/A01/t03: Fail | |
| 415 LibTest/core/int/operator\+/int/operator\+/A01/t01: Fail | |
| 416 LibTest/core/int/operator\^/int/operator\^/A01/t01: Fail | |
| 417 LibTest/core/int/operator_AND/int/operator/AND/A01/t01: Fail | |
| 418 LibTest/core/int/operator_GT/int/operator/GT/A01/t01: Fail | |
| 419 LibTest/core/int/operator_LT/int/operator/LT/A01/t01: Fail | |
| 420 LibTest/core/int/operator_OR/int/operator/OR/A01/t01: Fail | |
| 421 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t01: Fail | |
| 422 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail | |
| 423 LibTest/core/int/operator_negate/int/operator/negate/A01/t01: Fail | |
| 424 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t01: Fail | |
| 425 LibTest/core/int/operator_~div/int/operator/~div/A01/t02: Fail | |
| 426 LibTest/core/int/remainder/int/remainder/A01/t01: Fail | |
| 427 LibTest/core/int/remainder/int/remainder/A01/t02: Fail | |
| 428 LibTest/core/int/remainder/int/remainder/A01/t03: Fail | |
| 429 LibTest/core/int/toDouble/int/toDouble/A01/t01: Fail | |
| 430 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail | |
| 431 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail | |
| 432 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail | |
| 433 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail | |
| 434 [ $arch == dartc && $mode == debug ] | |
|
zundel
2011/11/01 13:24:37
$component s/b $arch
ahe
2011/11/01 13:29:01
Done.
| |
| 435 LibTest/core/List/sort/List/sort/A01/t06: Fail | |
| 436 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail | |
| 437 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t02: Fail | |
| 438 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail | |
| 439 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail | |
| 440 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail | |
| 441 [ $arch == dartc && $mode == release ] | |
|
zundel
2011/11/01 13:24:37
$component s/b/ $arch
ahe
2011/11/01 13:29:01
Done.
| |
| 442 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memory. | |
| 443 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail | |
| 444 LibTest/core/String/contains/String/contains/A03/t01: Fail | |
| 445 LibTest/core/int/operator-/int/operator-/A01/t01: Fail | |
| 446 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail | |
| 447 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail | |
| 448 LibTest/core/int/toInt/int/toInt/A01/t01: Fail | |
| 449 | |
| 450 | |
| 192 [ $component == dartium ] | 451 [ $component == dartium ] |
| 193 *: Skip | 452 *: Skip |
| 194 | 453 |
| 195 | 454 |
| 196 [ $component == chromium ] | 455 [ $component == chromium ] |
| 197 *: Skip | 456 *: Skip |
| OLD | NEW |