| 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 | 5 |
| 6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
| 7 # for co19 bugs. | 7 # for co19 bugs. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 | 411 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 |
| 412 | 412 |
| 413 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 | 413 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 |
| 414 | 414 |
| 415 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue
300 | 415 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue
300 |
| 416 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 | 416 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 |
| 417 | 417 |
| 418 LibTest/core/String/contains_A01_t01: Fail, OK # co19 issue 314 | 418 LibTest/core/String/contains_A01_t01: Fail, OK # co19 issue 314 |
| 419 LibTest/core/String/contains_A01_t03: Fail, OK # co19 issue 314 | 419 LibTest/core/String/contains_A01_t03: Fail, OK # co19 issue 314 |
| 420 | 420 |
| 421 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK #
co19 issue 315 |
| 422 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315 |
| 423 |
| 424 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK
# co19 issue 290 |
| 425 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29
0 |
| 426 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290 |
| 427 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290 |
| 428 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 290 |
| 429 LibTest/core/List/length_A05_t01: Fail, OK # co19 issue 290 |
| 430 LibTest/core/List/List_A01_t01: Fail, OK # co19 issue 290 |
| 431 LibTest/core/List/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 432 LibTest/core/List/operator_subscripted_assignment_A02_t01: Fail, OK # co19 issue
290 |
| 433 LibTest/core/List/removeLast_A01_t02: Fail, OK # co19 issue 290 |
| 434 LibTest/core/List/removeRange_A05_t01: Fail, OK # co19 issue 290 |
| 435 LibTest/core/List/setRange_A02_t01: Fail, OK # co19 issue 290 |
| 436 LibTest/core/List/setRange_A02_t02: Fail, OK # co19 issue 290 |
| 437 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290 |
| 438 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290 |
| 439 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290 |
| 440 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290 |
| 441 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 442 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290 |
| 443 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 444 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290 |
| 445 |
| 421 [ $compiler == dart2js && $jscl ] | 446 [ $compiler == dart2js && $jscl ] |
| 422 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 | 447 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 |
| 423 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 | 448 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 |
| 424 | 449 |
| 425 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 450 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 426 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 451 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 427 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 | 452 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 |
| 428 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 453 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 429 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | 454 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| 430 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. | 455 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 689 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 665 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 690 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 666 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 691 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 667 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 692 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 668 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 693 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 669 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 694 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 670 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 695 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 671 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 696 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 672 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 697 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 673 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 698 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |