Chromium Code Reviews| 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: | |
|
Ivan Posva
2012/10/24 05:47:53
Why did this line move? It should be unrelated to
regis
2012/10/24 16:50:32
A new group of failing tests is introduced on line
Ivan Posva
2012/10/24 17:20:09
Thanks for the clarification.
| |
| 5 [ $compiler == none && $runtime == vm ] | 6 [ $compiler == none && $runtime == vm ] |
| 6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: | |
| 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 |
| 11 | 11 |
| 12 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: | |
| 13 [ $compiler == none && $runtime == vm ] | |
| 14 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK | |
| 15 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK | |
| 16 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK | |
| 17 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK | |
| 18 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail, OK | |
| 19 Language/13_Libraries_and_Scripts/1_Imports_A03_t48: Fail, OK | |
| 20 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail, OK | |
| 21 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: Fail, OK | |
| 22 [ $compiler == none && $runtime == vm && $unchecked ] | |
| 23 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK | |
| 24 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail, OK | |
| 25 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail, OK | |
| 26 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail, OK | |
| 27 [ $compiler == none && $runtime == vm && $checked ] | |
| 28 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK | |
| 29 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK | |
| 30 | |
| 31 | |
| 32 [ $compiler == none && $runtime == vm ] | |
| 12 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash. | 33 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash. |
| 13 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash. | 34 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash. |
| 14 | 35 |
| 15 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this failure. | 36 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this failure. |
| 16 Language/05_Variables/05_Variables_A03_t04: Fail # TODO(vm-team): Please triage this failure. | 37 Language/05_Variables/05_Variables_A03_t04: Fail # TODO(vm-team): Please triage this failure. |
| 17 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(vm-team): Please triage this failure. | 38 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(vm-team): Please triage this failure. |
| 18 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(vm-team): Please triage this failure. | 39 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(vm-team): Please triage this failure. |
| 19 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(vm-team): Please triage this failure. | 40 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(vm-team): Please triage this failure. |
| 20 Language/05_Variables/05_Variables_A03_t15: Fail # TODO(vm-team): Please triage this failure. | 41 Language/05_Variables/05_Variables_A03_t15: Fail # TODO(vm-team): Please triage this failure. |
| 21 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # TODO(vm-team): Please triage this failure. | 42 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # TODO(vm-team): Please triage this failure. |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 163 Language/11_Statements/09_Switch_A07_t02: Fail # TODO(vm-team): Please triage th is failure. | 184 Language/11_Statements/09_Switch_A07_t02: Fail # TODO(vm-team): Please triage th is failure. |
| 164 Language/11_Statements/10_Try_A05_t06: Fail # TODO(vm-team): Please triage this failure. | 185 Language/11_Statements/10_Try_A05_t06: Fail # TODO(vm-team): Please triage this failure. |
| 165 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # TODO( vm-team): Please triage this failure. | 186 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # TODO( vm-team): Please triage this failure. |
| 166 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # TODO( vm-team): Please triage this failure. | 187 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # TODO( vm-team): Please triage this failure. |
| 167 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail # TODO(vm-team): Pleas e triage this failure. | 188 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail # TODO(vm-team): Pleas e triage this failure. |
| 168 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail # TODO(vm-team): Pleas e triage this failure. | 189 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail # TODO(vm-team): Pleas e triage this failure. |
| 169 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(vm-team): Pleas e triage this failure. | 190 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(vm-team): Pleas e triage this failure. |
| 170 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(vm-team): Pleas e triage this failure. | 191 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(vm-team): Pleas e triage this failure. |
| 171 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(vm-team): Pleas e triage this failure. | 192 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(vm-team): Pleas e triage this failure. |
| 172 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(vm-team): Pleas e triage this failure. | 193 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(vm-team): Pleas e triage this failure. |
| 173 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 174 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 175 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 176 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 177 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 178 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 179 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 180 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 181 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure. | 194 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure. |
| 182 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # TODO(vm-team): Please triage this failure. | 195 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # TODO(vm-team): Please triage this failure. |
| 183 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 196 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # TODO(vm-team): Please triage this failure. |
| 184 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag e this failure. | 197 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag e this failure. |
| 185 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. | 198 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. |
| 186 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 199 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure. |
| 187 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re. | 200 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re. |
| 188 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 201 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. |
| 189 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. | 202 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. |
| 190 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. | 203 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. |
| 191 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 204 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. |
| 192 | 205 |
| 193 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 206 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 194 | 207 |
| 195 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 | 208 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 |
| 196 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 | 209 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 |
| 197 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 | 210 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 |
| 198 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 | 211 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 |
| 199 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 | 212 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 |
| 200 | 213 |
| 201 | 214 |
| 202 [ $compiler == none && $runtime == vm && $checked ] | 215 [ $compiler == none && $runtime == vm && $checked ] |
| 203 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure. | 216 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure. |
| 204 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure. | 217 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure. |
| 205 Language/13_Libraries_and_Scripts/1_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 206 Language/13_Libraries_and_Scripts/1_Imports_A03_t21: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 207 Language/13_Libraries_and_Scripts/1_Imports_A03_t41: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 208 Language/13_Libraries_and_Scripts/1_Imports_A03_t61: Fail # TODO(vm-team): Pleas e triage this failure. | |
| 209 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. | 218 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. |
| 210 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. | 219 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. |
| 211 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. | 220 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. |
| 212 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. | 221 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. |
| 213 | 222 |
| 214 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 | 223 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 |
| 215 | 224 |
| 216 | 225 |
| 217 [ $compiler == none && $runtime == vm && $unchecked ] | 226 [ $compiler == none && $runtime == vm && $unchecked ] |
| 218 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. | 227 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 475 | 484 |
| 476 | 485 |
| 477 [ $compiler == none && $runtime == vm && $mode == debug ] | 486 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 478 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 487 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 479 | 488 |
| 480 [ $compiler == none && $arch == simarm ] | 489 [ $compiler == none && $arch == simarm ] |
| 481 *: Skip | 490 *: Skip |
| 482 | 491 |
| 483 [ $compiler == none && $arch == arm ] | 492 [ $compiler == none && $arch == arm ] |
| 484 *: Skip | 493 *: Skip |
| OLD | NEW |