| 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 [ $compiler == none && $runtime == vm && $unchecked] | 6 [ $compiler == none && $runtime == vm && $unchecked] |
| 7 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checke
d mode b/c of type check | 7 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checke
d mode b/c of type check |
| 8 | 8 |
| 9 [ $compiler == none && $runtime == vm ] | 9 [ $compiler == none && $runtime == vm ] |
| 10 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError
# Issue 7052 | 10 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError
# Issue 7052 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40
7 and 463 | 75 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40
7 and 463 |
| 76 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407
and 463 | 76 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407
and 463 |
| 77 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407
and 463 | 77 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407
and 463 |
| 78 | 78 |
| 79 #end [ $compiler == none && $runtime == vm && $checked ] | 79 #end [ $compiler == none && $runtime == vm && $checked ] |
| 80 | 80 |
| 81 [ $compiler == none && $runtime == vm && $mode == debug ] | 81 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 82 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 82 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 83 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria
ge this failure | 83 LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please tria
ge this failure |
| 84 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr
iage this failure | 84 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please tr
iage this failure |
| 85 Language/15_Types/4_Interface_Types_A11_t01: Pass, Slow |
| 86 LibTest/core/List/List_class_A01_t01: Pass, Slow |
| 85 | 87 |
| 86 [ $compiler == none && $runtime == vm && $arch != x64 ] | 88 [ $compiler == none && $runtime == vm && $arch != x64 ] |
| 87 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 89 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 88 | 90 |
| 89 [ $compiler == none && $runtime == vm && $arch == mips ] | 91 [ $compiler == none && $runtime == vm && $arch == mips ] |
| 90 LibTest/math/log_A01_t01: Fail | 92 LibTest/math/log_A01_t01: Fail |
| 91 LibTest/core/double/toInt_A01_t01: Fail | 93 LibTest/core/double/toInt_A01_t01: Fail |
| 92 | 94 |
| 93 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] | 95 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] |
| 94 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this
failure | 96 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this
failure |
| (...skipping 21 matching lines...) Expand all Loading... |
| 116 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 | 118 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 |
| 117 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 | 119 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 |
| 118 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro
ll r607: Please triage this failure | 120 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro
ll r607: Please triage this failure |
| 119 | 121 |
| 120 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] | 122 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] |
| 121 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 | 123 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 |
| 122 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 | 124 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 |
| 123 | 125 |
| 124 [ $compiler == none && $unchecked && ($runtime == vm || $runtime == dartium) ] | 126 [ $compiler == none && $unchecked && ($runtime == vm || $runtime == dartium) ] |
| 125 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria
ge this failure | 127 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria
ge this failure |
| OLD | NEW |