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

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

Issue 11339042: Revert "Change signature of noSuchMethod to take an InvocationMirror." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/dart_backend_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
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index a2b9cf5a11523f3a92183339eb9b3275afba675c..a6455879bec991bdcb4675dba4e3b49bb5e94188 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -75,10 +75,14 @@ Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03:
Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A03_t01: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A05_t02: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure.
+Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # TODO(vm-team): Please triage this failure.
+Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Please triage this failure.
+Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please triage this failure.
+Language/11_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please triage this failure.
Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please triage this failure.
@@ -220,8 +224,6 @@ LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
-LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300
-LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300
[ $compiler == none && $runtime == vm && $checked ]
Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this failure.
@@ -240,14 +242,6 @@ Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158
Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
-Language/03_Overview/2_Privacy_A01_t11: Fail # Passing list instead of InvocationMirror.
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Passing list instead of InvocationMirror.
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Passing list instead of InvocationMirror.
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Passing list instead of InvocationMirror.
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Passing list instead of InvocationMirror.
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t01: Fail # Passing list instead of InvocationMirror.
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t02: Fail # Passing list instead of InvocationMirror.
-
[ $compiler == none && $runtime == vm && $unchecked ]
Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please triage this failure.
LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
@@ -381,7 +375,6 @@ LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291
Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
-
LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287
@@ -419,6 +412,10 @@ LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash
# class '?' overrides function '?' of super class '?' with incompatible parameters
Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
+Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail
+Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
+Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3622
+Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3622
# function 'func' not found in super class, getter 'func' should be invoked first.
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/dart_backend_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698