| 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 # Crashes first, please. Then untriaged bugs. There is a section below | 5 # Crashes first, please. Then untriaged bugs. There is a section below |
| 6 # for co19 bugs. | 6 # for co19 bugs. |
| 7 [ $compiler == dart2js && $host_checked ] | 7 [ $compiler == dart2js && $host_checked ] |
| 8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931 | 8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931 |
| 9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931 | 9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931 |
| 10 | 10 |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. | 421 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. |
| 422 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons
tructor. | 422 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons
tructor. |
| 423 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons
tructor. | 423 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons
tructor. |
| 424 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. | 424 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. |
| 425 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. | 425 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. |
| 426 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. | 426 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. |
| 427 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. | 427 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. |
| 428 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. | 428 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. |
| 429 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. | 429 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. |
| 430 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. | 430 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. |
| 431 # The following test will start to fail when dart2js fixes issue 2887 (constant | |
| 432 # folding with runtime-semantics). | |
| 433 # It should then be marked as: Fail, OK # Requires big int. | |
| 434 LibTest/core/int/operator_NOT_A01_t01: Pass | |
| 435 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. | 431 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. |
| 436 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. | 432 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. |
| 437 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big
int unless type inference fools us. | 433 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big
int unless type inference fools us. |
| 438 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d
ouble. | 434 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d
ouble. |
| 439 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. | 435 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. |
| 440 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | 436 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. |
| 441 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 437 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 442 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. | 438 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. |
| 443 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | 439 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. |
| 444 | 440 |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 623 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 628 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 624 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 629 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 625 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 630 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 626 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 631 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 627 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 632 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 628 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 633 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 629 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 634 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 630 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 635 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 631 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 636 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 632 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |