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

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

Issue 23456030: Emit compile-time error for incorrectly used optional parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address Kathy's comments. 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
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/parameter_default_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 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 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 179 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 180 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
181 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
182 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
183 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 181 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
184 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 182 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308
185 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e 183 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e
186 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure 184 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure
187 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re 185 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re
188 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure 186 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure
189 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure 187 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure
190 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f ailure 188 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f ailure
191 LibTest/typed_data/ByteData/ByteData.view_A03_t01: fail # co19-roll r569: Please triage this failure 189 LibTest/typed_data/ByteData/ByteData.view_A03_t01: fail # co19-roll r569: Please triage this failure
192 LibTest/typed_data/ByteData/ByteData.view_A01_t02: fail # co19-roll r569: Please triage this failure 190 LibTest/typed_data/ByteData/ByteData.view_A01_t02: fail # co19-roll r569: Please triage this failure
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 657 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
660 LibTest/typed_data/Uint8ClampedList/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
661 LibTest/typed_data/Uint8List/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
662 660
663 [ $compiler == dart2js || $compiler == dart2dart ] 661 [ $compiler == dart2js || $compiler == dart2dart ]
664 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1 9-roll r569: Please triage this failure 662 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1 9-roll r569: Please triage this failure
665 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: fail # co19-roll r576: Please triage this failure 663 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: fail # co19-roll r576: Please triage this failure
666 LibTest/core/Uri/Uri_A06_t02: fail # co19-roll r576: Please triage this failure 664 LibTest/core/Uri/Uri_A06_t02: fail # co19-roll r576: Please triage this failure
667 LibTest/core/Uri/Uri_A06_t03: fail # co19-roll r576: Please triage this failure 665 LibTest/core/Uri/Uri_A06_t03: fail # co19-roll r576: Please triage this failure
668 666
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/parameter_default_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698