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

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

Issue 8384012: Make some ErrorCode-s compile-time errors and some just type warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes for comments Created 9 years, 2 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-compiler.status
diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status
index 9318a2dd57b57728401c62912795ceff96ebea21..f6c4258df21101cd27b684d64e302f947946a2e0 100644
--- a/tests/co19/co19-compiler.status
+++ b/tests/co19/co19-compiler.status
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
@@ -178,6 +178,8 @@ LibTest/core/List/List.fromList/*: Fail
# New problems on 2011-11-01.
[ $component == dartc ]
LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t01: Fail
+LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail
+LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail
LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail
@@ -205,7 +207,7 @@ LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Crash
LangSpecTest/13_Types/13_5_Function_Types/A01/t02: Crash
LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Crash
-LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail
+LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Crash
LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Crash
LangSpecTest/13_Types/13_5_Function_Types/A01/t07: Crash
LangSpecTest/13_Types/13_5_Function_Types/A01/t08: Crash
@@ -224,7 +226,16 @@ LangSpecTest/13_Types/13_5_Function_Types/A01/t20: Crash
LangSpecTest/13_Types/13_5_Function_Types/A01/t21: Crash
LangSpecTest/13_Types/13_5_Function_Types/A01/t22: Crash
LangSpecTest/13_Types/13_5_Function_Types/A01/t23: Crash
+
LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
+LangSpecTest/13_Types/13_8_Parameterized_Types/13/8/Parameterized/types/A01/t01: Fail # Bug 5532690
+LangSpecTest/13_Types/13_8_Parameterized_Types/13/8/Parameterized/types/A01/t02: Fail # Bug 5532690
+LangSpecTest/13_Types/13_8_Parameterized_Types/13/8/Parameterized/types/A01/t03: Fail # Bug 5532690
+LangSpecTest/13_Types/13_8_Parameterized_Types/13/8/Parameterized/types/A01/t04: Fail # Bug 5532690
+LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t02: Fail # Bug 5532690
+LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t03: Fail # Bug 5532690
+
+
LibTest/core/AssertError/column/AssertError/column/A01/t01: Fail
LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail
LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fail

Powered by Google App Engine
This is Rietveld 408576698