| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 360 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 |
| 361 | 361 |
| 362 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291 |
| 363 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291 |
| 364 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291 |
| 365 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 |
| 366 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291 |
| 367 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291 |
| 368 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291 |
| 369 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 |
| 370 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291 |
| 371 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291 |
| 372 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291 |
| 373 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291 |
| 374 |
| 362 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu
e 273 | 375 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu
e 273 |
| 363 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273 | 376 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273 |
| 364 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273 | 377 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273 |
| 365 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273 | 378 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273 |
| 366 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273 | 379 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273 |
| 367 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273 | 380 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273 |
| 368 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273 | 381 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273 |
| 369 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273 | 382 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273 |
| 370 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273 | 383 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273 |
| 371 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273 | 384 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273 |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 | 594 |
| 582 | 595 |
| 583 [ $compiler == none && $runtime == vm && $mode == debug ] | 596 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 584 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 597 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 585 | 598 |
| 586 [ $compiler == none && $arch == simarm ] | 599 [ $compiler == none && $arch == simarm ] |
| 587 *: Skip | 600 *: Skip |
| 588 | 601 |
| 589 [ $compiler == none && $arch == arm ] | 602 [ $compiler == none && $arch == arm ] |
| 590 *: Skip | 603 *: Skip |
| OLD | NEW |