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

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

Issue 12087094: Removed Dynamic keyword support from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Copied inherited dart2js test status to dart2dart status file. 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure. 6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure.
7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure. 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure.
8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure. 8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure.
9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure. 9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure.
10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure. 10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure.
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # inherited from VM 344 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # inherited from VM
345 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c om/5519 345 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c om/5519
346 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c om/5519 346 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c om/5519
347 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c om/5519 347 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c om/5519
348 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c om/5519 348 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c om/5519
349 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # Inherited from d art2js 349 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # Inherited from d art2js
350 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed 350 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed
351 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed 351 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed
352 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed 352 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed
353 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # Inherited from d art2js 353 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # Inherited from d art2js
354 Language/14_Types/5_Function_Types_A01_t03: Fail # Inherited from dart2js
355 Language/14_Types/5_Function_Types_A06_t01: Fail # Inherited from dart2js 354 Language/14_Types/5_Function_Types_A06_t01: Fail # Inherited from dart2js
356 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # inherited from dart2js 355 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # inherited from dart2js
357 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js 356 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js
358 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # Inherited from dart2js 357 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # Inherited from dart2js
359 LibTest/core/Date/Date.fromString_A03_t01: Fail, OK # Issue co19 - 121 358 LibTest/core/Date/Date.fromString_A03_t01: Fail, OK # Issue co19 - 121
360 LibTest/core/Date/toString_A02_t01: Fail, OK # inherited from VM 359 LibTest/core/Date/toString_A02_t01: Fail, OK # inherited from VM
361 LibTest/core/Date/year_A01_t01: Fail, OK # inherited from VM 360 LibTest/core/Date/year_A01_t01: Fail, OK # inherited from VM
362 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 361 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
363 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 362 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
364 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 363 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 LibTest/core/List/setRange_A03_t02: Fail # List constructors, co19 issue 384 687 LibTest/core/List/setRange_A03_t02: Fail # List constructors, co19 issue 384
689 688
690 689
691 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 690 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
692 691
693 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 692 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
694 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 693 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
695 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 694 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
696 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 695 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
697 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 696 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/scanner/scanner.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698