| 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/11_Statements/05_For_A01_t07: Crash | 9 Language/11_Statements/05_For_A01_t07: Crash |
| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c
all method 'toSendPort$0' of undefined. | 329 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c
all method 'toSendPort$0' of undefined. |
| 330 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect.
throws() fails. | 330 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect.
throws() fails. |
| 331 | 331 |
| 332 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b
it-operation. | 332 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b
it-operation. |
| 333 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. | 333 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. |
| 334 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. | 334 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. |
| 335 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul
t from bit-operation. | 335 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul
t from bit-operation. |
| 336 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. | 336 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. |
| 337 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. | 337 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. |
| 338 | 338 |
| 339 |
| 340 # The following tests use hasNext() (method) instead of hasNext (getter). |
| 341 Language/11_Statements/07_Do_A02_t01: Fail, OK |
| 342 Language/11_Statements/05_For/2_For_in_A01_t01: Fail, OK |
| 343 Language/11_Statements/05_For/2_For_in_A01_t04: Pass, OK |
| 344 Language/11_Statements/05_For/2_For_in_A01_t03: Pass, OK |
| 345 Language/11_Statements/05_For/2_For_in_A01_t02: Pass, OK |
| 346 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK |
| 347 Language/11_Statements/06_While_A02_t01: Fail, OK |
| 348 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK |
| 349 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK |
| 350 LibTest/core/Queue/iterator_A01_t02: Fail, OK |
| 351 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK |
| 352 LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK |
| 353 LibTest/core/List/iterator_next_A01_t01: Fail, OK |
| 354 LibTest/core/List/iterator_A01_t01: Fail, OK |
| 355 LibTest/core/List/List.from_A01_t01: Fail, OK |
| 356 LibTest/core/Set/Set.from_A01_t02: Fail, OK |
| 357 |
| 339 # The following tests use the deprecated Date interface. | 358 # The following tests use the deprecated Date interface. |
| 340 # Issue co19 - 125 | 359 # Issue co19 - 125 |
| 341 LibTest/core/Date/toString_A02_t01: Fail, OK | 360 LibTest/core/Date/toString_A02_t01: Fail, OK |
| 342 | 361 |
| 343 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 | 362 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 |
| 344 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 | 363 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 |
| 345 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 | 364 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 |
| 346 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 212 | 365 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 212 |
| 347 | 366 |
| 348 [ $compiler == dart2js && $checked ] | 367 [ $compiler == dart2js && $checked ] |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 778 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 760 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 779 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 761 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 780 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 762 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 781 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 763 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 782 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 764 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 783 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 765 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 784 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 766 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 785 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 767 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 786 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 768 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 787 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |