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

Unified Diff: tests/co19/co19-analyzer.status

Issue 56773002: Issue 13241. Report StaticWarningCode.CONFLICTING_INSTANCE_METHOD_SETTER. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use InheritanceManager Created 7 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 side-by-side diff with in-line comments
Download patch
Index: tests/co19/co19-analyzer.status
diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status
index 35f46d2c1d27a6d468901d4f9c248bc3fd9ae3a4..7bfc06bb8330b47e630027a8a32c1616ec900a6f 100644
--- a/tests/co19/co19-analyzer.status
+++ b/tests/co19/co19-analyzer.status
@@ -23,10 +23,6 @@ Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r
Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning
Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning
-# TBF: It is a static warning if a class C declares an instance method named n and has a setter named n=.
-Language/07_Classes/1_Instance_Methods_A07_t01: MissingStaticWarning
-Language/07_Classes/1_Instance_Methods_A07_t02: MissingStaticWarning
-
# TBF: Static members should not be accessible via subclasses.
Language/07_Classes/7_Static_Methods_A01_t03: MissingStaticWarning
Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: MissingStaticWarning
@@ -244,9 +240,6 @@ Language/13_Statements/03_Variable_Declaration_A01_t16: Fail
Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629
-
-
-
# co19 issue 642, The argument type 'int' cannot be assigned to the parameter type 'Iterable'
LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK
@@ -261,6 +254,16 @@ Language/06_Functions/06_Functions_A04_t01: Fail, OK
# co19 issue 646, I don't see where Spec requires any warning for boolean conversion
Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticWarning
+# co19 issue #652, test is invalid, class "C" is not inherited from "A"
+Language/07_Classes/1_Instance_Methods_A07_t02: MissingStaticWarning, OK
+
+# co19 issue #653, instance method setter with the same name
+Language/07_Classes/3_Setters_A04_t02: StaticWarning, OK
+Language/07_Classes/3_Setters_A04_t03: StaticWarning, OK
+Language/07_Classes/3_Setters_A04_t04: StaticWarning, OK
+
+
+
Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: MissingStaticWarning
Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t02: MissingStaticWarning
Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: MissingStaticWarning

Powered by Google App Engine
This is Rietveld 408576698