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

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

Issue 11368138: Add some support for the code-point code-unit distinction. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 # can understand so he can file a bug later. 387 # can understand so he can file a bug later.
388 # 388 #
389 [ $compiler == dart2js ] 389 [ $compiler == dart2js ]
390 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241 390 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241
391 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241 391 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241
392 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241 392 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241
393 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241 393 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241
394 394
395 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 395 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
396 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 396 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
397 LibTest/core/String/String_class_A02_t01: Pass, Fail, OK # issue 6418 compiler c ancelled: Unhandled non-BMP character: U+10000
398 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
399 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
400 397
401 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 398 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
402 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 399 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
403 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 400 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
404 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 401 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
405 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 402 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
406 403
407 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 404 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
408 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 405 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
409 406
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 661 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
665 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 662 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
666 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 663 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
667 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 664 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
668 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 665 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
669 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 666 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
670 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 667 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
671 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 668 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
672 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 669 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
673 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 670 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698