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

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

Issue 10908236: Convert static error to warning for calls to toplevel methods, getters and setters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index ceb73dd4477628a58840de7d3696ed4dffe75ae7..852c00d9686b95fa0c6a8e52694a62b94fdeba68 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -636,6 +636,37 @@ LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
+Language/05_Variables/05_Variables_A01_t03: Fail, OK # Issue 1031: error -> warning
ahe 2012/09/13 11:26:39 Could you use the convention I have used on lines
karlklose 2012/09/13 12:00:43 Done.
+Language/06_Functions/06_Functions_A01_t23: Fail, OK # Issue 1031: error -> warning
+Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # Issue 1031: error -> warning
+Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # Issue 1031: error -> warning
+Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # Issue 1031: error -> warning
+Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # Issue 1031: error -> warning
+Language/06_Functions/2_Formal_Parameters_A02_t01: Fail, OK # Issue 1031: error -> warning
+Language/08_Interfaces/4_Factories_and_Constructors_A02_t06: Fail, OK # Issue 1031: error -> warning
+Language/10_Expressions/03_Numbers_A01_t19: Fail, OK # Issue 1031: error -> warning
+Language/10_Expressions/03_Numbers_A01_t20: Fail, OK # Issue 1031: error -> warning
+Language/10_Expressions/03_Numbers_A01_t28: Fail, OK # Issue 1031: error -> warning
+Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t07: Fail, OK # Issue 1031: error -> warning
+Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # Issue 1031: error -> warning
+Language/10_Expressions/28_Identifier_Reference_A05_t07: Fail, OK # Issue 1031: error -> warning
+Language/13_Libraries_and_Scripts/2_Imports_A01_t23: Fail, OK # Issue 1031: error -> warning
+Language/13_Libraries_and_Scripts/2_Imports_A01_t02: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/03_Variable_Declaration_A01_t05: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/03_Variable_Declaration_A01_t06: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/03_Variable_Declaration_A02_t03: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/03_Variable_Declaration_A02_t06: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/15_Assert_A01_t04: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/11_Labels_A01_t05: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/03_Variable_Declaration_A02_t05: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/05_For_A01_t07: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/15_Assert_A01_t03: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/15_Assert_A01_t05: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/03_Variable_Declaration_A01_t09: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/08_Switch_A07_t02: Fail, OK # Issue 1031: error -> warning
+Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # Issue 1031: error -> warning
+
LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157
LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157
@@ -1026,7 +1057,6 @@ Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
Language/10_Expressions/16_Assignment_A04_t05: Fail # http://dartbug.com/5027
-Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A02_t01: Fail # http://dartbug.com/5028
Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail # http://dartbug.com/5028
Language/10_Expressions/15_Getter_Invocation_A07_t04: Fail # http://dartbug.com/5028
Language/10_Expressions/16_Assignment_A04_t03: Fail # http://dartbug.com/5028

Powered by Google App Engine
This is Rietveld 408576698