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

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

Issue 10942025: Convert String and List to abstract classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated to tip-of-tree. Created 8 years, 2 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
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 ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429 8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429
10 10
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 292 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
293 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 293 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
294 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 294 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
295 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 295 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
296 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 296 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
297 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. 297 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145.
298 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 298 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
299 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 299 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
300 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 300 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
301 301
302 LibTest/core/String/String_class_A03_t01: Fail # co19 issue 230
303
304 Language/06_Functions/06_Functions_A01_t23: Fail, OK # co19 issue 210 302 Language/06_Functions/06_Functions_A01_t23: Fail, OK # co19 issue 210
305 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 303 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
306 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 304 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
307 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 305 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
308 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 306 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
309 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 307 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
310 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # co19 issue 21 0 308 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # co19 issue 21 0
311 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # co19 issue 21 0 309 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # co19 issue 21 0
312 Language/11_Statements/08_Switch_A07_t02: Fail, OK # co19 issue 210 310 Language/11_Statements/08_Switch_A07_t02: Fail, OK # co19 issue 210
313 Language/11_Statements/15_Assert_A01_t03: Fail, OK # co19 issue 210 311 Language/11_Statements/15_Assert_A01_t03: Fail, OK # co19 issue 210
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 731 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
734 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 732 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
735 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 733 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
736 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 734 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
737 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 735 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
738 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 736 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
739 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 737 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
740 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 738 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
741 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 739 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
742 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 740 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698