| 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/12_Expressions/01_Constants_A16_t04: fail # Issue 392 | 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 |
| 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 | 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 |
| 8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError
# Issue 7052 | 8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError
# Issue 7052 |
| 9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError
# Issue 7052 | 9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError
# Issue 7052 |
| 10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError
# Issue 7052 | 10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError
# Issue 7052 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 | 143 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 |
| 144 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 | 144 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 |
| 145 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 | 145 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 |
| 146 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError
# co19-roll r607: Please triage this failure | 146 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError
# co19-roll r607: Please triage this failure |
| 147 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError
# co19-roll r607: Please triage this failure | 147 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError
# co19-roll r607: Please triage this failure |
| 148 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6
07: Please triage this failure | 148 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6
07: Please triage this failure |
| 149 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c
o19-roll r607: Please triage this failure | 149 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c
o19-roll r607: Please triage this failure |
| 150 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage
this failure | 150 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage
this failure |
| 151 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage
this failure | 151 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage
this failure |
| 152 | 152 |
| 153 [ $compiler == none && $runtime == vm && $mode == debug && $checked ] | |
| 154 LibTest/collection/LinkedList/add_A01_t01: Pass, Crash # co19-roll r607: Please
triage this failure | |
| 155 LibTest/collection/LinkedList/iterator_current_A01_t01: Pass, Crash # co19-roll
r607: Please triage this failure | |
| 156 LibTest/collection/LinkedList/single_A01_t01: Pass, Crash # co19-roll r607: Plea
se triage this failure | |
| 157 | |
| OLD | NEW |