| 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 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. | 73 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 74 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P
lease triage this failure. | 74 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 75 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team)
: Please triage this failure. | 75 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team)
: Please triage this failure. |
| 76 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team)
: Please triage this failure. | 76 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team)
: Please triage this failure. |
| 77 Language/10_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team)
: Please triage this failure. | 77 Language/10_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team)
: Please triage this failure. |
| 78 Language/10_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea
m): Please triage this failure. | 78 Language/10_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea
m): Please triage this failure. |
| 79 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03:
Fail # TODO(vm-team): Please triage this failure. | 79 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03:
Fail # TODO(vm-team): Please triage this failure. |
| 80 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(vm-team): Please triage this failure. | 80 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(vm-team): Please triage this failure. |
| 81 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TODO(vm-team): Please triage this failure. | 81 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TODO(vm-team): Please triage this failure. |
| 82 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TODO(vm-team): Please triage this failure. | 82 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TODO(vm-team): Please triage this failure. |
| 83 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
TODO(vm-team): Please triage this failure. | |
| 84 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
TODO(vm-team): Please triage this failure. | |
| 85 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea
se triage this failure. | 83 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea
se triage this failure. |
| 86 Language/10_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(vm-team): Plea
se triage this failure. | |
| 87 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria
ge this failure. | 84 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria
ge this failure. |
| 88 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria
ge this failure. | 85 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria
ge this failure. |
| 89 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria
ge this failure. | 86 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria
ge this failure. |
| 90 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria
ge this failure. | 87 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria
ge this failure. |
| 91 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri
age this failure. | 88 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri
age this failure. |
| 92 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri
age this failure. | 89 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri
age this failure. |
| 93 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri
age this failure. | 90 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri
age this failure. |
| 94 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri
age this failure. | 91 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri
age this failure. |
| 95 Language/10_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri
age this failure. | 92 Language/10_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri
age this failure. |
| 96 Language/10_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri
age this failure. | 93 Language/10_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri
age this failure. |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 | 219 |
| 223 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is
sue 288 | 220 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is
sue 288 |
| 224 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 | 221 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 |
| 225 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 | 222 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
| 226 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 | 223 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 |
| 227 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 | 224 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 |
| 228 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 | 225 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
| 229 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 | 226 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 |
| 230 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 | 227 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 |
| 231 | 228 |
| 229 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue
300 |
| 230 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 |
| 232 | 231 |
| 233 [ $compiler == none && $runtime == vm && $checked ] | 232 [ $compiler == none && $runtime == vm && $checked ] |
| 234 Language/07_Classes/6_Constructors/2_Factories_A03_t05: Fail # TODO(vm-team): Pl
ease triage this failure. | 233 Language/07_Classes/6_Constructors/2_Factories_A03_t05: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 235 Language/11_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f
ailure. | 234 Language/11_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f
ailure. |
| 236 Language/11_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | 235 Language/11_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 237 Language/11_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th
is failure. | 236 Language/11_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th
is failure. |
| 238 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. | 237 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. |
| 239 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. | 238 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. |
| 240 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. | 239 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. |
| 241 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. | 240 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 LibTest/core/Future/handleException_A01_t07: Fail | 451 LibTest/core/Future/handleException_A01_t07: Fail |
| 453 LibTest/core/Future/then_A01_t05: Fail | 452 LibTest/core/Future/then_A01_t05: Fail |
| 454 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 453 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 455 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 454 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 456 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 455 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 457 | 456 |
| 458 | 457 |
| 459 # class '?' overrides function '?' of super class '?' with incompatible paramete
rs | 458 # class '?' overrides function '?' of super class '?' with incompatible paramete
rs |
| 460 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail | 459 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail |
| 461 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail | 460 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail |
| 462 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail | |
| 463 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail | |
| 464 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail #
Issue 3622 | |
| 465 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail #
Issue 3622 | |
| 466 | 461 |
| 467 | 462 |
| 468 # function 'func' not found in super class, getter 'func' should be invoked firs
t. | 463 # function 'func' not found in super class, getter 'func' should be invoked firs
t. |
| 469 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
co19 issue 251 or issue 5732 | 464 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
co19 issue 251 or issue 5732 |
| 470 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
co19 issue 251 or issue 5732 | 465 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
co19 issue 251 or issue 5732 |
| 471 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
co19 issue 251 or issue 5732 | 466 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
co19 issue 251 or issue 5732 |
| 472 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
co19 issue 251 or issue 5732 | 467 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
co19 issue 251 or issue 5732 |
| 473 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
co19 issue 251 or issue 5732 | 468 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
co19 issue 251 or issue 5732 |
| 474 | 469 |
| 475 | 470 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 490 | 485 |
| 491 | 486 |
| 492 [ $compiler == none && $runtime == vm && $mode == debug ] | 487 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 493 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 488 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 494 | 489 |
| 495 [ $compiler == none && $arch == simarm ] | 490 [ $compiler == none && $arch == simarm ] |
| 496 *: Skip | 491 *: Skip |
| 497 | 492 |
| 498 [ $compiler == none && $arch == arm ] | 493 [ $compiler == none && $arch == arm ] |
| 499 *: Skip | 494 *: Skip |
| OLD | NEW |