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

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

Issue 11318018: - Represent strings internally in UTF-16 format, this makes it (Closed) Base URL: http://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/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash 9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash
10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash 10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 # 436 #
437 # Issues with co19 test suite. 437 # Issues with co19 test suite.
438 # 438 #
439 # If you add anything here, either file a bug against the Dart 439 # If you add anything here, either file a bug against the Dart
440 # language specification, co19 test suite, or add a comment that ahe@ 440 # language specification, co19 test suite, or add a comment that ahe@
441 # can understand so he can file a bug later. 441 # can understand so he can file a bug later.
442 # 442 #
443 [ $compiler == dart2js ] 443 [ $compiler == dart2js ]
444 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 444 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
445 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 445 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
446 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 446 LibTest/core/String/String_class_A02_t01: Pass, Fail, OK # issue 6418 compiler c ancelled: Unhandled non-BMP character: U+10000
447 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 447 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
448 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 448 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
449 449
450 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 450 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
451 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 451 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
452 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 452 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
453 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 453 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
454 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 454 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
455 455
456 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 456 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 714 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
715 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 715 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
716 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 716 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
717 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 717 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
718 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 718 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
719 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 719 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
720 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 720 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
721 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 721 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
722 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 722 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
723 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 723 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698