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 [ $compiler == none && $runtime == vm ] | 5 [ $compiler == none && $runtime == vm ] |
6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 | 6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 |
7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 | 7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 |
8 | 8 |
9 Language/03_Overview/1_Scoping_A02_t32: Fail # Dart issue 6556 | 9 Language/03_Overview/1_Scoping_A02_t32: Fail # Dart issue 6556 |
10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1
9 issue 348 | 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1
9 issue 348 |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 | 295 |
296 | 296 |
297 [ $compiler == none && $runtime == vm ] | 297 [ $compiler == none && $runtime == vm ] |
298 Language/07_Classes/07_Classes_A02_t29: Fail | 298 Language/07_Classes/07_Classes_A02_t29: Fail |
299 Language/07_Classes/07_Classes_A02_t31: Fail | 299 Language/07_Classes/07_Classes_A02_t31: Fail |
300 Language/11_Expressions/05_Strings_A20_t01: Fail | 300 Language/11_Expressions/05_Strings_A20_t01: Fail |
301 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 301 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
302 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 302 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
303 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 303 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
304 | 304 |
| 305 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 |
| 306 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 |
| 307 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
| 308 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 |
305 | 309 |
306 # parameter name or type expected | 310 # parameter name or type expected |
307 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail | 311 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail |
308 | 312 |
309 | 313 |
310 [ $compiler == none && $runtime == vm && $checked ] | 314 [ $compiler == none && $runtime == vm && $checked ] |
311 Language/03_Overview/1_Scoping_A02_t30: Fail | 315 Language/03_Overview/1_Scoping_A02_t30: Fail |
312 | 316 |
313 | 317 |
314 [ $compiler == none && $runtime == vm && $mode == debug ] | 318 [ $compiler == none && $runtime == vm && $mode == debug ] |
315 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 319 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
316 | 320 |
317 [ $compiler == none && $arch == simarm ] | 321 [ $compiler == none && $arch == simarm ] |
318 *: Skip | 322 *: Skip |
319 | 323 |
320 [ $compiler == none && $arch == arm ] | 324 [ $compiler == none && $arch == arm ] |
321 *: Skip | 325 *: Skip |
OLD | NEW |