| 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 && $runtime == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
| 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 | 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 |
| 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 | 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 |
| 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 | 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 |
| 9 | 9 |
| 10 [ $compiler == dart2js && $runtime == jsshell ] | 10 [ $compiler == dart2js && $runtime == jsshell ] |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 | 157 |
| 158 | 158 |
| 159 # | 159 # |
| 160 # Issues with co19 test suite. | 160 # Issues with co19 test suite. |
| 161 # | 161 # |
| 162 # If you add anything here, either file a bug against the Dart | 162 # If you add anything here, either file a bug against the Dart |
| 163 # language specification, co19 test suite, or add a comment that ahe@ | 163 # language specification, co19 test suite, or add a comment that ahe@ |
| 164 # can understand so he can file a bug later. | 164 # can understand so he can file a bug later. |
| 165 # | 165 # |
| 166 [ $compiler == dart2js ] | 166 [ $compiler == dart2js ] |
| 167 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 |
| 168 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 |
| 167 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 | 169 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 |
| 168 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 | 170 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 |
| 169 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co
m/5021 | 171 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co
m/5021 |
| 170 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 | 172 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 |
| 171 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur
e | 173 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur
e |
| 172 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr
iage this failure | 174 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr
iage this failure |
| 173 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu
re | 175 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu
re |
| 174 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please
triage this failure | 176 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please
triage this failure |
| 175 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this
failure | 177 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this
failure |
| 176 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f
ailure | 178 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f
ailure |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 LibTest/math/log_A01_t01: Fail # TODO(kasperl): Please triage. | 304 LibTest/math/log_A01_t01: Fail # TODO(kasperl): Please triage. |
| 303 | 305 |
| 304 | 306 |
| 305 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr
ome || $runtime == drt || $runtime == safari || $runtime == opera) ] | 307 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr
ome || $runtime == drt || $runtime == safari || $runtime == opera) ] |
| 306 *: Skip | 308 *: Skip |
| 307 | 309 |
| 308 # | 310 # |
| 309 # Missing compile-time errors. | 311 # Missing compile-time errors. |
| 310 # | 312 # |
| 311 [ $compiler == dart2js ] | 313 [ $compiler == dart2js ] |
| 314 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202 |
| 312 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar
ation cannot contain both 'final' and 'var'. | 315 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar
ation cannot contain both 'final' and 'var'. |
| 313 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar
ation cannot contain both 'var' and 'type'. | 316 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar
ation cannot contain both 'var' and 'type'. |
| 314 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in
a single variable declaration must be delimited by commas. | 317 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in
a single variable declaration must be delimited by commas. |
| 315 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat
ion cannot contain both 'const' and 'var'. | 318 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat
ion cannot contain both 'const' and 'var'. |
| 316 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat
ion cannot contain both 'const' and 'final'. | 319 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat
ion cannot contain both 'const' and 'final'. |
| 317 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat
ion cannot contain 'const', 'final' and 'var' simultaneously. | 320 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat
ion cannot contain 'const', 'final' and 'var' simultaneously. |
| 318 Language/05_Variables/05_Variables_A07_t07: Fail # Checks that a compile-time er
ror occurs if a global constant variable is not initialized at declaration. | 321 Language/05_Variables/05_Variables_A07_t07: Fail # Checks that a compile-time er
ror occurs if a global constant variable is not initialized at declaration. |
| 319 Language/05_Variables/05_Variables_A07_t08: Fail # Checks that a compile-time er
ror occurs if a global typed constant variable is not initialized at declaration
. | 322 Language/05_Variables/05_Variables_A07_t08: Fail # Checks that a compile-time er
ror occurs if a global typed constant variable is not initialized at declaration
. |
| 320 Language/05_Variables/05_Variables_A08_t01: Fail # Checks that a compile-time er
ror occurs if a constant variable is not initialized. | 323 Language/05_Variables/05_Variables_A08_t01: Fail # Checks that a compile-time er
ror occurs if a constant variable is not initialized. |
| 321 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che
cks that static variable declaration can't be a required formal parameter | 324 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che
cks that static variable declaration can't be a required formal parameter |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 | 649 |
| 647 [ $compiler == dart2js ] | 650 [ $compiler == dart2js ] |
| 648 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19-
roll r587: Please triage this failure | 651 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19-
roll r587: Please triage this failure |
| 649 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19-
roll r587: Please triage this failure | 652 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19-
roll r587: Please triage this failure |
| 650 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur
e | 653 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur
e |
| 651 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur
e | 654 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur
e |
| 652 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure | 655 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure |
| 653 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure | 656 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure |
| 654 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure | 657 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure |
| 655 | 658 |
| OLD | NEW |