| 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 | 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 |
| 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250
8 | 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250
8 |
| 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue 12508 | 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue 12508 |
| 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # Issue 12508 | 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # Issue 12508 |
| 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # Issue 12508 | 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # Issue 12508 |
| 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 12508 | 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 12508 |
| 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Issue 12508 | 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Issue 12508 |
| 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 12508 | 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 12508 |
| 25 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 12508 | 25 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 12508 |
| 26 | 26 |
| 27 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 | 27 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 |
| 28 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 | 28 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 |
| 29 LibTest/core/double/toRadixString_A01_t01: Fail # co19 issue 491 | |
| 30 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 | 29 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 |
| 31 | 30 |
| 32 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 | |
| 33 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 | |
| 34 | |
| 35 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 | |
| 36 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 | |
| 37 | |
| 38 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 | 31 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 |
| 39 | 32 |
| 40 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 | 33 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 |
| 41 | 34 |
| 42 | 35 |
| 43 [ $compiler == none && $runtime == vm && $checked ] | 36 [ $compiler == none && $runtime == vm && $checked ] |
| 44 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed
# issue 408 | 37 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed
# issue 408 |
| 45 | 38 |
| 46 # Passing for the wrong reasons: | 39 # Passing for the wrong reasons: |
| 47 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss
ue 407 and 463 | 40 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss
ue 407 and 463 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 78 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543 | 71 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543 |
| 79 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543 | 72 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543 |
| 80 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543 | 73 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543 |
| 81 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543 | 74 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543 |
| 82 Language/05_Variables/05_Variables_A06_t06: fail # Dart issue 12543 | 75 Language/05_Variables/05_Variables_A06_t06: fail # Dart issue 12543 |
| 83 Language/05_Variables/05_Variables_A16_t02: fail # Dart issue 12544 | 76 Language/05_Variables/05_Variables_A16_t02: fail # Dart issue 12544 |
| 84 Language/07_Classes/07_Classes_A11_t02: fail # Dart issue 12545 | 77 Language/07_Classes/07_Classes_A11_t02: fail # Dart issue 12545 |
| 85 Language/07_Classes/07_Classes_A11_t04: fail # Dart issue 12545 | 78 Language/07_Classes/07_Classes_A11_t04: fail # Dart issue 12545 |
| 86 Language/07_Classes/3_Setters_A08_t01: fail # co19 issue 520 | 79 Language/07_Classes/3_Setters_A08_t01: fail # co19 issue 520 |
| 87 Language/07_Classes/3_Setters_A08_t02: fail # co19 issue 520 | 80 Language/07_Classes/3_Setters_A08_t02: fail # co19 issue 520 |
| 88 Language/07_Classes/3_Setters_A08_t03: fail # co19 issue 520 | |
| 89 Language/07_Classes/3_Setters_A08_t04: fail # co19 issue 520 | 81 Language/07_Classes/3_Setters_A08_t04: fail # co19 issue 520 |
| 90 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail # Dar
t issue 12543 | 82 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail # Dar
t issue 12543 |
| 91 Language/12_Expressions/03_Numbers_A01_t01: fail # co19 issue 522 | |
| 92 Language/12_Expressions/03_Numbers_A01_t08: fail # co19 issue 522 | |
| 93 Language/12_Expressions/05_Strings_A02_t46: fail # Dart issue 12547 | 83 Language/12_Expressions/05_Strings_A02_t46: fail # Dart issue 12547 |
| 94 Language/12_Expressions/05_Strings_A02_t48: fail # Dart issue 12547 | 84 Language/12_Expressions/05_Strings_A02_t48: fail # Dart issue 12547 |
| 95 Language/12_Expressions/05_Strings_A20_t01: fail # Dart issue 12518 | 85 Language/12_Expressions/05_Strings_A20_t01: fail # Dart issue 12518 |
| 96 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12
549 | 86 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12
549 |
| 97 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13
72 | 87 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13
72 |
| 98 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue
525 | 88 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue
525 |
| 99 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: fail # Dart issue 12550 | 89 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: fail # Dart issue 12550 |
| 100 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail #
Dart issue 12549 | 90 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail #
Dart issue 12549 |
| 101 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail #
Dart issue 12549 | 91 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail #
Dart issue 12549 |
| 102 Language/12_Expressions/30_Identifier_Reference_A05_t02: fail # Dart issue 12551 | 92 Language/12_Expressions/30_Identifier_Reference_A05_t02: fail # Dart issue 12551 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 | 130 |
| 141 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 | 131 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 |
| 142 | 132 |
| 143 # All isolate are being ignored at the moment as the library will go through som
e changes. | 133 # All isolate are being ignored at the moment as the library will go through som
e changes. |
| 144 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please
triage this failure | 134 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please
triage this failure |
| 145 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546:
Please triage this failure | 135 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546:
Please triage this failure |
| 146 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 136 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria
ge this failure |
| 147 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria
ge this failure | 137 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria
ge this failure |
| 148 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage
this failure | 138 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage
this failure |
| 149 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple
ase triage this failure | 139 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple
ase triage this failure |
| 150 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll
r546: Please triage this failure | |
| 151 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this
failure | 140 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this
failure |
| 152 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec. | 141 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec. |
| 153 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec. | 142 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec. |
| 154 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec. | 143 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec. |
| 155 | 144 |
| 156 | 145 |
| 157 [ $compiler == none && $runtime == vm && $checked ] | 146 [ $compiler == none && $runtime == vm && $checked ] |
| 158 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 | 147 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 |
| 159 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 | 148 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 |
| 160 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 | 149 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 |
| 161 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 | 150 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 |
| 162 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 | 151 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 |
| 163 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 | 152 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 |
| 164 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 | 153 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 |
| 165 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 | 154 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 |
| 166 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 | 155 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 |
| 167 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861 | 156 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861 |
| 168 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861 | 157 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861 |
| 169 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861 | 158 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861 |
| 170 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 | 159 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 | 160 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 | 161 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 | 162 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861 |
| 174 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 | 163 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 |
| 175 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 | 164 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 |
| 176 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 | 165 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 |
| 177 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 | 166 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 |
| 178 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 | 167 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 |
| 179 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 | 168 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 |
| OLD | NEW |