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

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

Issue 10513008: Fix super call invocation (issue 2028). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | « runtime/vm/parser.cc ('k') | tests/language/super_call4_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 8630)
+++ tests/co19/co19-runtime.status (working copy)
@@ -343,8 +343,8 @@
Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail
Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3622
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3622
Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail
Language/10_Expressions/15_Getter_Invocation_A04_t02: Fail
Language/10_Expressions/16_Assignment_A05_t02: Fail
@@ -357,16 +357,9 @@
Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail
-# function '?' not found in super class
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t01: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t01: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t02: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail
-Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail
+# function 'func' not found in super class, getter 'func' should be invoked first.
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t01: Fail # Issue 3621
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail # Issue 3621
# function '?' of class '?' conflicts with getter 'f' of super class '?'
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/super_call4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698