| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage
this failure. | 68 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage
this failure. |
| 69 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage
this failure. | 69 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage
this failure. |
| 70 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team)
: Please triage this failure. | 70 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team)
: Please triage this failure. |
| 71 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team)
: Please triage this failure. | 71 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team)
: Please triage this failure. |
| 72 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team)
: Please triage this failure. | 72 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team)
: Please triage this failure. |
| 73 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea
m): Please triage this failure. | 73 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea
m): Please triage this failure. |
| 74 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03:
Fail # TODO(vm-team): Please triage this failure. | 74 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03:
Fail # TODO(vm-team): Please triage this failure. |
| 75 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(vm-team): Please triage this failure. | 75 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(vm-team): Please triage this failure. |
| 76 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TODO(vm-team): Please triage this failure. | 76 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TODO(vm-team): Please triage this failure. |
| 77 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TODO(vm-team): Please triage this failure. | 77 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TODO(vm-team): Please triage this failure. |
| 78 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
TODO(vm-team): Please triage this failure. |
| 79 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
TODO(vm-team): Please triage this failure. |
| 78 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea
se triage this failure. | 80 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea
se triage this failure. |
| 81 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
| 79 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria
ge this failure. | 82 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria
ge this failure. |
| 80 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria
ge this failure. | 83 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria
ge this failure. |
| 81 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria
ge this failure. | 84 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria
ge this failure. |
| 82 Language/11_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria
ge this failure. | 85 Language/11_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria
ge this failure. |
| 83 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri
age this failure. | 86 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri
age this failure. |
| 84 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri
age this failure. | 87 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri
age this failure. |
| 85 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri
age this failure. | 88 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri
age this failure. |
| 86 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri
age this failure. | 89 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri
age this failure. |
| 87 Language/11_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri
age this failure. | 90 Language/11_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri
age this failure. |
| 88 Language/11_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri
age this failure. | 91 Language/11_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... |
| 214 | 217 |
| 215 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is
sue 288 | 218 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is
sue 288 |
| 216 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 | 219 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 |
| 217 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 | 220 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
| 218 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 | 221 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 |
| 219 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 | 222 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 |
| 220 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 | 223 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
| 221 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 | 224 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 |
| 222 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 | 225 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 |
| 223 | 226 |
| 224 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue
300 | |
| 225 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 | |
| 226 | 227 |
| 227 [ $compiler == none && $runtime == vm && $checked ] | 228 [ $compiler == none && $runtime == vm && $checked ] |
| 228 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f
ailure. | 229 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f
ailure. |
| 229 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | 230 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 230 Language/12_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th
is failure. | 231 Language/12_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th
is failure. |
| 231 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. | 232 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. |
| 232 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. | 233 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. |
| 233 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. | 234 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. |
| 234 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. | 235 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. |
| 235 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f
ailure. | 236 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f
ailure. |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 LibTest/core/Future/handleException_A01_t07: Fail | 406 LibTest/core/Future/handleException_A01_t07: Fail |
| 406 LibTest/core/Future/then_A01_t05: Fail | 407 LibTest/core/Future/then_A01_t05: Fail |
| 407 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 408 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 408 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 409 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 409 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 410 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 410 | 411 |
| 411 | 412 |
| 412 # class '?' overrides function '?' of super class '?' with incompatible paramete
rs | 413 # class '?' overrides function '?' of super class '?' with incompatible paramete
rs |
| 413 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail | 414 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail |
| 414 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail | 415 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail |
| 416 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail |
| 417 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail |
| 418 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail #
Issue 3622 |
| 419 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail #
Issue 3622 |
| 415 | 420 |
| 416 | 421 |
| 417 # function 'func' not found in super class, getter 'func' should be invoked firs
t. | 422 # function 'func' not found in super class, getter 'func' should be invoked firs
t. |
| 418 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
co19 issue 251 or issue 5732 | 423 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
co19 issue 251 or issue 5732 |
| 419 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
co19 issue 251 or issue 5732 | 424 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
co19 issue 251 or issue 5732 |
| 420 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
co19 issue 251 or issue 5732 | 425 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
co19 issue 251 or issue 5732 |
| 421 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
co19 issue 251 or issue 5732 | 426 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
co19 issue 251 or issue 5732 |
| 422 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
co19 issue 251 or issue 5732 | 427 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
co19 issue 251 or issue 5732 |
| 423 | 428 |
| 424 | 429 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 439 | 444 |
| 440 | 445 |
| 441 [ $compiler == none && $runtime == vm && $mode == debug ] | 446 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 442 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 447 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 443 | 448 |
| 444 [ $compiler == none && $arch == simarm ] | 449 [ $compiler == none && $arch == simarm ] |
| 445 *: Skip | 450 *: Skip |
| 446 | 451 |
| 447 [ $compiler == none && $arch == arm ] | 452 [ $compiler == none && $arch == arm ] |
| 448 *: Skip | 453 *: Skip |
| OLD | NEW |