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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test:
encoded file name | 60 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test:
encoded file name |
61 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test:
encoded file name | 61 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test:
encoded file name |
62 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test:
encoded file name | 62 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test:
encoded file name |
63 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test:
encoded file name | 63 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test:
encoded file name |
64 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name | 64 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name |
65 LibTest/isolate/IsolateSink/add_A01_t01: CompileTimeError # Issue 13683 | 65 LibTest/isolate/IsolateSink/add_A01_t01: CompileTimeError # Issue 13683 |
66 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683 | 66 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683 |
67 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 | 67 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 |
68 LibTest/math/sin_A01_t01: Fail # Inherited from VM. | 68 LibTest/math/sin_A01_t01: Fail # Inherited from VM. |
69 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 | 69 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 |
| 70 LibTest/typed_data/Float32x4/interleaveZWPairs_A01_t01: Fail # co19 issue 650 |
| 71 LibTest/typed_data/Float32x4/interleaveZW_A01_t01: Fail # co19 issue 650 |
| 72 LibTest/typed_data/Float32x4/withZWInXY_A01_t01: Fail # co19 issue 650 |
| 73 LibTest/typed_data/Float32x4/interleaveXY_A01_t01: Fail # co19 issue 650 |
| 74 LibTest/typed_data/Float32x4/interleaveXYPairs_A01_t01: Fail # co19 issue 650 |
70 | 75 |
71 | 76 |
72 [ $compiler == dart2dart && $system == windows ] | 77 [ $compiler == dart2dart && $system == windows ] |
73 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 78 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
74 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 79 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
75 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 80 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
76 | 81 |
77 | 82 |
78 [ $compiler == dart2dart && $system == macos ] | 83 [ $compiler == dart2dart && $system == macos ] |
79 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 84 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 [ $compiler == dart2dart && $minified ] | 166 [ $compiler == dart2dart && $minified ] |
162 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: fail # co19-roll r559: Please triage this failure | 167 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: fail # co19-roll r559: Please triage this failure |
163 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple
ase triage this failure | 168 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple
ase triage this failure |
164 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri
age this failure | 169 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri
age this failure |
165 Language/12_Expressions/18_Assignment_A05_t04: 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 |
166 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please
triage this failure | 171 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please
triage this failure |
167 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure | 172 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure |
168 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure | 173 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure |
169 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur
e | 174 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur
e |
170 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur
e | 175 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur
e |
OLD | NEW |