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 | 5 |
| 6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
| 7 # for co19 bugs. | 7 # for co19 bugs. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 | 9 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 |
| 10 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429 | 10 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429 |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 246 | 246 |
| 247 [ $compiler == dart2js && $system == macos && $runtime == d8 ] | 247 [ $compiler == dart2js && $system == macos && $runtime == d8 ] |
| 248 LibTest/core/Math/acos_A01_t01: Fail, OK | 248 LibTest/core/Math/acos_A01_t01: Fail, OK |
| 249 LibTest/core/Math/asin_A01_t01: Fail, OK | 249 LibTest/core/Math/asin_A01_t01: Fail, OK |
| 250 LibTest/core/Math/atan_A01_t01: Fail, OK | 250 LibTest/core/Math/atan_A01_t01: Fail, OK |
| 251 | 251 |
| 252 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 252 [ $compiler == dart2js && $system == windows && $runtime == d8 ] |
| 253 LibTest/core/double/operator_remainder_A01_t04: Fail | 253 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 254 | 254 |
| 255 [ $compiler == dart2js ] | 255 [ $compiler == dart2js ] |
| 256 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. | |
|
ahe
2012/10/11 04:55:40
Is this a co19 bug?
aam-me
2012/10/11 06:14:00
No, it is not. It is dart2js bug as far as I can t
| |
| 257 | |
| 256 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. | 258 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. |
| 257 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. | 259 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. |
| 258 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. | 260 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. |
| 259 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. | 261 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. |
| 260 | 262 |
| 261 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call | 263 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call |
| 262 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call | 264 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call |
| 263 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call | 265 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call |
| 264 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call | 266 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call |
| 265 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call | 267 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 391 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194 | 393 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194 |
| 392 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 | 394 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 |
| 393 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 | 395 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 |
| 394 | 396 |
| 395 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 | 397 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 |
| 396 | 398 |
| 397 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 | 399 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 |
| 398 | 400 |
| 399 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 | 401 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 |
| 400 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 | 402 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 |
| 401 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198 | |
| 402 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198 | |
| 403 | 403 |
| 404 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236 | 404 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236 |
| 405 | 405 |
| 406 Language/13_Libraries_and_Scripts/2_Imports_A03_t06: Fail, OK # co19 issue 244 | 406 Language/13_Libraries_and_Scripts/2_Imports_A03_t06: Fail, OK # co19 issue 244 |
| 407 | 407 |
| 408 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail, OK # co19 issue 246 | 408 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail, OK # co19 issue 246 |
| 409 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail, OK # co19 issue 246 | 409 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail, OK # co19 issue 246 |
| 410 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail, OK # co19 issue 246 | 410 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail, OK # co19 issue 246 |
| 411 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail, OK # co19 issue 246 | 411 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail, OK # co19 issue 246 |
| 412 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail, OK # co19 issue 246 | 412 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail, OK # co19 issue 246 |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 772 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 772 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 773 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 773 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 774 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 774 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 775 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 775 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 776 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 776 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 777 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 777 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 778 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 778 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 779 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 779 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 780 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 780 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 781 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 781 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |