| 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 | 5 |
| 6 [ $runtime == vm ] | 6 [ $runtime == vm ] |
| 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
| 9 | 9 |
| 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) | 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail | 198 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail |
| 199 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail | 199 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail |
| 200 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail | 200 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail |
| 201 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail | 201 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail |
| 202 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail | 202 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail |
| 203 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail | 203 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail |
| 204 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail | 204 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail |
| 205 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail | 205 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail |
| 206 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F
ail | 206 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F
ail |
| 207 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail | 207 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail |
| 208 Language/09_Generics/09_Generics_A04_t06: Fail | 208 Language/09_Generics/09_Generics_A04_t06: Fail # Issue 439 |
| 209 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail | 209 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail |
| 210 LibTest/core/FallThroughError/toString_A01_t01: Fail | 210 LibTest/core/FallThroughError/toString_A01_t01: Fail |
| 211 LibTest/core/Match/group_A01_t01: Fail # co19 issue 92 | 211 LibTest/core/Match/group_A01_t01: Fail # co19 issue 92 |
| 212 LibTest/core/Match/groups_A01_t01: Fail # co19 issue 92 | 212 LibTest/core/Match/groups_A01_t01: Fail # co19 issue 92 |
| 213 LibTest/core/ReceivePort/receive_A01_t02: Fail | 213 LibTest/core/ReceivePort/receive_A01_t02: Fail |
| 214 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail # co19
issue 92 | 214 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail # co19
issue 92 |
| 215 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # co19 issue
92 | 215 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # co19 issue
92 |
| 216 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # co19 issue
92 | 216 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # co19 issue
92 |
| 217 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # co1
9 issue 92 | 217 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # co1
9 issue 92 |
| 218 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # co19
issue 92 | 218 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # co19
issue 92 |
| 219 LibTest/core/SendPort/send_A02_t01: Fail | 219 LibTest/core/SendPort/send_A02_t01: Fail |
| 220 LibTest/core/String/contains_A01_t02: Fail | 220 LibTest/core/String/contains_A01_t02: Fail |
| 221 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103 | 221 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103 |
| 222 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103 | 222 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103 |
| 223 | 223 |
| 224 | 224 |
| 225 Language/03_Overview/1_Scoping_A01_t34: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 225 Language/03_Overview/1_Scoping_A01_t34: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 226 Language/03_Overview/1_Scoping_A01_t35: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 226 Language/03_Overview/1_Scoping_A01_t35: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 227 Language/03_Overview/1_Scoping_A01_t36: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 227 Language/03_Overview/1_Scoping_A01_t36: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 228 Language/03_Overview/1_Scoping_A01_t39: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 228 Language/03_Overview/1_Scoping_A01_t39: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 229 Language/03_Overview/1_Scoping_A01_t40: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 229 Language/03_Overview/1_Scoping_A01_t40: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 230 Language/03_Overview/1_Scoping_A01_t41: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 230 Language/03_Overview/1_Scoping_A01_t41: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 231 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 231 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 232 Language/03_Overview/2_Privacy_A01_t11: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 232 Language/03_Overview/2_Privacy_A01_t11: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 233 Language/03_Overview/2_Privacy_A01_t16: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 233 Language/03_Overview/2_Privacy_A01_t16: Fail # TODO(vm-team): New failure at r16
4. Please triage. |
| 234 Language/11_Statements/11_Labels_A01_t03: Fail # TODO(vm-team): New failure at r
164. Please triage. | 234 Language/11_Statements/11_Labels_A01_t03: Fail # TODO(vm-team): New failure at r
164. Please triage. |
| 235 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(vm-team): New f
ailure at r164. Please triage. | 235 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(vm-team): New f
ailure at r164. Please triage. |
| 236 | 236 |
| 237 [ $runtime == vm && $unchecked ] | 237 [ $runtime == vm && $unchecked ] |
| 238 Language/03_Overview/2_Privacy_A01_t06: Fail # TODO(vm-team): New failure at r16
4. Please triage. | 238 Language/09_Generics/09_Generics_A04_t04: Fail # co19 issue 117 |
| 239 | 239 |
| 240 | 240 |
| 241 [ $runtime == vm && $arch == ia32 ] | 241 [ $runtime == vm && $arch == ia32 ] |
| 242 LibTest/core/int/operator_left_shift_A01_t02: Fail | 242 LibTest/core/int/operator_left_shift_A01_t02: Fail |
| 243 | 243 |
| 244 | 244 |
| 245 [ $runtime == vm && $unchecked ] | 245 [ $runtime == vm && $unchecked ] |
| 246 Language/13_Types/1_Static_Types_A02_t08: Fail | 246 Language/13_Types/1_Static_Types_A02_t08: Fail |
| 247 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 | 247 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 |
| 248 | 248 |
| 249 | 249 |
| 250 [ $arch == simarm ] | 250 [ $arch == simarm ] |
| 251 *: Skip | 251 *: Skip |
| 252 | 252 |
| 253 | 253 |
| 254 [ $arch == arm ] | 254 [ $arch == arm ] |
| 255 *: Skip | 255 *: Skip |
| OLD | NEW |