| 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 || $runtime == dartium) ] | 6 [ $compiler == none && ($runtime == vm || $runtime == dartium) ] |
| 7 | 7 |
| 8 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 | 8 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 |
| 9 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250
8 | 9 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250
8 |
| 10 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue 12508 | 10 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue 12508 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 77 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 78 | 78 |
| 79 [ $compiler == none && $runtime == vm && $arch == mips ] | 79 [ $compiler == none && $runtime == vm && $arch == mips ] |
| 80 LibTest/math/log_A01_t01: Fail | 80 LibTest/math/log_A01_t01: Fail |
| 81 LibTest/core/double/toInt_A01_t01: Fail | 81 LibTest/core/double/toInt_A01_t01: Fail |
| 82 | 82 |
| 83 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] | 83 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] |
| 84 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this
failure | 84 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this
failure |
| 85 | 85 |
| 86 [ $compiler == none && $checked && ($runtime == vm || $runtime == dartium) ] | 86 [ $compiler == none && $checked && ($runtime == vm || $runtime == dartium) ] |
| 87 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 | |
| 88 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 | |
| 89 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 | |
| 90 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 | |
| 91 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 | |
| 92 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 | |
| 93 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 | |
| 94 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 | |
| 95 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 | |
| 96 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861 | |
| 97 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861 | |
| 98 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861 | |
| 99 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 | |
| 100 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1
2861 | |
| 101 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail #
Dart issue 12861 | |
| 102 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 | |
| 103 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 | |
| 104 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 | |
| 105 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 | |
| 106 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 | |
| 107 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 | |
| 108 Language/15_Types/1_Static_Types_A03_t01: RuntimeError # co19-roll r667: Please
triage this failure | 87 Language/15_Types/1_Static_Types_A03_t01: RuntimeError # co19-roll r667: Please
triage this failure |
| 109 | 88 |
| 110 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] | 89 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] |
| 111 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 | 90 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 |
| 112 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 | 91 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 |
| OLD | NEW |