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

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

Issue 23463032: Emit compile-time error on duplicate parameter names in typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use defineElement for parameters. 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 167
168 168
169 # 169 #
170 # Issues with co19 test suite. 170 # Issues with co19 test suite.
171 # 171 #
172 # If you add anything here, either file a bug against the Dart 172 # If you add anything here, either file a bug against the Dart
173 # language specification, co19 test suite, or add a comment that ahe@ 173 # language specification, co19 test suite, or add a comment that ahe@
174 # can understand so he can file a bug later. 174 # can understand so he can file a bug later.
175 # 175 #
176 [ $compiler == dart2js ] 176 [ $compiler == dart2js ]
177 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
178 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
179 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 177 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
180 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 178 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
181 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 179 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
182 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 180 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308
183 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e 181 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e
184 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure 182 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure
185 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re 183 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re
186 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure 184 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure
187 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure 185 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure
188 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f ailure 186 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f ailure
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 278 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 279 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
282 280
283 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ] 281 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
284 *: Skip 282 *: Skip
285 283
286 # 284 #
287 # Missing compile-time errors. 285 # Missing compile-time errors.
288 # 286 #
289 [ $compiler == dart2js ] 287 [ $compiler == dart2js ]
290 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202
291 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 288 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
292 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'. 289 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'.
293 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas. 290 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas.
294 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'. 291 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'.
295 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'. 292 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'.
296 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously. 293 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously.
297 Language/05_Variables/05_Variables_A07_t05: Fail # Checks that a compile-time er ror occurs if a local constant variable is not initialized at declaration. 294 Language/05_Variables/05_Variables_A07_t05: Fail # Checks that a compile-time er ror occurs if a local constant variable is not initialized at declaration.
298 Language/05_Variables/05_Variables_A07_t06: Fail # Checks that a compile-time er ror occurs if a local typed constant variable is not initialized at declaration. 295 Language/05_Variables/05_Variables_A07_t06: Fail # Checks that a compile-time er ror occurs if a local typed constant variable is not initialized at declaration.
299 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. 296 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.
300 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 . 297 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 .
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 654 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
658 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 655 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
659 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 656 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
660 657
661 [ $compiler == dart2js || $compiler == dart2dart ] 658 [ $compiler == dart2js || $compiler == dart2dart ]
662 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1 9-roll r569: Please triage this failure 659 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1 9-roll r569: Please triage this failure
663 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: fail # co19-roll r576: Please triage this failure 660 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: fail # co19-roll r576: Please triage this failure
664 LibTest/core/Uri/Uri_A06_t02: fail # co19-roll r576: Please triage this failure 661 LibTest/core/Uri/Uri_A06_t02: fail # co19-roll r576: Please triage this failure
665 LibTest/core/Uri/Uri_A06_t03: fail # co19-roll r576: Please triage this failure 662 LibTest/core/Uri/Uri_A06_t03: fail # co19-roll r576: Please triage this failure
666 663
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698