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

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

Issue 10919211: Fixed VM co19 expectations wrt. NoSuchMethodError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | 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 97c8529b1924afb613fe7c56dab7a83fd6461021..455deb446f3275c276c14b7ce50e331008e48978 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -74,7 +74,6 @@ Language/08_Interfaces/4_Factories_and_Constructors_A06_t05: Fail # TODO(vm-team
Language/08_Interfaces/4_Factories_and_Constructors_A06_t06: Fail # TODO(vm-team): Please triage this failure.
Language/08_Interfaces/4_Factories_and_Constructors_A06_t07: Fail # TODO(vm-team): Please triage this failure.
Language/08_Interfaces/4_Factories_and_Constructors_A06_t08: Fail # TODO(vm-team): Please triage this failure.
-Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: Fail # TODO(vm-team): Please triage this failure.
Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # TODO(vm-team): Please triage this failure.
Language/10_Expressions/01_Constants_A15_t38: Fail # TODO(vm-team): Please triage this failure.
Language/10_Expressions/05_Strings_A02_t39: Fail # TODO(vm-team): Please triage this failure.
@@ -174,6 +173,34 @@ Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage
LibTest/core/Futures/wait_A03_t01: Fail # TODO(vm-team): Please triage this failure.
LibTest/core/double/operator_negate_A01_t03: Fail # TODO(vm-team): Please triage this failure.
+# The following tests use NoSuchMethodException instead of NoSuchMethodError.
+Language/03_Overview/2_Privacy_A01_t18: Fail, OK # co19 issue 195
+Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK # co19 issue 195
+Language/07_Classes/4_Abstract_Instance_Members_A06_t03: Fail, OK # co19 issue 195
+Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A01_t05: Fail, OK # co19 issue 195
+Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t07: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t02: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t01: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t02: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail, OK # co19 issue 195
+Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail, OK # co19 issue 195
+Language/10_Expressions/15_Getter_Invocation_A06_t02: Fail, OK # co19 issue 195
+Language/10_Expressions/15_Getter_Invocation_A07_t05: Fail, OK # co19 issue 195
+Language/10_Expressions/16_Assignment_A01_t05: Fail, OK # co19 issue 195
+Language/10_Expressions/16_Assignment_A04_t04: Fail, OK # co19 issue 195
+Language/10_Expressions/16_Assignment_A08_t03: Fail, OK # co19 issue 195
+Language/10_Expressions/27_Assignable_Expressions_A07_t01: Fail, OK # co19 issue 195
+Language/10_Expressions/28_Identifier_Reference_A04_t05: Fail, OK # co19 issue 195
+Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK # co19 issue 195
+Language/10_Expressions/28_Identifier_Reference_A05_t06: Fail, OK # co19 issue 195
+Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail, OK # co19 issue 195
+Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 195
+LibTest/core/NoSuchMethodException/NoSuchMethodException_A01_t01: Fail, OK # co19 issue 195
+LibTest/core/NoSuchMethodException/toString_A01_t01: Fail, OK # co19 issue 195
[ $runtime == vm && $checked ]
Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(vm-team): Please triage this failure.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698