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

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

Issue 10860039: Produce error when duplicate field initializers are found (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 years, 4 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 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 Language/07_Classes/3_Setters_A03_t02: Fail # @compile-error 571 Language/07_Classes/3_Setters_A03_t02: Fail # @compile-error
572 Language/07_Classes/3_Setters_A03_t03: Fail # @compile-error 572 Language/07_Classes/3_Setters_A03_t03: Fail # @compile-error
573 Language/07_Classes/3_Setters_A03_t04: Fail # @compile-error 573 Language/07_Classes/3_Setters_A03_t04: Fail # @compile-error
574 Language/07_Classes/3_Setters_A03_t05: Fail # @compile-error 574 Language/07_Classes/3_Setters_A03_t05: Fail # @compile-error
575 Language/07_Classes/3_Setters_A03_t06: Fail # @compile-error 575 Language/07_Classes/3_Setters_A03_t06: Fail # @compile-error
576 Language/07_Classes/3_Setters_A03_t07: Fail # @compile-error 576 Language/07_Classes/3_Setters_A03_t07: Fail # @compile-error
577 Language/07_Classes/3_Setters_A03_t08: Fail # @compile-error 577 Language/07_Classes/3_Setters_A03_t08: Fail # @compile-error
578 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t04: Fail # @co mpile-error 578 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t04: Fail # @co mpile-error
579 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t05: Fail # @co mpile-error 579 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t05: Fail # @co mpile-error
580 Language/07_Classes/5_Constructors/1_Generative_Constructors_A03_t05: Fail # @co mpile-error 580 Language/07_Classes/5_Constructors/1_Generative_Constructors_A03_t05: Fail # @co mpile-error
581 Language/07_Classes/5_Constructors/1_Generative_Constructors_A07_t05: Fail # @co mpile-error
582 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail # @co mpile-error
583 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail # @co mpile-error
584 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail # @co mpile-error 581 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail # @co mpile-error
585 Language/07_Classes/5_Constructors/2_Factories_A01_t05: Fail # @compile-error 582 Language/07_Classes/5_Constructors/2_Factories_A01_t05: Fail # @compile-error
586 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail # @compile-error 583 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail # @compile-error
587 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail # @compile-error 584 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail # @compile-error
588 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail # @compile-error 585 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail # @compile-error
589 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail # @comp ile-error 586 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail # @comp ile-error
590 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp ile-error 587 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp ile-error
591 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp ile-error 588 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp ile-error
592 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp ile-error 589 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp ile-error
593 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp ile-error 590 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp ile-error
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 741 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
745 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 742 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
746 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 743 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
747 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 744 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
748 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 745 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
749 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 746 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
750 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 747 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
751 748
752 [ $compiler == dart2dart ] 749 [ $compiler == dart2dart ]
753 *: Skip 750 *: Skip
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/resolver.dart ('k') | dart/tests/language/constructor_duplicate_initializers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698