| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 [ $compiler == dart2dart ] | 5 [ $compiler == dart2dart ] |
| 6 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s
ame name a type parameter | 6 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s
ame name a type parameter |
| 7 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s
ame name a type parameter | 7 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s
ame name a type parameter |
| 8 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s
ame name a type parameter | 8 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s
ame name a type parameter |
| 9 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s
ame name a type parameter | 9 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s
ame name a type parameter |
| 10 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s
ame name a type parameter | 10 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s
ame name a type parameter |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited
from VM | 61 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited
from VM |
| 62 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 | 62 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 |
| 63 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 | 63 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 |
| 64 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129 | 64 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129 |
| 65 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM | 65 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM |
| 66 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 | 66 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 |
| 67 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683 | 67 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683 |
| 68 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 | 68 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 |
| 69 LibTest/math/sin_A01_t01: Fail # Inherited from VM. | 69 LibTest/math/sin_A01_t01: Fail # Inherited from VM. |
| 70 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 | 70 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 |
| 71 LibTest/typed_data/Uint32x4/*: Skip # co19 issue 656 | |
| 72 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t01: Skip # co19 iss
ue 656 | |
| 73 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t02: Skip # co19 iss
ue 656 | |
| 74 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 | 71 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 |
| 75 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 | 72 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 |
| 76 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 | 73 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 |
| 77 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 | 74 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 |
| 78 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 | 75 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 |
| 79 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 | 76 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 |
| 80 | 77 |
| 81 | 78 |
| 82 [ $compiler == dart2dart && $system == windows ] | 79 [ $compiler == dart2dart && $system == windows ] |
| 83 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 80 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 | 162 |
| 166 [ $compiler == dart2dart && $minified ] | 163 [ $compiler == dart2dart && $minified ] |
| 167 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: fail # co19-roll r559: Please triage this failure | 164 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: fail # co19-roll r559: Please triage this failure |
| 168 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple
ase triage this failure | 165 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple
ase triage this failure |
| 169 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri
age this failure | 166 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri
age this failure |
| 170 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri
age this failure | 167 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri
age this failure |
| 171 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please
triage this failure | 168 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please
triage this failure |
| 172 Language/12_Expressions/32_Type_Test_A02_t04: RuntimeError # co19-roll to r667:
Please triage this failure | 169 Language/12_Expressions/32_Type_Test_A02_t04: RuntimeError # co19-roll to r667:
Please triage this failure |
| 173 | 170 |
| 174 [ $compiler == dart2dart && $unminified ] | 171 [ $compiler == dart2dart && $unminified ] |
| 175 Language/14_Libraries_and_Scripts/1_Imports_A03_t31: RuntimeError # co19-roll r6
67: Please triage this failure | 172 Language/14_Libraries_and_Scripts/1_Imports_A03_t31: RuntimeError # co19-roll r6
67: Please triage this failure |
| OLD | NEW |