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

Unified Diff: dart/tests/co19/co19-runtime.status

Issue 8509014: Don't mark @static-type-errors as negative tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Updated status files Created 9 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
« no previous file with comments | « dart/tests/co19/co19-compiler.status ('k') | dart/tests/co19/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/co19-runtime.status
diff --git a/dart/tests/co19/co19-runtime.status b/dart/tests/co19/co19-runtime.status
index 3bbefc786edf455e87491d6071c0e1c557d29ef9..c7eb85a037119ee14f8a5cc9001c8bb40c2b632a 100644
--- a/dart/tests/co19/co19-runtime.status
+++ b/dart/tests/co19/co19-runtime.status
@@ -70,7 +70,6 @@ LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail
LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail
LangGuideTest/07_Overriding/A03/t01: Fail
LangGuideTest/07_Overriding/A03/t02: Fail
-LangGuideTest/07_Overriding/A05/t01: Fail
LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail
LibTest/core/List/sort/List/sort/A01/t04: Fail
LibTest/core/List/sort/List/sort/A01/t05: Fail
@@ -89,7 +88,6 @@ LibTest/core/List/List.fromList/*: Fail
[ $component == vm && $unchecked ]
LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail
-LangGuideTest/08_Expressions/A02/t02: Fail
LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Arguments/A03/t01: Fail
LibTest/core/List/every/List/every/A01/t05: Fail
LibTest/core/List/every/List/every/A01/t06: Fail
@@ -262,20 +260,7 @@ LibTest/core/Math/sin/Math/sin/A01/t01: Fail
LibTest/core/Math/tan/Math/tan/A01/t01: Fail
[ $component == vm && $unchecked ]
LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assignment/A03/t04: Fail
-LangGuideTest/08_Expressions/A01/t02: Fail
-LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
-LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
-LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
LibTest/core/TypeError/column/TypeError/column/A01/t01: Fail
LibTest/core/TypeError/dstName/TypeError/dstName/A01/t01: Fail
LibTest/core/TypeError/dstType/TypeError/dstType/A01/t01: Fail
@@ -334,6 +319,34 @@ LibTest/core/double/round/double/round/A01/t01: Fail
[ $component == vm && $system == win32 && $checked ]
LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail
+# Started failing after making @static-type-error non-negative.
+[ $component == vm ]
+LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail
+LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail
+LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t02: Fail
+LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t03: Fail
+LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail
+LibTest/core/Map/operator\[\]/Map/operator\[\]/A01/t03: Fail
+LibTest/core/Map/operator\[\]=/Map/operator\[\]=/A01/t03: Fail
+LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail
+LibTest/core/Strings/concatAll/Strings/concatAll/A01/t02: Fail
+LibTest/core/Strings/join/Strings/join/A01/t02: Fail
+[ $component == vm && $checked ]
+LangGuideTest/08_Expressions/A02/t02: Fail
+LangGuideTest/08_Expressions/A01/t02: Fail
+LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
+LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
+LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
+
[ $arch == x64 ]
*: Skip
« no previous file with comments | « dart/tests/co19/co19-compiler.status ('k') | dart/tests/co19/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698