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 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 5 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
6 [ $compiler == none && $runtime == vm ] | 6 [ $compiler == none && $runtime == vm ] |
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK | 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK |
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK | 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK |
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK | 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK |
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK | 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 | 350 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 |
351 | 351 |
352 | 352 |
353 [ $compiler == none && $runtime == vm ] | 353 [ $compiler == none && $runtime == vm ] |
354 | 354 |
355 # The following tests use the deprecated Date interface. | 355 # The following tests use the deprecated Date interface. |
356 # Issue co19 - 125 | 356 # Issue co19 - 125 |
357 LibTest/core/Date/toString_A02_t01: Fail, OK | 357 LibTest/core/Date/toString_A02_t01: Fail, OK |
358 LibTest/core/Date/year_A01_t01: Fail, OK | 358 LibTest/core/Date/year_A01_t01: Fail, OK |
359 | 359 |
| 360 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 |
| 361 |
360 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu
e 273 | 362 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu
e 273 |
361 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273 | 363 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273 |
362 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273 | 364 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273 |
363 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273 | 365 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273 |
364 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273 | 366 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273 |
365 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273 | 367 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273 |
366 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273 | 368 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273 |
367 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273 | 369 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273 |
368 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273 | 370 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273 |
369 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273 | 371 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273 |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 | 581 |
580 | 582 |
581 [ $compiler == none && $runtime == vm && $mode == debug ] | 583 [ $compiler == none && $runtime == vm && $mode == debug ] |
582 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 584 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
583 | 585 |
584 [ $compiler == none && $arch == simarm ] | 586 [ $compiler == none && $arch == simarm ] |
585 *: Skip | 587 *: Skip |
586 | 588 |
587 [ $compiler == none && $arch == arm ] | 589 [ $compiler == none && $arch == arm ] |
588 *: Skip | 590 *: Skip |
OLD | NEW |