| 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 # 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 LibTest/typed_data/Float32List/buffer_A01_t01: fail # Issue 549 |
| 9 LibTest/typed_data/Float32List/Float32List.view_A01_t01: fail # Issue 549 |
| 10 LibTest/typed_data/Float32List/Float32List.view_A01_t02: fail # Issue 549 |
| 11 LibTest/typed_data/Float32List/offsetInBytes_A01_t01: fail # Issue 549 |
| 12 LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t01: fail # Issue 549 |
| 13 LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02: fail # Issue 549 |
| 14 LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02: fail # Issue 549 |
| 15 LibTest/typed_data/Float64List/buffer_A01_t01: fail # Issue 549 |
| 16 LibTest/typed_data/Float64List/Float64List.view_A01_t01: fail # Issue 549 |
| 17 LibTest/typed_data/Float64List/Float64List.view_A01_t02: fail # Issue 549 |
| 18 LibTest/typed_data/Float64List/offsetInBytes_A01_t01: fail # Issue 549 |
| 19 LibTest/typed_data/Int16List/buffer_A01_t01: fail # Issue 549 |
| 20 LibTest/typed_data/Int16List/Int16List.view_A01_t02: fail # Issue 549 |
| 21 LibTest/typed_data/Int16List/offsetInBytes_A01_t01: fail # Issue 549 |
| 22 LibTest/typed_data/Int32List/buffer_A01_t01: fail # Issue 549 |
| 23 LibTest/typed_data/Int32List/Int32List.view_A01_t01: fail # Issue 549 |
| 24 LibTest/typed_data/Int32List/Int32List.view_A01_t02: fail # Issue 549 |
| 25 LibTest/typed_data/Int32List/offsetInBytes_A01_t01: fail # Issue 549 |
| 26 LibTest/typed_data/Int64List/buffer_A01_t01: fail # Issue 549 |
| 27 LibTest/typed_data/Int64List/Int64List.view_A01_t01: fail # Issue 549 |
| 28 LibTest/typed_data/Int64List/Int64List.view_A01_t02: fail # Issue 549 |
| 29 LibTest/typed_data/Int64List/offsetInBytes_A01_t01: fail # Issue 549 |
| 30 LibTest/typed_data/Uint16List/buffer_A01_t01: fail # Issue 549 |
| 31 LibTest/typed_data/Uint16List/offsetInBytes_A01_t01: fail # Issue 549 |
| 32 LibTest/typed_data/Uint16List/Uint16List.view_A01_t01: fail # Issue 549 |
| 33 LibTest/typed_data/Uint16List/Uint16List.view_A01_t02: fail # Issue 549 |
| 34 LibTest/typed_data/Uint32List/buffer_A01_t01: fail # Issue 549 |
| 35 LibTest/typed_data/Uint32List/offsetInBytes_A01_t01: fail # Issue 549 |
| 36 LibTest/typed_data/Uint32List/Uint32List.view_A01_t01: fail # Issue 549 |
| 37 LibTest/typed_data/Uint32List/Uint32List.view_A01_t02: fail # Issue 549 |
| 38 LibTest/typed_data/Uint64List/buffer_A01_t01: fail # Issue 549 |
| 39 LibTest/typed_data/Uint64List/offsetInBytes_A01_t01: fail # Issue 549 |
| 40 LibTest/typed_data/Uint64List/Uint64List.view_A01_t01: fail # Issue 549 |
| 41 LibTest/typed_data/Uint64List/Uint64List.view_A01_t02: fail # Issue 549 |
| 8 | 42 |
| 9 [ $runtime == vm && $system == windows ] | 43 [ $runtime == vm && $system == windows ] |
| 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. | 44 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. |
| 11 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. | 45 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. |
| 12 | 46 |
| 13 [ $compiler == none && $runtime == vm ] | 47 [ $compiler == none && $runtime == vm ] |
| 14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
Dart issue 5802 | 48 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 | 49 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
Dart issue 5894 |
| 16 | 50 |
| 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 | 51 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 | 190 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 |
| 157 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1
2861 | 191 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1
2861 |
| 158 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail #
Dart issue 12861 | 192 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail #
Dart issue 12861 |
| 159 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861 | 193 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861 |
| 160 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 | 194 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 |
| 161 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 | 195 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 |
| 162 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 | 196 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 |
| 163 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 | 197 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 |
| 164 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 | 198 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 |
| 165 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 | 199 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 |
| OLD | NEW |