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

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

Issue 10870037: Throw a NoSuchMethodException when attempting to call an undefined constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 4 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-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 833d40d7f5304de165a7ca43a1e45b64660a6403..4f1f938e0feccc65c7b6dee8f2c360d3dc954bf3 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -310,15 +310,21 @@ LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
# Issues with co19 test suite.
#
# If you add anything here, either file a bug against the Dart
-# langauge specification, co19 test suite, or add a comment that ahe@
+# language specification, co19 test suite, or add a comment that ahe@
# can understand so he can file a bug later.
#
[ $compiler == dart2js ]
Language/07_Classes/2_Getters_A01_t03: Fail, OK # co19 issue 170.
Language/07_Classes/3_Setters_A01_t03: Fail, OK # Bad test: assumes eager loading.
+Language/07_Classes/5_Constructors_A02_t03: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
+Language/07_Classes/07_Classes_A02_t32: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
+Language/08_Interfaces/3_Factories_and_Constructors_A02_t08: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145.
Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function declaration takes precedence over function expression.
+Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
+Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
+Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation_A01_t01: Fail, OK # co19 issue 145.
Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration takes precedence over function expression.

Powered by Google App Engine
This is Rietveld 408576698