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

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

Issue 11418115: Fix Unicode issues in dart2js and dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove accidental test expectation dupe 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 # can understand so he can file a bug later. 370 # can understand so he can file a bug later.
371 # 371 #
372 [ $compiler == dart2js ] 372 [ $compiler == dart2js ]
373 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241 373 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241
374 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241 374 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241
375 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241 375 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241
376 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241 376 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241
377 377
378 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 378 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
379 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 379 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
380 LibTest/core/String/String_class_A02_t01: Pass, Fail, OK # issue 6418 compiler c ancelled: Unhandled non-BMP character: U+10000 380 LibTest/core/String/String_class_A02_t01: Fail, OK # co19 issue 284
381 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 381 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # charCodeAt can't be used to g et supplementary characters.
382 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
383 382
384 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 383 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
385 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 384 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
386 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 385 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
387 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 386 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
388 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 387 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
389 388
390 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 389 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
391 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 390 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
392 391
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 785 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
787 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 786 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
788 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 787 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
789 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 788 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
790 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 789 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
791 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 790 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
792 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 791 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
793 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 792 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
794 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 793 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
795 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 794 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698