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

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

Issue 19802003: Report an error if a const constructor calls a non-const constructor. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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 && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out. 7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out.
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set ter can't be used in place of a class member definition. 684 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set ter can't be used in place of a class member definition.
685 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith er have any required parameters. 685 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith er have any required parameters.
686 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim e error is produced if m1 has almost the same set of named parameters as m2 exc ept for one of them having a different name. 686 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim e error is produced if m1 has almost the same set of named parameters as m2 exc ept for one of them having a different name.
687 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i s produced if empty formal parameter list is present. 687 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i s produced if empty formal parameter list is present.
688 Language/07_Classes/2_Getters_A01_t05: Fail # Checks that a compile-time error i s produced if an static getter has empty formal parameter list. 688 Language/07_Classes/2_Getters_A01_t05: Fail # Checks that a compile-time error i s produced if an static getter has empty formal parameter list.
689 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Checks that a co mpile-time error is produced when the overriding abstract method has fewer named parameters than the instance method being overridden (2 vs 3) and neither have any required parameters. 689 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Checks that a co mpile-time error is produced when the overriding abstract method has fewer named parameters than the instance method being overridden (2 vs 3) and neither have any required parameters.
690 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Checks that a co mpile-time error is produced when the overriding non-abstract instance method h as the same set of named parameters as the abstract method being overriden, but in a different order. 690 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Checks that a co mpile-time error is produced when the overriding non-abstract instance method h as the same set of named parameters as the abstract method being overriden, but in a different order.
691 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Checks that a co mpile-time error is produced when the overriding non-abstract instance method h as almost the same set of named parameters as the abstract method being override n, except for one that has a different name. 691 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Checks that a co mpile-time error is produced when the overriding non-abstract instance method h as almost the same set of named parameters as the abstract method being override n, except for one that has a different name.
692 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che cks that error is produced if a final variable is not initialized in one of the specified ways. 692 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che cks that error is produced if a final variable is not initialized in one of the specified ways.
693 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check s that a compile-time error is produced when a class with constant constructor also declares a non-final instance variable. 693 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check s that a compile-time error is produced when a class with constant constructor also declares a non-final instance variable.
694 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t02: Fail # Check s that compile-time error is produced when a class with constant constructor inh erits a non-final instance variable.
695 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i s produced when a named constructor definition does not begin with the name of i ts class. 694 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i s produced when a named constructor definition does not begin with the name of i ts class.
696 Language/11_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis ionByZeroException raised during evaluation of a compile-time constant causes a compile-time error. 695 Language/11_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis ionByZeroException raised during evaluation of a compile-time constant causes a compile-time error.
697 Language/11_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE xception raised during evaluation of a compile-time constant causes a compile-ti me error. 696 Language/11_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE xception raised during evaluation of a compile-time constant causes a compile-ti me error.
698 Language/11_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 697 Language/11_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
699 Language/11_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 698 Language/11_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
700 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression. 699 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
701 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression. 700 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
702 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression. 701 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
703 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 702 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
704 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 703 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 745 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
747 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 746 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
748 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 747 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
749 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 748 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
750 749
751 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 750 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
752 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 751 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
753 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 752 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
754 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 753 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
755 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 754 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | tests/language/const_constructor_mixin2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698