| 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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th
is failure. | 6 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. | 7 Language/03_Overview/03_Overview_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 8 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this
failure. | 8 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this
failure. |
| 9 Language/06_Functions/06_Functions_A01_t03: Fail # TODO(vm-team): Please triage
this failure. | 9 Language/06_Functions/06_Functions_A01_t03: Fail # TODO(vm-team): Please triage
this failure. |
| 10 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage
this failure. | 10 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage
this failure. |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # TODO(vm-t
eam): Please triage this failure. | 255 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # TODO(vm-t
eam): Please triage this failure. |
| 256 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # TODO(vm-team): Please triag
e this failure. | 256 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # TODO(vm-team): Please triag
e this failure. |
| 257 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # TODO(vm-team): Please triag
e this failure. | 257 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # TODO(vm-team): Please triag
e this failure. |
| 258 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # TODO(vm-team): Please triag
e this failure. | 258 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # TODO(vm-team): Please triag
e this failure. |
| 259 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # TODO(vm-team): Please triag
e this failure. | 259 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # TODO(vm-team): Please triag
e this failure. |
| 260 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team):
Please triage this failure. | 260 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team):
Please triage this failure. |
| 261 LibTest/core/List/forEach_A02_t01: Fail # TODO(vm-team): Please triage this fail
ure. | 261 LibTest/core/List/forEach_A02_t01: Fail # TODO(vm-team): Please triage this fail
ure. |
| 262 | 262 |
| 263 | 263 |
| 264 [ $runtime == vm ] | 264 [ $runtime == vm ] |
| 265 #Scripts that use the obsolete #resource directive, co19 issue 181 |
| 266 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail, OK # co19 issue 181 |
| 265 | 267 |
| 266 # Not properly reporting exception in initializer expressions | 268 # Not properly reporting exception in initializer expressions |
| 267 Language/10_Expressions/01_Constants_A16_t01: Fail | 269 Language/10_Expressions/01_Constants_A16_t01: Fail |
| 268 Language/10_Expressions/01_Constants_A16_t02: Fail | 270 Language/10_Expressions/01_Constants_A16_t02: Fail |
| 269 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail | 271 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail |
| 270 | 272 |
| 271 # Broken tests that assume a toplevel final variable is a compile-time const | 273 # Broken tests that assume a toplevel final variable is a compile-time const |
| 272 Language/06_Functions/2_Formal_Parameters_A02_t02: Fail # co19 issue 207 | 274 Language/06_Functions/2_Formal_Parameters_A02_t02: Fail # co19 issue 207 |
| 273 LibTest/core/double/operator_remainder_A01_t03: Fail # co19 issue 207 | 275 LibTest/core/double/operator_remainder_A01_t03: Fail # co19 issue 207 |
| 274 LibTest/core/double/remainder_A01_t03: Fail # co19 issue 207 | 276 LibTest/core/double/remainder_A01_t03: Fail # co19 issue 207 |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 | 966 |
| 965 | 967 |
| 966 [ $runtime == vm && $mode == debug && $unchecked ] | 968 [ $runtime == vm && $mode == debug && $unchecked ] |
| 967 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 969 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 968 | 970 |
| 969 [ $arch == simarm ] | 971 [ $arch == simarm ] |
| 970 *: Skip | 972 *: Skip |
| 971 | 973 |
| 972 [ $arch == arm ] | 974 [ $arch == arm ] |
| 973 *: Skip | 975 *: Skip |
| OLD | NEW |