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 [ $compiler == dart2dart ] | 5 [ $compiler == dart2dart ] |
6 # Calling unresolved class constructor: | 6 # Calling unresolved class constructor: |
7 Language/03_Overview/2_Privacy_A01_t19: Fail | 7 Language/03_Overview/2_Privacy_A01_t19: Fail |
8 Language/03_Overview/2_Privacy_A01_t20: Fail | 8 Language/03_Overview/2_Privacy_A01_t20: Fail |
9 Language/07_Classes/6_Constructors_A03_t03: Fail | 9 Language/07_Classes/6_Constructors_A03_t03: Fail |
10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail | 10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 LibTest/math/exp_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 124 LibTest/math/exp_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
125 LibTest/math/parseDouble_A02_t01: Fail # TODO(dart2dart-team): Please triage thi
s failure. | 125 LibTest/math/parseDouble_A02_t01: Fail # TODO(dart2dart-team): Please triage thi
s failure. |
126 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 126 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
127 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 127 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
128 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 128 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
129 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 129 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
130 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 130 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
131 | 131 |
132 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 132 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
133 | 133 |
134 LibTest/core/String/String_class_A02_t01: Fail, OK # co19 issue 284 | |
135 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # co19 issue 284 | |
136 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 284 | |
137 | |
138 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 | 134 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 |
139 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 | 135 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 |
140 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 | 136 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 |
141 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 | 137 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 |
142 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 | 138 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 |
143 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 | 139 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 |
144 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 | 140 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 |
145 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 | 141 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 |
146 | 142 |
147 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 | 143 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 [ $compiler == dart2dart && $system == windows ] | 503 [ $compiler == dart2dart && $system == windows ] |
508 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 504 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
509 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 505 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
510 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 506 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
511 | 507 |
512 | 508 |
513 [ $compiler == dart2dart && $system == macos ] | 509 [ $compiler == dart2dart && $system == macos ] |
514 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 510 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
515 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 511 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
516 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 512 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
OLD | NEW |