| 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/12_Expressions/01_Constants_A16_t04: fail # co19-roll r569: Please tria
ge this failure | 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 |
| 7 Language/12_Expressions/01_Constants_A16_t05: fail # co19-roll r569: Please tria
ge this failure | 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 |
| 8 | 8 |
| 9 [ $runtime == vm && $system == windows ] | 9 [ $runtime == vm && $system == windows ] |
| 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. | 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. |
| 11 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. | 11 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. |
| 12 | 12 |
| 13 [ $compiler == none && $runtime == vm ] | 13 [ $compiler == none && $runtime == vm ] |
| 14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
Dart issue 5802 | 14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
Dart issue 5802 |
| 15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
Dart issue 5894 | 15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
Dart issue 5894 |
| 16 | 16 |
| 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 | 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 | 170 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 |
| 171 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1
2861 | 171 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1
2861 |
| 172 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail #
Dart issue 12861 | 172 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail #
Dart issue 12861 |
| 173 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861 | 173 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861 |
| 174 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 | 174 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 |
| 175 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 | 175 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 |
| 176 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 | 176 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 |
| 177 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 | 177 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 |
| 178 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 | 178 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 |
| 179 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 | 179 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 |
| OLD | NEW |