| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 6 | 6 |
| 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? | 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? |
| 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail | 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| 9 | 9 |
| 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable |
| 11 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail | 11 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail |
| 12 | 12 |
| 13 # invalid argument for constant constructor | 13 # invalid argument for constant constructor |
| 14 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 14 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 15 | 15 |
| 16 # TBF: _f is private, so does not collide | 16 # TBF: _f is private, so does not collide |
| 17 Language/07_Classes/1_Instance_Methods_A05_t08: fail | 17 Language/07_Classes/1_Instance_Methods_A05_t08: fail |
| 18 | 18 |
| 19 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 |
| 20 Language/15_Types/4_Interface_Types_A11_t01: Skip |
| 21 Language/15_Types/4_Interface_Types_A11_t02: Skip |
| 22 |
| 23 |
| 24 |
| 19 # co19 issue #380, Strings class has been removed | 25 # co19 issue #380, Strings class has been removed |
| 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK | 26 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK |
| 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK | 27 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK |
| 22 | 28 |
| 23 # co19 issue #389, ceil, floor, truncate and round return integers | 29 # co19 issue #389, ceil, floor, truncate and round return integers |
| 24 LibTest/core/int/operator_division_A01_t01: fail, OK | 30 LibTest/core/int/operator_division_A01_t01: fail, OK |
| 25 | 31 |
| 26 # co19 issue #397, List.addLast removed | 32 # co19 issue #397, List.addLast removed |
| 27 LibTest/core/Iterable/where_A01_t07: fail, OK | 33 LibTest/core/Iterable/where_A01_t07: fail, OK |
| 28 | 34 |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546:
Please triage this failure | 309 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546:
Please triage this failure |
| 304 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr
iage this failure | 310 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr
iage this failure |
| 305 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr
iage this failure | 311 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr
iage this failure |
| 306 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please
triage this failure | 312 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please
triage this failure |
| 307 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage
this failure | 313 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage
this failure |
| 308 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 314 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria
ge this failure |
| 309 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 315 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria
ge this failure |
| 310 LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this
failure | 316 LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this
failure |
| 311 LibTest/isolate/SendPort/send_A02_t03: fail # co19-roll r546: Please triage this
failure | 317 LibTest/isolate/SendPort/send_A02_t03: fail # co19-roll r546: Please triage this
failure |
| 312 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this
failure | 318 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this
failure |
| OLD | NEW |