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

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

Issue 21049012: Update VM to handle malformed types according to revised spec (issues 9055, (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/instanceof3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-runtime.status
===================================================================
--- tests/co19/co19-runtime.status (revision 25651)
+++ tests/co19/co19-runtime.status (working copy)
@@ -93,8 +93,6 @@
Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # co19 issue 426
Language/11_Expressions/05_Strings_A02_t46: Fail # Dart issue 4009
Language/11_Expressions/05_Strings_A02_t48: Fail # Dart issue 4009
-Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # Dart issue 3309
-Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # Dart issue 7247
Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # Dart issue 1372
Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # Dart issue 5775
Language/11_Expressions/30_Identifier_Reference_A05_t02: Fail # Dart issue 2492
@@ -394,6 +392,43 @@
Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Override rules have been relaxed. Issue
Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Override rules have been relaxed. Issue
+Language/03_Overview/1_Scoping_A02_t28: Fail # Issue 463
+Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
+Language/09_Generics/09_Generics_A05_t01: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation/2_Const_A07_t01: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation/2_Const_A07_t02: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation/2_Const_A07_t03: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation_A03_t01: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation_A03_t02: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation_A04_t01: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation_A04_t02: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation_A04_t03: Fail # Issue 463
+Language/11_Expressions/11_Instance_Creation_A04_t04: Fail # Issue 463
+Language/11_Expressions/31_Type_Test_A04_t01: Fail # Issue 463
+Language/11_Expressions/31_Type_Test_A05_t01: Fail # Issue 463
+Language/11_Expressions/31_Type_Test_A05_t02: Fail # Issue 463
+Language/11_Expressions/31_Type_Test_A05_t03: Fail # Issue 463
+Language/11_Expressions/32_Type_Cast_A03_t01: Fail # Issue 463
+Language/11_Expressions/32_Type_Cast_A03_t02: Fail # Issue 463
+Language/11_Expressions/32_Type_Cast_A04_t01: Fail # Issue 463
+Language/11_Expressions/32_Type_Cast_A04_t02: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t48: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail # Issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t68: Fail # Issue 463
+Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # Issue 463
+
# end [ $compiler == none && $runtime == vm ]
@@ -404,6 +439,15 @@
[ $compiler == none && $runtime == vm && $checked ]
+Language/03_Overview/1_Scoping_A02_t30: Fail # co19 issue 463
+Language/09_Generics/09_Generics_A05_t02: Fail # co19 issue 463
+Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # co19 issue 463, bound is mapped to dynamic, no error.
+Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # co19 issue 463, bound is mapped to dynamic, no error.
+Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # co19 issue 463, bound is mapped to dynamic, no error.
+Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # co19 issue 463, bound is mapped to dynamic, no error.
+Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # co19 issue 463
+Language/14_Types/8_Parameterized_Types_A02_t01: Fail # co19 issue 463
+
LibTest/core/AssertionError/line_A01_t02: Fail # co19 issue 479
LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 480
LibTest/core/TypeError/line_A01_t01: Fail # co19 issue 479
@@ -416,36 +460,40 @@
Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A01_t02: Fail, OK # co19 issue 405
Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail, OK # co19 issue 405
Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail, OK # co19 issue 405
-Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail, OK # co19 issue 405
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, OK # co19 issue 405
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, OK # co19 issue 405
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, OK # co19 issue 405
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, OK # co19 issue 405
Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405
-Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405
Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405
Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405
Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405
Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405
Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # co19 issue 460
+# Passing for the wrong reasons:
+Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Pass # co19 issues 405 and 463
+Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Pass # co19 issues 405 and 463
+Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Pass # co19 issues 405 and 463
+Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Pass # co19 issues 405 and 463
+Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Pass # co19 issues 405 and 463
+Language/11_Expressions/17_Getter_Invocation_A02_t02: Pass # co19 issues 405 and 463
+Language/11_Expressions/32_Type_Cast_A05_t01: Fail # co19 issue 463 and issue 5280
+Language/11_Expressions/32_Type_Cast_A05_t02: Pass # co19 issue 463 and issue 5280
+Language/11_Expressions/32_Type_Cast_A05_t04: Pass # co19 issue 463 and issue 5280
+
Language/12_Statements/09_Switch_A05_t01: Fail # co19 issue 442
-Language/03_Overview/1_Scoping_A02_t30: Fail
-
LibTest/core/Set/intersection_A01_t01: Fail # issue 390
LibTest/core/Set/intersection_A01_t02: Fail # issue 390
LibTest/core/Set/intersection_A01_t03: Fail # issue 390
-LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400
-LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
-LibTest/core/List/List.from_A01_t01: Fail # Issue 400
-LibTest/core/List/every_A01_t01: Fail # Issue 400
-LibTest/core/Match/str_A01_t01: Fail # Issue 400
+LibTest/collection/Queue/Queue.from_A01_t01: Pass # Issue 400 and 463
+LibTest/collection/Queue/Queue.from_A01_t02: Pass # Issue 400 and 463
+LibTest/core/List/List.from_A01_t01: Pass # Issue 400 and 463
+LibTest/core/List/every_A01_t01: Pass # Issue 400 and 463
+LibTest/core/Match/str_A01_t01: Pass # Issue 400 and 463
-LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Issue 407
-LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 407
-LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407
-LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407
+# Passing for the wrong reasons:
+LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Issue 407 and 463
+LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 407 and 463
+LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463
+LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463
#end [ $compiler == none && $runtime == vm && $checked ]
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/instanceof3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698