| 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 # TODO(vm-team): Plea
se triage this crash. |
| 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 # TODO(vm-team): Plea
se triage this crash. |
| 28 | 28 |
| 29 Language/11_Expressions/30_Identifier_Reference_A05_t04: Fail, OK # co19 issue 3
02 |
| 30 |
| 29 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage
this failure. | 31 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage
this failure. |
| 30 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage
this failure. | 32 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage
this failure. |
| 31 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage
this failure. | 33 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage
this failure. |
| 32 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage
this failure. | 34 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage
this failure. |
| 33 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage
this failure. | 35 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage
this failure. |
| 34 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
TODO(vm-team): Please triage this failure. | 36 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
TODO(vm-team): Please triage this failure. |
| 35 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
TODO(vm-team): Please triage this failure. | 37 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
TODO(vm-team): Please triage this failure. |
| 36 Language/07_Classes/2_Getters_A01_t03: Fail # TODO(vm-team): Please triage this
failure. | 38 Language/07_Classes/2_Getters_A01_t03: Fail # TODO(vm-team): Please triage this
failure. |
| 37 Language/07_Classes/2_Getters_A01_t05: Fail # TODO(vm-team): Please triage this
failure. | 39 Language/07_Classes/2_Getters_A01_t05: Fail # TODO(vm-team): Please triage this
failure. |
| 38 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this
failure. | 40 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this
failure. |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 Language/11_Expressions/27_Unary_Expressions_A01_t20: Fail # TODO(vm-team): Plea
se triage this failure. | 135 Language/11_Expressions/27_Unary_Expressions_A01_t20: Fail # TODO(vm-team): Plea
se triage this failure. |
| 134 Language/11_Expressions/27_Unary_Expressions_A01_t21: Fail # TODO(vm-team): Plea
se triage this failure. | 136 Language/11_Expressions/27_Unary_Expressions_A01_t21: Fail # TODO(vm-team): Plea
se triage this failure. |
| 135 Language/11_Expressions/27_Unary_Expressions_A01_t22: Fail # TODO(vm-team): Plea
se triage this failure. | 137 Language/11_Expressions/27_Unary_Expressions_A01_t22: Fail # TODO(vm-team): Plea
se triage this failure. |
| 136 Language/11_Expressions/28_Postfix_Expressions_A01_t02: Fail # TODO(vm-team): Pl
ease triage this failure. | 138 Language/11_Expressions/28_Postfix_Expressions_A01_t02: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 137 Language/11_Expressions/28_Postfix_Expressions_A01_t03: Fail # TODO(vm-team): Pl
ease triage this failure. | 139 Language/11_Expressions/28_Postfix_Expressions_A01_t03: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 138 Language/11_Expressions/28_Postfix_Expressions_A01_t05: Fail # TODO(vm-team): Pl
ease triage this failure. | 140 Language/11_Expressions/28_Postfix_Expressions_A01_t05: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 139 Language/11_Expressions/29_Assignable_Expressions_A01_t06: Fail # TODO(vm-team):
Please triage this failure. | 141 Language/11_Expressions/29_Assignable_Expressions_A01_t06: Fail # TODO(vm-team):
Please triage this failure. |
| 140 Language/11_Expressions/29_Assignable_Expressions_A01_t08: Fail # TODO(vm-team):
Please triage this failure. | 142 Language/11_Expressions/29_Assignable_Expressions_A01_t08: Fail # TODO(vm-team):
Please triage this failure. |
| 141 Language/11_Expressions/29_Assignable_Expressions_A01_t09: Fail # TODO(vm-team):
Please triage this failure. | 143 Language/11_Expressions/29_Assignable_Expressions_A01_t09: Fail # TODO(vm-team):
Please triage this failure. |
| 142 Language/11_Expressions/30_Identifier_Reference_A05_t02: Fail # TODO(vm-team): P
lease triage this failure. | 144 Language/11_Expressions/30_Identifier_Reference_A05_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 143 Language/11_Expressions/30_Identifier_Reference_A05_t08: Fail # TODO(vm-team): P
lease triage this failure. | |
| 144 Language/11_Expressions/30_Identifier_Reference_A06_t01: Fail # TODO(vm-team): P
lease triage this failure. | 145 Language/11_Expressions/30_Identifier_Reference_A06_t01: Fail # TODO(vm-team): P
lease triage this failure. |
| 145 Language/11_Expressions/30_Identifier_Reference_A06_t02: Fail # TODO(vm-team): P
lease triage this failure. | 146 Language/11_Expressions/30_Identifier_Reference_A06_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 146 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # TODO(vm-team): P
lease triage this failure. | 147 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # TODO(vm-team): P
lease triage this failure. |
| 147 Language/11_Expressions/30_Identifier_Reference_A08_t02: Fail # TODO(vm-team): P
lease triage this failure. | 148 Language/11_Expressions/30_Identifier_Reference_A08_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 148 Language/11_Expressions/31_Type_Test_A01_t02: Fail # TODO(vm-team): Please triag
e this failure. | 149 Language/11_Expressions/31_Type_Test_A01_t02: Fail # TODO(vm-team): Please triag
e this failure. |
| 149 Language/11_Expressions/31_Type_Test_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. | 150 Language/11_Expressions/31_Type_Test_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. |
| 150 Language/11_Expressions/31_Type_Test_A05_t01: Fail # TODO(vm-team): Please triag
e this failure. | 151 Language/11_Expressions/31_Type_Test_A05_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 151 Language/11_Expressions/31_Type_Test_A05_t02: Fail # TODO(vm-team): Please triag
e this failure. | 152 Language/11_Expressions/31_Type_Test_A05_t02: Fail # TODO(vm-team): Please triag
e this failure. |
| 152 Language/11_Expressions/31_Type_Test_A05_t03: Fail # TODO(vm-team): Please triag
e this failure. | 153 Language/11_Expressions/31_Type_Test_A05_t03: Fail # TODO(vm-team): Please triag
e this failure. |
| 153 Language/11_Expressions/32_Type_Cast_A04_t01: Fail # TODO(vm-team): Please triag
e this failure. | 154 Language/11_Expressions/32_Type_Cast_A04_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| (...skipping 23 matching lines...) Expand all Loading... |
| 177 Language/13_Libraries_and_Scripts/2_Exports_A01_t05: Fail # TODO(vm-team): Pleas
e triage this failure. | 178 Language/13_Libraries_and_Scripts/2_Exports_A01_t05: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 178 Language/13_Libraries_and_Scripts/2_Exports_A01_t07: Fail # TODO(vm-team): Pleas
e triage this failure. | 179 Language/13_Libraries_and_Scripts/2_Exports_A01_t07: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 179 Language/13_Libraries_and_Scripts/2_Exports_A01_t15: Fail # TODO(vm-team): Pleas
e triage this failure. | 180 Language/13_Libraries_and_Scripts/2_Exports_A01_t15: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 180 Language/13_Libraries_and_Scripts/2_Exports_A01_t16: Fail # TODO(vm-team): Pleas
e triage this failure. | 181 Language/13_Libraries_and_Scripts/2_Exports_A01_t16: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 181 Language/13_Libraries_and_Scripts/2_Exports_A04_t01: Fail # TODO(vm-team): Pleas
e triage this failure. | 182 Language/13_Libraries_and_Scripts/2_Exports_A04_t01: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 182 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # TODO(vm-team): Pleas
e triage this failure. | 183 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 183 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # TODO(vm-team): Pleas
e triage this failure. | 184 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 184 Language/13_Libraries_and_Scripts/2_Exports_A04_t04: Fail # TODO(vm-team): Pleas
e triage this failure. | 185 Language/13_Libraries_and_Scripts/2_Exports_A04_t04: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 185 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # TODO(vm-team): Pleas
e triage this failure. | 186 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 186 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(vm-team): Pleas
e triage this failure. | 187 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 187 Language/13_Libraries_and_Scripts/3_Parts_A03_t03: Fail # TODO(vm-team): Please
triage this failure. | |
| 188 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # TODO(vm-team): Pleas
e triage this failure. | 188 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 189 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage
this failure. | 189 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage
this failure. |
| 190 LibTest/core/Queue/Queue.from_A01_t02: Fail # TODO(vm-team): Please triage this
failure. | 190 LibTest/core/Queue/Queue.from_A01_t02: Fail # TODO(vm-team): Please triage this
failure. |
| 191 LibTest/core/Set/Set.from_A01_t02: Fail # TODO(vm-team): Please triage this fail
ure. | 191 LibTest/core/Set/Set.from_A01_t02: Fail # TODO(vm-team): Please triage this fail
ure. |
| 192 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag
e this failure. | 192 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag
e this failure. |
| 193 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. | 193 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. |
| 194 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this
failure. | 194 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this
failure. |
| 195 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu
re. | 195 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu
re. |
| 196 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 196 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. |
| 197 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. | 197 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 | 405 |
| 406 | 406 |
| 407 # function 'func' not found in super class, getter 'func' should be invoked firs
t. | 407 # function 'func' not found in super class, getter 'func' should be invoked firs
t. |
| 408 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
co19 issue 251 or issue 5732 | 408 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
co19 issue 251 or issue 5732 |
| 409 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
co19 issue 251 or issue 5732 | 409 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
co19 issue 251 or issue 5732 |
| 410 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
co19 issue 251 or issue 5732 | 410 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
co19 issue 251 or issue 5732 |
| 411 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
co19 issue 251 or issue 5732 | 411 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
co19 issue 251 or issue 5732 |
| 412 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
co19 issue 251 or issue 5732 | 412 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
co19 issue 251 or issue 5732 |
| 413 | 413 |
| 414 | 414 |
| 415 # initializer must be a compile time constant | |
| 416 Language/11_Expressions/30_Identifier_Reference_A05_t09: Fail | |
| 417 | |
| 418 | |
| 419 # invalid operator overloading | 415 # invalid operator overloading |
| 420 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail | 416 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail |
| 421 | 417 |
| 422 | 418 |
| 423 # parameter name or type expected | 419 # parameter name or type expected |
| 424 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail | 420 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail |
| 425 | 421 |
| 426 | 422 |
| 427 [ $compiler == none && $runtime == vm && $checked ] | 423 [ $compiler == none && $runtime == vm && $checked ] |
| 428 Language/03_Overview/1_Scoping_A02_t30: Fail | 424 Language/03_Overview/1_Scoping_A02_t30: Fail |
| 429 | 425 |
| 430 | 426 |
| 431 [ $compiler == none && $runtime == vm && $mode == debug ] | 427 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 432 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 428 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 433 | 429 |
| 434 [ $compiler == none && $arch == simarm ] | 430 [ $compiler == none && $arch == simarm ] |
| 435 *: Skip | 431 *: Skip |
| 436 | 432 |
| 437 [ $compiler == none && $arch == arm ] | 433 [ $compiler == none && $arch == arm ] |
| 438 *: Skip | 434 *: Skip |
| OLD | NEW |