| 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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 | 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 |
| 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 | 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 |
| 8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/
5429 | 8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/
5429 |
| 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/
5429 | 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/
5429 |
| 10 | 10 |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 # end-of-line comment. See co19 issue 184. | 224 # end-of-line comment. See co19 issue 184. |
| 225 Language/08_Interfaces/1_Methods_A03_t01: Pass, OK # co19 issue 188 | 225 Language/08_Interfaces/1_Methods_A03_t01: Pass, OK # co19 issue 188 |
| 226 Language/08_Interfaces/1_Methods_A03_t02: Pass, OK # co19 issue 188 | 226 Language/08_Interfaces/1_Methods_A03_t02: Pass, OK # co19 issue 188 |
| 227 Language/08_Interfaces/1_Methods_A03_t03: Pass, OK # co19 issue 188 | 227 Language/08_Interfaces/1_Methods_A03_t03: Pass, OK # co19 issue 188 |
| 228 Language/08_Interfaces/1_Methods_A03_t04: Pass, OK # co19 issue 188 | 228 Language/08_Interfaces/1_Methods_A03_t04: Pass, OK # co19 issue 188 |
| 229 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Pass, OK # co19 issue 188 | 229 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Pass, OK # co19 issue 188 |
| 230 Language/08_Interfaces/Interfaces_A01_t04: Pass, OK # TODO(ahe): Is this a bad t
est or a bug in dart2js? | 230 Language/08_Interfaces/Interfaces_A01_t04: Pass, OK # TODO(ahe): Is this a bad t
est or a bug in dart2js? |
| 231 Language/10_Expressions/01_Constants_A15_t48: Pass, OK # co19 issue 171 | 231 Language/10_Expressions/01_Constants_A15_t48: Pass, OK # co19 issue 171 |
| 232 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Pass, OK # Missing
check for const initializer | 232 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Pass, OK # Missing
check for const initializer |
| 233 | 233 |
| 234 Language/10_Expressions/02_Null_A03_t01: Fail, OK # co19 issue 227 |
| 235 |
| 236 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t13: Fail, OK # co
19 issue 228 |
| 237 |
| 234 [ $compiler == dart2js && $system == macos && $runtime == d8 ] | 238 [ $compiler == dart2js && $system == macos && $runtime == d8 ] |
| 235 LibTest/core/Math/acos_A01_t01: Fail, OK | 239 LibTest/core/Math/acos_A01_t01: Fail, OK |
| 236 LibTest/core/Math/asin_A01_t01: Fail, OK | 240 LibTest/core/Math/asin_A01_t01: Fail, OK |
| 237 LibTest/core/Math/atan_A01_t01: Fail, OK | 241 LibTest/core/Math/atan_A01_t01: Fail, OK |
| 238 | 242 |
| 239 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 243 [ $compiler == dart2js && $system == windows && $runtime == d8 ] |
| 240 LibTest/core/double/operator_remainder_A01_t04: Fail | 244 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 241 | 245 |
| 242 [ $compiler == dart2js ] | 246 [ $compiler == dart2js ] |
| 247 Language/11_Statements/14_Throw_A03_t01: Fail # http://dartbug.com/5519 |
| 248 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5
519 |
| 249 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5
519 |
| 250 |
| 243 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 251 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 244 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 252 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 245 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 253 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 246 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 254 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 247 | 255 |
| 248 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 256 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
| 249 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 257 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
| 250 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call | 258 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call |
| 251 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call | 259 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call |
| 252 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 260 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 868 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 861 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 869 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 862 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 870 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 863 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 871 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 864 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 872 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 865 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 873 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 866 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 874 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 867 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 875 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 868 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 876 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 869 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 877 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |