| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 LibTest/math/exp_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 130 LibTest/math/exp_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
| 131 LibTest/math/parseDouble_A02_t01: Fail # TODO(dart2dart-team): Please triage thi
s failure. | 131 LibTest/math/parseDouble_A02_t01: Fail # TODO(dart2dart-team): Please triage thi
s failure. |
| 132 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 132 LibTest/math/pow_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
| 133 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 133 LibTest/math/pow_A11_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
| 134 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 134 LibTest/math/pow_A13_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
| 135 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 135 LibTest/math/sin_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
| 136 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. | 136 LibTest/math/tan_A01_t01: Fail # TODO(dart2dart-team): Please triage this failur
e. |
| 137 | 137 |
| 138 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 138 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 139 | 139 |
| 140 LibTest/core/String/String_class_A02_t01: Fail, OK # co19 issue 284 |
| 141 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # co19 issue 284 |
| 142 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 284 |
| 143 |
| 140 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 | 144 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 |
| 141 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 | 145 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 |
| 142 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 | 146 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 |
| 143 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 | 147 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 |
| 144 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 | 148 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 |
| 145 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 | 149 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 |
| 146 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 | 150 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 |
| 147 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 | 151 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 |
| 148 | 152 |
| 149 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 | 153 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 | 545 |
| 542 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt
p://dartbug.com/6242 | 546 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt
p://dartbug.com/6242 |
| 543 | 547 |
| 544 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue
300 | 548 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue
300 |
| 545 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 | 549 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 |
| 546 | 550 |
| 547 [ $compiler == dart2dart && $system == windows ] | 551 [ $compiler == dart2dart && $system == windows ] |
| 548 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 552 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 549 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 553 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 550 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 554 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| OLD | NEW |