| 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 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562. | |
| 7 | |
| 8 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? | 6 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? |
| 9 Language/06_Functions/2_Formal_Parameters_A02_t02: fail | 7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| 10 | 8 |
| 11 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable |
| 12 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail | 10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail |
| 13 | 11 |
| 14 # invalid argument for constant constructor | 12 # invalid argument for constant constructor |
| 15 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 13 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 16 | 14 |
| 17 # TBF: _f is private, so does not collide | 15 # TBF: _f is private, so does not collide |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546:
Please triage this failure | 307 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546:
Please triage this failure |
| 310 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr
iage this failure | 308 LibTest/isolate/IsolateStream/contains_A01_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 | 309 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr
iage this failure |
| 312 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please
triage this failure | 310 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please
triage this failure |
| 313 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage
this failure | 311 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage
this failure |
| 314 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 312 LibTest/isolate/IsolateStream/length_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 | 313 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria
ge this failure |
| 316 LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this
failure | 314 LibTest/isolate/SendPort/send_A02_t02: fail # co19-roll r546: Please triage this
failure |
| 317 LibTest/isolate/SendPort/send_A02_t03: fail # co19-roll r546: Please triage this
failure | 315 LibTest/isolate/SendPort/send_A02_t03: fail # co19-roll r546: Please triage this
failure |
| 318 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this
failure | 316 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this
failure |
| OLD | NEW |