| 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) && $unchecked] | 6 [ $compiler == none && ($runtime == vm || $runtime == dartium) && $unchecked] |
| 7 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checke
d mode b/c of type check | 7 |
| 8 | 8 |
| 9 [ $compiler == none && ($runtime == vm || $runtime == dartium) ] | 9 [ $compiler == none && ($runtime == vm || $runtime == dartium) ] |
| 10 Language/13_Statements/03_Variable_Declaration_A04_t01: Fail, MissingCompileTime
Error # Issue 7052 | 10 Language/13_Statements/03_Variable_Declaration_A04_t01: Fail, MissingCompileTime
Error # Issue 7052 |
| 11 Language/13_Statements/03_Variable_Declaration_A04_t02: Fail, MissingCompileTime
Error # Issue 7052 | 11 Language/13_Statements/03_Variable_Declaration_A04_t02: Fail, MissingCompileTime
Error # Issue 7052 |
| 12 Language/13_Statements/03_Variable_Declaration_A04_t05: Fail, MissingCompileTime
Error # Issue 7052 | 12 Language/13_Statements/03_Variable_Declaration_A04_t05: Fail, MissingCompileTime
Error # Issue 7052 |
| 13 Language/13_Statements/03_Variable_Declaration_A04_t06: Fail, MissingCompileTime
Error # Issue 7052 | 13 Language/13_Statements/03_Variable_Declaration_A04_t06: Fail, MissingCompileTime
Error # Issue 7052 |
| 14 Language/13_Statements/03_Variable_Declaration_A04_t07: Fail # co19 issue 535 | 14 Language/13_Statements/03_Variable_Declaration_A04_t07: Fail # co19 issue 535 |
| 15 Language/13_Statements/03_Variable_Declaration_A04_t08: Fail # co19 issue 535 | 15 Language/13_Statements/03_Variable_Declaration_A04_t08: Fail # co19 issue 535 |
| 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_NonEmptyClassRanges_A01_t01: Fa
il # Issue 12508 | 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 12508 |
| 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Issue 12508 | 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Issue 12508 |
| 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 12508 | 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 12508 |
| 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 12508 | 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 12508 |
| 25 | 25 |
| 26 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 | 26 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 |
| 27 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 | 27 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 |
| 28 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 | 28 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 |
| 29 | 29 |
| 30 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 | 30 Language/10_Generics/10_Generics_A05_t01: Fail # Issue 463 |
| 31 Language/14_Libraries_and_Scripts/1_Imports_A03_t05: Fail # Issue 463 |
| 32 Language/15_Types/1_Static_Types_A03_t01: Fail # Issue 463 |
| 33 Language/12_Expressions/33_Type_Cast_A03_t01: Fail # Issue 463 |
| 34 Language/12_Expressions/33_Type_Cast_A03_t03: Fail # Issue 463 |
| 35 Language/12_Expressions/32_Type_Test_A04_t01: Fail # Issue 463 |
| 36 Language/12_Expressions/32_Type_Test_A04_t02: Fail # Issue 463 |
| 31 | 37 |
| 32 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 | 38 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 |
| 33 | 39 |
| 34 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 | 40 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 |
| 35 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 | 41 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 |
| 36 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 | 42 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 |
| 37 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 | 43 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 |
| 38 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 | 44 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 |
| 39 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 | 45 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 |
| 40 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 | 46 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 104 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 99 | 105 |
| 100 [ $compiler == none && $runtime == vm && $arch == mips ] | 106 [ $compiler == none && $runtime == vm && $arch == mips ] |
| 101 LibTest/math/log_A01_t01: Fail | 107 LibTest/math/log_A01_t01: Fail |
| 102 LibTest/core/double/toInt_A01_t01: Fail | 108 LibTest/core/double/toInt_A01_t01: Fail |
| 103 | 109 |
| 104 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] | 110 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] |
| 105 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this
failure | 111 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this
failure |
| 106 | 112 |
| 107 [ $compiler == none && $checked && ($runtime == vm || $runtime == dartium) ] | 113 [ $compiler == none && $checked && ($runtime == vm || $runtime == dartium) ] |
| 114 Language/10_Generics/10_Generics_A05_t02: Fail # Issue 463 |
| 115 Language/15_Types/1_Static_Types_A03_t02: Fail # Issue 463 |
| 116 Language/15_Types/1_Static_Types_A03_t03: Fail # Issue 463 |
| 117 Language/15_Types/1_Static_Types_A03_t04: Fail # Issue 463 |
| 108 Language/14_Libraries_and_Scripts/1_Imports_A03_t31: Fail # Issue 14006, discuss
ion on-going | 118 Language/14_Libraries_and_Scripts/1_Imports_A03_t31: Fail # Issue 14006, discuss
ion on-going |
| 109 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 | 119 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 |
| 110 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 | 120 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 |
| 111 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 | 121 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 |
| 112 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 | 122 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 |
| 113 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 | 123 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 |
| 114 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 | 124 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 |
| 115 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 | 125 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 |
| 116 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 | 126 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 |
| 117 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 | 127 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 |
| 118 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861 | 128 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861 |
| 119 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861 | 129 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861 |
| 120 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861 | 130 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861 |
| 121 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 | 131 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 |
| 122 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1
2861 | 132 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1
2861 |
| 123 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail #
Dart issue 12861 | 133 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail #
Dart issue 12861 |
| 124 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 | 134 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 |
| 125 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 | 135 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 |
| 126 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 | 136 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 |
| 127 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 | 137 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 |
| 128 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 | 138 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 |
| 129 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 | 139 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 |
| 130 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro
ll r607: Please triage this failure | 140 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro
ll r607: Please triage this failure |
| 131 | 141 |
| 132 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] | 142 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] |
| 133 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 | 143 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 |
| 134 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 | 144 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 |
| 135 | 145 |
| OLD | NEW |