| 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 either wrongly expect a compile-time error or wrongly reject a typ
e error in production mode, co19 issue 282: | 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ
e error in production mode, co19 issue 282: |
| 6 [ $compiler == none && $runtime == vm ] | 6 [ $compiler == none && $runtime == vm ] |
| 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK | 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK |
| 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK | 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK |
| 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK | 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK |
| 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK | 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK |
| 11 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail, OK | 11 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail, OK |
| 12 Language/13_Libraries_and_Scripts/1_Imports_A03_t48: Fail, OK | 12 Language/13_Libraries_and_Scripts/1_Imports_A03_t48: Fail, OK |
| 13 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail, OK | 13 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail, OK |
| 14 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: Fail, OK | 14 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: Fail, OK |
| 15 [ $compiler == none && $runtime == vm && $unchecked ] | 15 [ $compiler == none && $runtime == vm && $unchecked ] |
| 16 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK | 16 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK |
| 17 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail, OK | 17 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail, OK |
| 18 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail, OK | 18 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail, OK |
| 19 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail, OK | 19 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail, OK |
| 20 [ $compiler == none && $runtime == vm && $checked ] | 20 [ $compiler == none && $runtime == vm && $checked ] |
| 21 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK | 21 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK |
| 22 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK | 22 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK |
| 23 | 23 |
| 24 | 24 |
| 25 [ $compiler == none && $runtime == vm ] | 25 [ $compiler == none && $runtime == vm ] |
| 26 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea
se triage this crash. | 26 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 |
| 27 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea
se triage this crash. | 27 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 |
| 28 | 28 |
| 29 Language/11_Expressions/30_Identifier_Reference_A05_t04: Fail, OK # co19 issue 3
02 | 29 Language/11_Expressions/30_Identifier_Reference_A05_t04: Fail, OK # co19 issue 3
02 |
| 30 | 30 |
| 31 | 31 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881 |
| 32 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage
this failure. | 32 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885 |
| 33 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage
this failure. | 33 Language/05_Variables/05_Variables_A05_t13: Fail # Dart issue 5885 |
| 34 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage
this failure. | 34 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885 |
| 35 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage
this failure. | 35 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885 |
| 36 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage
this failure. | 36 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
Dart issue 5802 |
| 37 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
TODO(vm-team): Please triage this failure. | 37 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
Dart issue 5894 |
| 38 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
TODO(vm-team): Please triage this failure. | |
| 39 Language/07_Classes/07_Classes_A07_t03: Fail, OK # co19 issue 306 | 38 Language/07_Classes/07_Classes_A07_t03: Fail, OK # co19 issue 306 |
| 40 Language/07_Classes/07_Classes_A07_t06: Fail, OK # co19 issue 306 | 39 Language/07_Classes/07_Classes_A07_t06: Fail, OK # co19 issue 306 |
| 41 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge
tter has empty parameter list. | 40 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge
tter has empty parameter list. |
| 42 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge
tter has empty parameter list. | 41 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge
tter has empty parameter list. |
| 43 Language/07_Classes/3_Setters_A04_t03: Fail, OK # Syntax error, issue 304 | 42 Language/07_Classes/3_Setters_A04_t03: Fail, OK # Syntax error, issue 304 |
| 44 Language/07_Classes/3_Setters_A04_t06: Fail, OK # Syntax error, issue 304 | 43 Language/07_Classes/3_Setters_A04_t06: Fail, OK # Syntax error, issue 304 |
| 45 Language/07_Classes/3_Setters_A04_t07: Fail, OK # test error, issue 305 | 44 Language/07_Classes/3_Setters_A04_t07: Fail, OK # test error, issue 305 |
| 46 Language/07_Classes/3_Setters_A04_t08: Fail, OK # test error, issue 305 | 45 Language/07_Classes/3_Setters_A04_t08: Fail, OK # test error, issue 305 |
| 47 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. | 46 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 48 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P
lease triage this failure. | 47 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P
lease triage this failure. |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai
lure. | 458 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai
lure. |
| 460 | 459 |
| 461 | 460 |
| 462 [ $compiler == none && $runtime == vm ] | 461 [ $compiler == none && $runtime == vm ] |
| 463 | 462 |
| 464 # The following tests use the deprecated Date interface. | 463 # The following tests use the deprecated Date interface. |
| 465 # Issue co19 - 125 | 464 # Issue co19 - 125 |
| 466 LibTest/core/Date/toString_A02_t01: Fail, OK | 465 LibTest/core/Date/toString_A02_t01: Fail, OK |
| 467 LibTest/core/Date/year_A01_t01: Fail, OK | 466 LibTest/core/Date/year_A01_t01: Fail, OK |
| 468 | 467 |
| 469 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 | 468 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293 |
| 470 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 | 469 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293 |
| 471 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 | 470 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 |
| 472 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 | 471 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 |
| 473 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 | 472 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 |
| 474 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 | 473 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 |
| 475 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 | 474 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 |
| 476 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 | 475 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 |
| 477 | 476 |
| 478 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 | 477 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 |
| 479 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 | 478 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 |
| 480 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 | 479 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 | 541 |
| 543 | 542 |
| 544 [ $compiler == none && $runtime == vm && $mode == debug ] | 543 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 545 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 544 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 546 | 545 |
| 547 [ $compiler == none && $arch == simarm ] | 546 [ $compiler == none && $arch == simarm ] |
| 548 *: Skip | 547 *: Skip |
| 549 | 548 |
| 550 [ $compiler == none && $arch == arm ] | 549 [ $compiler == none && $arch == arm ] |
| 551 *: Skip | 550 *: Skip |
| OLD | NEW |