| 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 == none && $runtime == vm ] | 5 [ $compiler == none && $runtime == vm ] |
| 6 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236 |
| 7 |
| 6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this
failure. | 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this
failure. |
| 7 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(vm-team): Please triage this
failure. | 9 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(vm-team): Please triage this
failure. |
| 8 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(vm-team): Please triage this
failure. | 10 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(vm-team): Please triage this
failure. |
| 9 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(vm-team): Please triage this
failure. | 11 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(vm-team): Please triage this
failure. |
| 10 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(vm-team): Please triage this
failure. | 12 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(vm-team): Please triage this
failure. |
| 11 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this
failure. | 13 Language/03_Overview/2_Privacy_A01_t12: Fail # TODO(vm-team): Please triage this
failure. |
| 12 Language/03_Overview/2_Privacy_A01_t19: Fail # TODO(vm-team): Please triage this
failure. | 14 Language/03_Overview/2_Privacy_A01_t19: Fail # TODO(vm-team): Please triage this
failure. |
| 13 Language/03_Overview/2_Privacy_A01_t20: Fail # TODO(vm-team): Please triage this
failure. | 15 Language/03_Overview/2_Privacy_A01_t20: Fail # TODO(vm-team): Please triage this
failure. |
| 14 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage
this failure. | 16 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage
this failure. |
| 15 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea
se triage this failure. | 17 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea
se triage this failure. |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 | 499 |
| 498 | 500 |
| 499 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] | 501 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] |
| 500 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 502 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 501 | 503 |
| 502 [ $compiler == none && $arch == simarm ] | 504 [ $compiler == none && $arch == simarm ] |
| 503 *: Skip | 505 *: Skip |
| 504 | 506 |
| 505 [ $compiler == none && $arch == arm ] | 507 [ $compiler == none && $arch == arm ] |
| 506 *: Skip | 508 *: Skip |
| OLD | NEW |