| 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. |
| 6 | 7 |
| 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? | 8 # 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 | 9 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| 9 | 10 |
| 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 11 # 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 | 12 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail |
| 12 | 13 |
| 13 # invalid argument for constant constructor | 14 # invalid argument for constant constructor |
| 14 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 15 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 15 | 16 |
| (...skipping 287 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 | 304 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 | 305 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 | 306 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 | 307 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 | 308 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 | 309 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 | 310 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 | 311 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 | 312 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 | 313 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this
failure |
| OLD | NEW |