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

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

Issue 12440035: Support optional function expression parameters in dart2js... and dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/language.status » ('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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 294 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
295 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294 295 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294
296 296
297 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 297 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287
298 298
299 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 299 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277
300 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 300 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277
301 301
302 [ $compiler == dart2js ] 302 [ $compiler == dart2js ]
303 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 303 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
304 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt p://dartbug.com/5026
305 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 304 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
306 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics. 305 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics.
307 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics. 306 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics.
308 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics. 307 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics.
309 308
310 Language/11_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant 309 Language/11_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
311 Language/11_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 310 Language/11_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
312 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant 311 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
313 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant 312 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
314 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant 313 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 881 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
883 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 882 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
884 883
885 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 884 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
886 885
887 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 886 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
888 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 887 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
889 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 888 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
890 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 889 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
891 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 890 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698