Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 24326003: Reapply: "Emit compile-time error on duplicate parameter names in typedefs." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Check for optional parameter assumes function, not typedef. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 155
156 156
157 # 157 #
158 # Issues with co19 test suite. 158 # Issues with co19 test suite.
159 # 159 #
160 # If you add anything here, either file a bug against the Dart 160 # If you add anything here, either file a bug against the Dart
161 # language specification, co19 test suite, or add a comment that ahe@ 161 # language specification, co19 test suite, or add a comment that ahe@
162 # can understand so he can file a bug later. 162 # can understand so he can file a bug later.
163 # 163 #
164 [ $compiler == dart2js ] 164 [ $compiler == dart2js ]
165 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
166 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 165 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 166 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 167 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 168 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 169 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 170 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 171 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 172 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 173 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 174 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
302 LibTest/math/log_A01_t01: Fail # TODO(kasperl): Please triage. 300 LibTest/math/log_A01_t01: Fail # TODO(kasperl): Please triage.
303 301
304 302
305 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ] 303 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
306 *: Skip 304 *: Skip
307 305
308 # 306 #
309 # Missing compile-time errors. 307 # Missing compile-time errors.
310 # 308 #
311 [ $compiler == dart2js ] 309 [ $compiler == dart2js ]
312 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202
313 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. 310 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.
314 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 . 311 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 .
315 Language/05_Variables/05_Variables_A08_t01: Fail # Checks that a compile-time er ror occurs if a constant variable is not initialized. 312 Language/05_Variables/05_Variables_A08_t01: Fail # Checks that a compile-time er ror occurs if a constant variable is not initialized.
316 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 313 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
317 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final. 314 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final.
318 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable. 315 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable.
319 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 316 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
320 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 317 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
321 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializ er. 318 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializ er.
322 Language/12_Expressions/01_Constants_A20_t03: Fail # Checks that an identifier e xpression that denotes a type parameter can not be assigned to a constant varia ble. 319 Language/12_Expressions/01_Constants_A20_t03: Fail # Checks that an identifier e xpression that denotes a type parameter can not be assigned to a constant varia ble.
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 633
637 [ $compiler == dart2js ] 634 [ $compiler == dart2js ]
638 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 635 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
639 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 636 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
640 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 637 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
641 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 638 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
642 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 639 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
643 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 640 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
644 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 641 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
645 642
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698